forked from peershala/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"name": "toptrove-dashboard",
"version": "1.0.0",
"description": "npm init -y<br>\r npm i<br>\r npm i bcrypt express cors dotenv express-session mysql2 path",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realvineeths/toptrove-dashboard.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/realvineeths/toptrove-dashboard/issues"
},
"homepage": "https://github.com/realvineeths/toptrove-dashboard#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"bcrypt": "^5.1.0",
"bootstrap": "^5.2.3",
"chart.js": "^4.2.0",
"cors": "^2.8.5",
"datatables.net-bs4": "^1.13.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jquery": "^3.6.3",
"jquery.easing": "^1.4.1",
"mysql2": "^3.0.1",
"path": "^0.12.7",
"session-file-store": "^1.5.0"
}
}