-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.47 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
{
"name": "svelte-fullpage.js.org",
"description": "Web site of svelte-fullpage.js package",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"export:gh": "rm -rf ./docs && sapper export --basepath \"/svelte-fullpage.github.io\" --legacy && mv -f __sapper__/export ./docs",
"export:portfolio": "sapper export --basepath \"/svelte-fullpage.js\"",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"compression": "^1.7.4",
"polka": "next",
"sirv": "^0.4.2",
"svelte-fullpage.js": "1.0.5",
"svelte-highlight": "0.4.1",
"svelte-mac-os-frame": "0.1.0"
},
"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",
"autoprefixer": "9.7.4",
"node-sass": "4.13.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.1.0",
"rollup-plugin-alias": "2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.3.0",
"sapper": "^0.27.11",
"sass": "1.26.3",
"svelte": "^3.20.1",
"svelte-preprocess": "3.5.0"
}
}