-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "better-stocks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"setup": "npm i && 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 i && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csc309-winter-2022/team26.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/csc309-winter-2022/team26/issues"
},
"homepage": "https://github.com/csc309-winter-2022/team26#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"chartjs-adapter-date-fns": "^1.1.0-beta.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"date-fns": "^2.28.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"mongodb": "^4.4.1",
"mongoose": "^6.2.8",
"node-fetch": "^2.6.7",
"validator": "^13.7.0"
}
}