-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "peamt",
"version": "1.0.0",
"proxy": "http://localhost:3000",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.5",
"@reduxjs/toolkit": "^2.2.6",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"chart.js": "^4.4.5",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-validator": "^7.2.0",
"face-api.js": "^0.22.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"lenis": "^1.1.6",
"mammoth": "^1.8.0",
"moment": "^2.30.1",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.4",
"pdf-parse": "^1.1.1",
"pdfkit": "^0.15.0",
"razorpay": "^2.9.4",
"react-chartjs-2": "^5.2.0",
"react-redux": "^9.1.2",
"three": "^0.166.1"
}
}