-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.79 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "lido-svelte",
"version": "1.20.18",
"type": "module",
"config": {
"AIRAC": "2412"
},
"scripts": {
"build": "npm run clean && rollup -c",
"dev": "rollup -c -w",
"dev2": "rollup -c -w --environment SERVE:start2",
"dev3": "rollup -c -w --environment SERVE:start2,DISABLE_LIVERELOAD",
"start": "sirv public --port 5002",
"start2": "sirv public --http2 --key localhost-key.pem --cert localhost-cert.pem --host 0.0.0.0 --port 5002",
"lint": "eslint . --fix --ext js,svelte",
"clean": "rimraf public/**",
"makeAirports": "node scripts/makeAirports.js",
"makeFir": "node scripts/makeFir.js"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^2.3.4",
"dotenv": "^8.2.0",
"eslint": "^7.11.0",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-svelte3": "^3.1.2",
"etl": "^0.6.12",
"fast-xml-parser": "^3.17.4",
"globby": "^11.0.1",
"got": "^11.8.5",
"mapshaper": "^0.5.26",
"md-2-json": "^2.0.0",
"mustache": "^4.0.1",
"papaparse": "^5.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.30.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-watch-assets": "^1.0.1",
"rollup-plugin-workbox-inject": "^2.0.0",
"svelte": "^3.0.0",
"svelte-preprocess": "^4.6.1",
"svelte-preprocess-markdown": "^2.7.3",
"unzipper": "^0.10.11",
"workbox-build": "^6.1.1"
},
"dependencies": {
"@flyingeek/lidojs": "^1.6.77",
"sirv-cli": "^1.0.0",
"svelte-overlay": "^1.4.1",
"workbox-window": "^6.1.1"
}
}