-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "moneythings",
"version": "0.0.0",
"private": true,
"scripts": {
"backend": "node ./node_modules/nodemon/bin/nodemon.js ./bin/www",
"frontend": "cd frontend && yarn start",
"heroku-postbuild": "cd frontend && yarn && yarn run build"
},
"author": "Qiqi Chen Ziqing Mao",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Ziqing19/MoneyThings.git"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bootstrap": "^4.6.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.5",
"morgan": "~1.9.1"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1"
}
}