-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
56
57
{
"name": "survapp",
"description": "surv.app",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.1",
"cookie": "^0.4.0",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fast-csv": "^3.7.0",
"knex": "^0.19.5",
"lru-cache": "^5.1.1",
"nanoid": "^2.1.11",
"nodemailer": "^4.7.0",
"objection": "^1.6.11",
"polka": "next",
"remark-parse": "^7.0.2",
"sass": "^1.26.3",
"sirv": "^0.4.0",
"spectre.css": "^0.5.8",
"sqlite3": "^4.1.1",
"unified": "^8.4.2"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/runtime": "^7.8.7",
"eslint": "^6.8.0",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.27",
"postcss-load-config": "^2.1.0",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.3.0",
"sapper": "^0.27.12",
"svelte": "^3.20.0",
"svelte-preprocess": "^3.5.0"
}
}