-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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": "planning.click",
"description": "planning to manage on-call duty",
"version": "0.0.1",
"author": "Bonome",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/bonome/planning.click.git"
},
"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.1",
"bufferutil": "^4.0.6",
"compression": "^1.7.1",
"date-fns": "^2.28.0",
"mongodb": "^3.7.3",
"polka": "^1.0.0-next.22",
"sirv": "^0.4.6",
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0",
"socket.io-redis": "^5.4.0",
"utf-8-validate": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/helper-compilation-targets": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"@babel/runtime": "^7.16.7",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/lodash-es": "^4.17.5",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"rollup": "^2.64.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^5.3.1",
"sapper": "^0.29.3",
"svelte": "^3.46.2",
"svelte-i18n": "^2.3.1"
}
}