-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.34 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
{
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@iconscout/unicons": "git+https://github.com/jakobrosenberg/unicons.git",
"autoprefixer": "^9.6.1",
"json-stringify-extended": "^2.0.0",
"npm-run-all": "^4.1.5",
"postcss-each": "^0.10.0",
"postcss-import": "^12.0.1",
"rollup": "^1.12.0",
"rollup-plugin-alias": "^2.0.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^4.0.4",
"stringify-object": "^3.3.0",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.1.2",
"svelte-preprocess-markdown": "^2.4.1",
"svelte-prism": "^1.0.4",
"tailwindcss": "^1.1.2"
},
"dependencies": {
"@sveltech/bricks": "^1.0.0",
"sirv-cli": "^0.4.4",
"svelte-filerouter": "^1.4.3"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start:dev autobuild",
"dev-routify": "run-p start:routify start:dev autobuild",
"start:routify": "routify",
"start": "sirv public --single",
"start:dev": "sirv public --single --dev",
"buildnow": "npm run build && cd public && now --prod"
}
}