-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 Bytes
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
{
"name": "yummy-nextjs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@tanstack/react-query": "^5.100.1",
"axios": "^1.15.2",
"clsx": "^2.1.1",
"daisyui": "^5.0.0",
"gsap": "^3.12.7",
"lucide-react": "^0.469.0",
"next": "^15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.9",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.4.38",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}