-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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
47
48
49
50
51
52
53
54
55
{
"name": "TODO",
"description": "TODO",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "NODE_ENV=production sapper build --legacy",
"export": "NODE_ENV=production sapper export --legacy",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "npm run build && run-p --race start cy:run"
},
"dependencies": {
"compression": "^1.7.1",
"firebase-admin": "^8.13.0",
"polka": "next",
"sirv": "^0.4.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-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@types/express": "^4.17.7",
"cookie": "^0.4.1",
"cssnano": "^4.1.10",
"cypress": "^4.10.0",
"firebase": "^7.16.0",
"npm-run-all": "^4.1.5",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.2",
"rollup": "^2.3.4",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-root-import": "^1.0.0",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.1",
"rxfire": "^3.13.5",
"rxjs": "^6.6.0",
"sapper": "^0.27.0",
"svelte": "^3.0.0",
"svelte-persistent-store": "^0.1.3",
"svelte-preprocess": "^4.0.6",
"tailwindcss": "^1.4.6",
"tslint": "^6.1.2",
"typescript": "^3.9.6"
}
}