-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 872 Bytes
/
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
{
"name": "server",
"version": "1.0.0",
"description": "BeesWax Photography Portfolio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "cd client && npm start",
"dev": "concurrently -n 'server,client' -c 'blue,red' \"nodemon index.js\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "\"\""
},
"keywords": [
"pictures",
"photography",
"artist",
"mern",
"fullstack"
],
"author": "Anni The Dev",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cloudinary": "^1.34.0",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"mongoose": "^6.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20"
}
}