-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
44
{
"name": "techbook",
"version": "1.0.0",
"description": "This application was created to connect people from the tech industry.",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.0",
"connect-session-sequelize": "^7.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"fomantic-ui": "^2.8.7",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"handlebars": "^4.7.6",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"semantic-ui-reset": "^2.3.1",
"sequelize": "^6.3.5"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"nodemon": "^2.0.7",
"postcss": "^8.3.0"
},
"scripts": {
"test": "error",
"start": "npm run seed && node server.js",
"app": "node server.js",
"watch": "nodemon server.js",
"seed": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kemaldemirgil/techbook.git"
},
"author": "Techbook Organization Members",
"license": "MIT",
"bugs": {
"url": "https://github.com/Techbook-Organization/techbook"
},
"homepage": "https://github.com/Techbook-Organization/techbook"
}