-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "front",
"version": "0.1.0",
"private": true,
"scripts": {
"devFront": "cd ./front && next dev",
"startFront": "cd ./front && NODE_ENV=production node app.js",
"buildFront": "cd ./front && next build",
"lintFront": "cd ./front && next lint",
"devMetrics": "cd ./metrics && PORT=3003 NODE_ENV=local nodemon app.js",
"startMetrics": "cd ./metrics && NODE_ENV=production node app.js"
},
"dependencies": {
"@ionic/core": "6.0.12",
"@tensorflow/tfjs": "3.14.0",
"amqplib": "^0.8.0",
"concurrently": "7.0.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"dotenv-override": "5.0.1",
"express": "4.17.3",
"fs": "0.0.1-security",
"http-errors": "2.0.0",
"http-server": "14.1.0",
"ionicons": "6.0.1",
"leaflet": "1.7.1",
"leaflet-simple-map-screenshoter": "0.4.5",
"mongoose": "6.2.9",
"net": "^1.0.2",
"next": "12.1.0",
"node-geocoder": "^4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-geocode": "^0.2.3",
"react-ionicons": "4.2.0",
"readline": "^1.3.0",
"sass": "1.49.9",
"socket.io-client": "4.3.2",
"styled-components": "5.3.3",
"winston": "3.6.0"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.15"
}
}