-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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": "jansolo-blogstack",
"description": "Blog stack powered by ghpages, sapper+markdown, and travis-ci.",
"version": "0.0.2",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"cname": "echo itme.jansolo.dev > __sapper__/build/CNAME",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"@jackfranklin/rollup-plugin-markdown": "^0.2.0",
"@rollup/plugin-babel": "^5.2.0",
"compression": "^1.7.1",
"polka": "next",
"rollup-plugin-glob": "^1.0.2",
"serve": "^11.3.2",
"sirv": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",
"eslint": "^6.8.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-svelte3": "^2.7.3",
"npm-run-all": "^4.1.5",
"rollup": "^1.20.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-terser": "^7.0.1",
"sapper": "^0.27.0",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.5.0"
}
}