-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
{
"name": "new-port",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@tailwindcss/typography": "^0.5.12",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "12.4.3",
"geist": "^1.3.1",
"mongoose": "^8.2.4",
"next": "15.1.7",
"next-themes": "^0.2.1",
"nuqs": "^2.3.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.51.2",
"sonner": "^1.4.41",
"superjson": "^2.2.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.6.2",
"uuid": "^11.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/formidable": "^3",
"@types/node": "^20",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@8.15.6",
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}
}