-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.3 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
43
{
"name": "music-register",
"version": "1.0.0",
"description": "presented by Team023: CRZY-THURS",
"main": "app.js",
"scripts": {
"setup": "npm install",
"start": "node app.js",
"app": "nodemon app.js",
"prettier": "prettier --single-quote --no-semi --tab-width 4 --write**/*.js *.js",
"test": "jest"
},
"keywords": [],
"author": "Zixuan Cheng, Ruijie Gu, Yidi Li, Siying Liu, Kaixuan Zhang",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"config": "^3.3.7",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.4",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"foundation-sites": "^6.7.5",
"handlebars": "^4.7.7",
"heroku": "^7.60.1",
"moment": "^2.29.3",
"mongodb-memory-server": "^8.9.1",
"mongoose": "^6.2.10",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"dotenv": "^16.0.0",
"jest": "^29.0.3",
"mockingoose": "^2.15.2",
"prettier": "^2.6.2"
}
}