-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "mern_redux_ntv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.0",
"cloudinary": "^1.41.1",
"cloudinary-react": "^1.7.2",
"colors": "^1.4.0",
"concurrently": "^7.1.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.17.3",
"express-async-handler": "^1.2.0",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mongoose": "^6.12.5",
"multer": "^1.4.4",
"multer-gridfs-storage": "^1.3.0",
"multer-storage-cloudinary": "^4.0.0",
"on-headers": "^1.0.2",
"streamifier": "^0.1.1",
"supertest": "^6.3.3"
},
"devDependencies": {
"jest": "^27.5.1",
"nodemon": "^2.0.15"
},
"scripts": {
"start": "node backend/index.js",
"server": "nodemon backend/index.js",
"client": "npm start --prefix frontside",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC"
}