-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"name": "react-vite-tailwind",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@neondatabase/serverless": "^1.0.2",
"@stackframe/stack": "^2.8.62",
"@types/pg": "^8.16.0",
"cloudinary": "^2.9.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"es-toolkit": "^1.44.0",
"framer-motion": "^12.33.0",
"howler": "^2.2.4",
"lucide-react": "^0.563.0",
"next": "^16.1.6",
"pg": "^8.17.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-is": "^19.2.4",
"recharts": "^3.7.0",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/howler": "^2.2.12",
"@types/node": "^22.19.7",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/recharts": "^1.8.29",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}