-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 886 Bytes
/
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
{
"name": "svelte-app",
"version": "0.0.1",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"coffeescript": "^2.4.1",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-sass": "^4.0.2",
"js-cookie": "^2.2.1",
"node-sass": "^4.12.0",
"postcss": "^7.0.23",
"pug": "^2.0.4",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"sugar": "^2.0.6",
"sugar-inflections": "^2.0.6",
"sugar-language": "^2.0.6",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.1.2",
"svelte-spa-router": "^2.0.0"
},
"dependencies": {
"flatpickr": "^4.6.3",
"sirv-cli": "^0.4.4"
}
}