-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"name": "adtu",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@google/generative-ai": "^0.16.0",
"@react-google-maps/api": "^2.19.3",
"@serwist/next": "^9.0.0-preview.21",
"@serwist/precaching": "^9.0.0-preview.21",
"@serwist/sw": "^9.0.0-preview.21",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"chart.js": "^3.0.0",
"cookies-next": "^4.0.0",
"install": "^0.13.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.363.0",
"mongoose": "^8.2.4",
"next": "14.1.4",
"next-pwa": "^5.6.0",
"nextjs-toploader": "^1.6.11",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.13",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-email": "^2.1.1",
"react-hot-toast": "^2.4.1",
"react-spinners": "^0.13.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"husky": "^9.0.11",
"import-sort-cli": "^6.0.0",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}