forked from AdeepaK2/goalx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.12 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.12 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "goalx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@aws-sdk/client-s3": "^3.787.0",
"@chakra-ui/react": "^3.16.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google/generative-ai": "^0.24.0",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@tanstack/react-query": "^5.72.0",
"@types/bcryptjs": "^2.4.6",
"antd": "^5.24.7",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.8",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"embla-carousel-react": "^8.6.0",
"express": "^5.1.0",
"framer-motion": "^12.9.2",
"input-otp": "^1.4.2",
"jose": "^6.0.10",
"lucide-react": "^0.487.0",
"mongodb": "^6.15.0",
"mongoose": "^8.13.2",
"next": "15.2.4",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.0",
"radix-ui": "^1.2.0",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-day-picker": "^9.6.5",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-resizable-panels": "^2.1.7",
"react-toastify": "^11.0.5",
"recharts": "^2.15.2",
"sonner": "^2.0.3",
"swr": "^2.3.3",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"jsonwebtoken": "^9.0.2",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.3",
"typescript": "^5"
}
}