-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 971 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
36
37
38
39
40
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index"
},
"author": "",
"license": "ISC",
"dependencies": {
"await": "^0.2.6",
"body-parser": "^1.19.0",
"chart.js": "^2.9.4",
"convert-excel-to-json": "^1.7.0",
"csvtojson": "^2.0.10",
"ejs": "^3.1.5",
"exceljs": "^4.2.1",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"express-validator": "^6.9.2",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"jquery": "^3.0.0",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.6",
"querystring": "^0.2.0",
"read-excel-file": "^5.1.0",
"sequelize": "^6.6.2",
"session": "^0.1.0",
"url": "^0.11.0",
"validator": "^13.5.2",
"xlsx": "^0.17.0"
}
}