-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.33 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-slugs": "ts-node scripts/updateSlugs.ts"
},
"dependencies": {
"@next/third-parties": "16.1.6",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.9.0",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"framer-motion": "^12.34.2",
"lucide-react": "^0.436.0",
"moment": "^2.30.1",
"mongoose": "^9.2.1",
"next": "16.1.6",
"next-auth": "^4.24.13",
"papaparse": "^5.4.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.3.0",
"react-slick": "^0.30.2",
"resend": "^6.9.2",
"sharp": "^0.34.3",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.10",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/papaparse": "^5.3.14",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-slick": "^0.23.13",
"daisyui": "^4.12.14",
"eslint": "^10.0.2",
"eslint-config-next": "16.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}