-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.83 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "lowyers",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@404-software/my-fatoorah": "^1.0.0",
"@adminjs/design-system": "^4.1.1",
"@adminjs/express": "^6.1.0",
"@adminjs/mongoose": "^4.1.0",
"@faker-js/faker": "^8.4.1",
"@npm-polymer/chart.js": "^2.6.0",
"@popperjs/core": "^2.11.8",
"adminjs": "^7.6.1",
"axios": "^1.7.7",
"axios-retry": "^2.0.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-basic-auth": "^1.2.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.2.0",
"express-validator": "^7.1.0",
"favicons": "^7.2.0",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"i18n": "^0.15.1",
"jsonwebtoken": "^9.0.2",
"marked": "^12.0.2",
"moment": "^2.30.1",
"mongodb": "^6.6.1",
"mongoose": "^8.3.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0",
"otp-generator": "^4.0.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"recharts": "^2.15.0",
"request": "^2.88.2",
"socket.io": "^2.4.0",
"socket.io-client": "^4.7.5",
"stripe": "^15.8.0",
"twilio": "^5.2.2",
"util": "^0.12.5",
"uuid": "^10.0.0",
"websocket": "^1.0.35",
"wscat": "^5.2.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}