-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
{
"name": "ecotrack",
"version": "1.0.0",
"description": "Advanced Software project",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"start:prod": "NODE_ENV=production nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "ndb app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advancedsoftwareteam/advancedsoftware.git"
},
"author": "Bara Al Sedih",
"license": "ISC",
"bugs": {
"url": "https://github.com/advancedsoftwareteam/advancedsoftware/issues"
},
"homepage": "https://github.com/advancedsoftwareteam/advancedsoftware#readme",
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"crypto": "^1.0.1",
"dbconfig": "^1.1.7",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.6.5",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"sequelize": "^6.35.2",
"socket.io": "^4.7.2",
"validator": "^13.11.0"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3"
}
}