-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "builder-insights-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.3.7",
"@vercel/blob": "^2.2.0",
"bcryptjs": "^3.0.3",
"html2canvas": "^1.4.1",
"jose": "^6.1.3",
"jspdf": "^4.1.0",
"leaflet": "^1.9.4",
"mongodb": "^7.1.0",
"next": "16.1.6",
"nodemailer": "^8.0.0",
"openai": "^6.18.0",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-joyride": "^2.9.3",
"react-leaflet": "^5.0.0",
"react-simple-maps": "^3.0.0",
"recharts": "^3.7.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/nodemailer": "^7.0.9",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-simple-maps": "^3.0.6",
"dotenv": "^17.2.4",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"jest": "^30.2.0",
"mongodb-memory-server": "^11.0.1",
"playwright": "^1.58.2",
"ts-jest": "^29.4.6",
"tsx": "^4.21.0",
"typescript": "^5"
}
}