forked from opendatacam/opendatacam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.87 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
58
59
60
61
62
63
64
65
66
67
{
"name": "OpenDataCam",
"version": "3.0.1",
"scripts": {
"dev": "scripts/npm/startServer.sh",
"lint": "scripts/npm/lint.sh",
"build": "scripts/npm/build.sh",
"start": "NODE_ENV=production scripts/npm/startServer.sh",
"generateapidoc": "scripts/npm/generateapidoc.sh",
"test": "scripts/npm/test.sh"
},
"dependencies": {
"3d-vehicles": "^0.0.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"csv-express": "^1.2.2",
"dayjs": "^1.8.28",
"dotenv": "8.2.0",
"express": "^4.17.1",
"forever-monitor": "^1.7.2",
"immutable": "^4.0.0-rc.12",
"intercept-stdout": "^0.1.2",
"ip": "^1.1.5",
"killable": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.flatten": "^4.4.0",
"mjpeg-server": "^0.3.0",
"mongodb": "^3.5.8",
"multer": "^1.4.2",
"next": "^9.4.4",
"next-redux-wrapper": "^5.0.0",
"node-gpsd": "^0.3.2",
"node-moving-things-tracker": "^0.8.0",
"point-in-polygon": "^1.0.1",
"postcss-import": "^12.0.1",
"raf": "^3.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-inlinesvg": "^1.2.0",
"react-lazylog": "^4.5.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"serve-static": "^1.14.1",
"server-sent-events": "^1.0.1",
"splitargs": "0.0.7",
"stream-json": "^1.7.1",
"uuid": "^8.3.2",
"yargs": "^16.1.0"
},
"devDependencies": {
"apidoc": "^0.23.0",
"autoprefixer": "^9.8.0",
"cssnano": "^4.1.10",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jasmine": "^3.6.2",
"redux-devtools-extension": "^2.13.8",
"tailwindcss": "^1.4.6"
}
}