forked from dahye213/DAJZIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dazjim",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./server.js"
},
"engines": {
"node": "^12.18.3",
"npm": "^6.0.0"
},
"dependencies": {
"@cubejs-client/core": "^0.31.15",
"@fortawesome/fontawesome-free": "^6.2.0",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.5",
"@types/mongoose": "^5.11.97",
"@types/passport": "^1.0.11",
"@types/passport-local": "^1.0.34",
"@types/passport-local-mongoose": "^6.1.1",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.10.2",
"canvas": "^2.10.2",
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"connect": "^3.7.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.3",
"http": "^0.0.1-security",
"http-errors": "~1.6.3",
"jade": "^1.11.0",
"jquery": "^3.6.1",
"mongoose": "^6.7.2",
"morgan": "~1.9.1",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"popper.js": "^1.16.1"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/icibi/DAJZIM.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/icibi/DAJZIM/issues"
},
"homepage": "https://github.com/icibi/DAJZIM#readme",
"description": ""
}