forked from 7krich/proj2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 822 Bytes
/
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
{
"dependencies": {
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.3",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"foundation-sites": "^6.7.4",
"handlebars": "^4.7.7",
"mysql2": "^2.3.3",
"sequelize": "^6.19.0"
},
"scripts": {
"start": "node server.js",
"develop": "nodemon server.js"
},
"name": "proj2",
"description": "",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/7krich/proj2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/7krich/proj2/issues"
},
"homepage": "https://github.com/7krich/proj2#readme",
"devDependencies": {
"handlebars-helper-css": "^0.1.0"
}
}