-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "road-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"server": "nodemon app.js --ignore './client/'",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"canvasjs": "^1.8.3",
"cloudinary": "^1.24.0",
"concurrently": "^5.3.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.16.4",
"geocodio-library-node": "^1.3.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.15",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local-mongoose": "^6.1.0",
"puppeteer": "^5.5.0",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.11",
"redux": "^4.0.5",
"redux-logger": "^3.0.6"
}
}