-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "project_management_app",
"version": "1.0.0",
"description": "project management app for group project managment ",
"main": "server.js",
"scripts": {
"test": "npm test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alexfit4/Project_Management_App.git"
},
"author": "Amir Ashtiany, Lu Hao, Mengyue Zhang, Johnnie Simpson",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alexfit4/Project_Management_App/issues"
},
"homepage": "https://github.com/Alexfit4/Project_Management_App#readme",
"dependencies": {
"@popperjs/core": "^2.8.3",
"bcryptjs": "^2.4.3",
"console.table": "^0.10.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"inquirer": "^7.3.3",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^6.5.0",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
"sequelize-cli": "^6.2.0"
}
}