-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 1.18 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
{
"name": "team49",
"version": "1.0.0",
"description": "our web app is built using react so node_modules is not committed.",
"main": "server.js",
"scripts": {
"setup": "npm install && cd client && npm install && cd ..",
"build-run": "cd client && npm run build && cd .. && node server.js",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csc309-winter-2022/team49.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/csc309-winter-2022/team49/issues"
},
"homepage": "https://github.com/csc309-winter-2022/team49#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"cloudinary": "^1.29.0",
"connect-mongo": "^4.6.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-session": "^1.17.2",
"mongodb": "^4.4.1",
"mongoose": "^6.2.8",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"request": "^2.88.2",
"validator": "^13.7.0",
"xlsx": "^0.18.5"
}
}