-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 916 Bytes
/
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
{
"name": "TODO",
"description": "TODO",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"start": "node build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"async": "^2.6.1",
"bootstrap": "^4.3.1",
"compression": "^1.7.1",
"css-loader": "^1.0.0",
"express": "^4.16.3",
"fs-extra": "^7.0.0",
"guid": "0.0.12",
"influx": "^5.0.7",
"jquery": "^3.5.0",
"luxon": "^1.3.3",
"moment": "^2.22.2",
"polka": "^0.4.0",
"popper": "^1.0.1",
"popper.js": "^1.14.4",
"sapper": "^0.15.0",
"sirv": "^0.1.1",
"style-loader": "^0.22.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"npm-run-all": "^4.1.2",
"svelte": "^2.0.0",
"svelte-loader": "^2.9.0",
"webpack": "^4.7.0"
}
}