-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
45
{
"name": "kohinorsb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": ">=14.17.5",
"npm": ">=6.14.15"
},
"dependencies": {
"angular-datatables": "^13.0.1",
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"datatables.net": "^1.11.3",
"datatables.net-dt": "^1.11.3",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"fs": "^0.0.1-security",
"http-errors": "^1.8.0",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.8",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemon": "^2.0.15",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"readline": "^1.3.0",
"request": "^2.88.2",
"sessionstorage": "^0.1.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.3.0"
},
"devDependencies": {
"@types/datatables.net": "^1.10.21",
"@types/jquery": "^3.5.10"
}
}