-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1 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
{
"name": "admin_panel",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@firebase/auth": "^1.4.0",
"@firebase/database": "^1.0.4",
"@google-cloud/firestore": "^7.6.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"cookie-parser": "^1.4.6",
"datatables.net-dt": "^2.0.3",
"driver.js": "^1.3.1",
"ejs": "^3.1.9",
"excel4node": "^1.8.2",
"express": "^4.19.2",
"firebase": "^10.6.0",
"firebase-admin": "^12.0.0",
"form-data": "^4.0.0",
"jquery": "^3.7.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.4",
"path": "^0.12.7",
"react-top-loading-bar": "^2.3.1",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.6.13",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
}
}