-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 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
{
"name": "esummit25",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "npm rebuild sharp && next build"
},
"dependencies": {
"axios": "^1.7.9",
"clsx": "^2.1.1",
"framer-motion": "^12.4.3",
"google-auth-library": "^9.15.0",
"gsap": "^3.12.7",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.475.0",
"mongoose": "^8.9.3",
"motion": "^12.4.3",
"next": "^15.1.4",
"next-auth": "^4.24.11",
"next-sitemap": "^4.2.3",
"next-video": "^2.0.4",
"react": "^18",
"react-clock": "^5.1.0",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-loading-icons": "^1.1.0",
"sharp": "^0.33.5",
"chart.js": "^4.4.8",
"react-chartjs-2": "^5.3.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.0.1",
"validator": "^13.12.0",
"xlsx": "^0.18.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "20.17.17",
"@types/react": "18.3.18",
"@types/react-dom": "^18",
"@types/validator": "^13.12.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.7.3"
}
}