-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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": "createme",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"client-install": "cd client && npm install",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"dependencies": {
"axios": "1.7.7",
"bcrypt": "5.1.1",
"bcryptjs": "2.4.3",
"body-parser": "1.20.3",
"buttons": "0.1.2",
"concurrently": "9.0.1",
"dotenv": "16.4.5",
"express": "^4.21.1",
"express-handlebars": "8.0.1",
"formidable": "3.5.1",
"fs": "0.0.1-security",
"mongodb": "6.9.0",
"mongoose": "^8.8.3",
"multer": "1.4.5-lts.1",
"nodemailer": "6.9.15",
"nodemon": "3.1.7",
"npm": "10.8.3",
"path": "0.12.7",
"react-radio": "2.1.2",
"redis": "4.7.0",
"string-width": "^6.1.0",
"update-node": "0.1.0",
"xoauth2": "1.2.0"
},
"engines": {
"node": "8.11.3",
"npm": "5.6.0"
}
}