forked from Rplus/Pokemon-shiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"autoprefixer": "^9.7.3",
"gh-pages": "^2.1.1",
"livereload": "^0.9.1",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.25",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-scss": "^2.0.0",
"qs": "^6.9.1",
"rollup": "^1.27.13",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.1.3",
"svelte": "^3.16.4",
"svelte-preprocess": "^2.16.0",
"workbox-cli": "^4.3.1"
},
"dependencies": {
"sirv-cli": "^0.4.5",
"svelte-i18n": "^1.1.2"
},
"scripts": {
"deploy": "gh-pages -d public",
"build": "rollup -c",
"build:sw": "workbox generateSW workbox-config.js",
"autobuild": "rollup -c -w",
"dev": "run-p start:dev autobuild",
"start": "sirv public --single --port 8080",
"start:dev": "sirv public --single --dev --port 8080"
}
}