-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.29 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.29 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "naxt-shadcn-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"init-git-hooks": "git config core.hooksPath .githooks"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.50",
"@ai-sdk/react": "^3.0.146",
"@gsap/react": "^2.1.2",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@tabler/icons-react": "^3.34.1",
"ai": "^6.0.144",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.9.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"gsap": "^3.12.5",
"lucide-react": "^0.462.0",
"matter-js": "^0.20.0",
"next": "16.2.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hooks-global-state": "^2.0.3",
"react-swipeable": "^7.0.1",
"react-use-keypress": "^1.3.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"use-sound": "^5.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.1.8",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.14.15",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.4.20",
"eslint": "10.1.0",
"eslint-config-next": "16.2.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.8",
"typescript": "^5.5.4",
"typescript-eslint": "^8.42.0"
},
"overrides": {},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"sharp",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.33.0"
}