-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "waterrower-a1-logger",
"version": "0.0.1",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app.js",
"test": "cross-env PORT=3000 NODE_ENV=test node app.js",
"build-front": "node_modules/.bin/webpack --config webpack.config.js --mode=production",
"build-front-watch": "node_modules/.bin/webpack --watch --config webpack.config.js --mode=development"
},
"keywords": [
"waterrower",
"a1",
"node",
"express",
"raspberry pi"
],
"author": "Andre Sollie",
"license": "MIT",
"dependencies": {
"ant-plus": "0.0.19",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"cuid": "^2.0.2",
"date-diff": "^0.2.0",
"dateformat": "^3.0.2",
"debounce": "^1.1.0",
"express": "^4.16.2",
"geodesy": "^1.1.2",
"gps-to-gpx": "^1.1.0",
"level": "^3.0.0",
"onoff": "^3.0.2",
"request": "^2.83.0",
"sanitize-filename": "^1.6.1",
"strava-v3": "^1.14.0",
"xmlbuilder": "^10.0.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"pi-gpio": "0.0.8",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-livereload-plugin": "^2.2.0"
}
}