-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1012 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1012 Bytes
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": "nelle-site",
"version": "0.1.0",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"postcss": "8.2.13",
"rollup": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.27.11",
"svelte": "^3.20.1",
"svelte-preprocess": "3.7.0"
},
"dependencies": {
"bulma": "^0.8.1",
"compression": "^1.7.4",
"polka": "^0.5.2",
"sirv": "^0.4.2"
},
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"start": "npx serve __sapper__/export"
}
}