-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.49 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "iiitu-canteen-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google/generative-ai": "^0.5.0",
"@headlessui/react": "^1.7.18",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@tanstack/react-query": "^4.33.0",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.14",
"axios": "^1.6.5",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.41.0",
"crypto": "^1.0.1",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.10",
"fast-crc32c": "^2.0.0",
"fcm-node": "^1.6.1",
"firebase": "^10.7.2",
"firebase-admin": "^12.0.0",
"fs": "^0.0.1-security",
"gsap": "^3.12.5",
"husky": "^9.0.11",
"image-convert": "^0.1.33",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lint-staged": "^15.2.2",
"multer": "^1.4.5-lts.1",
"next": "13.4.10",
"next-auth": "^4.23.1",
"next-connect": "^1.0.0",
"next-cors": "^1.0.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.8",
"notistack": "^3.0.1",
"postcss": "8.4.26",
"prettier": "^3.2.5",
"razorpay": "^2.9.2",
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-query": "^3.39.3",
"react-swipeable": "^7.0.1",
"react-tailwindcss-datepicker": "^1.6.6",
"react-toastify": "^9.1.3",
"recharts": "^2.12.1",
"sharp": "^0.32.6",
"swr": "^2.2.4",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"webp-converter": "^2.3.3",
"zustand": "^4.4.4"
},
"devDependencies": {
"@prisma/client": "^5.12.1",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"@types/nodemailer": "^6.4.14",
"encoding": "^0.1.13",
"i": "^0.3.7",
"js-utils": "^2.1.0",
"npm": "^10.5.2",
"prisma": "^5.12.1"
}
}