-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.29 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.71",
"@ai-sdk/react": "^2.0.100",
"@babel/runtime": "^7.29.2",
"@cloudinary/react": "^1.14.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@dotlottie/player-component": "^2.7.12",
"@headlessui/react": "^2.2.9",
"@hookform/resolvers": "^5.2.2",
"@langfuse/client": "^5.0.1",
"@nanostores/react": "git+https://github.com/ai/react.git",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
"@vectoricons/atlas-icons-react": "^0.0.10",
"@vercel/functions": "^3.4.3",
"@vercel/speed-insights": "^1.3.1",
"ai": "^5.0.100",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.8.0",
"clsx": "^2.1.1",
"driver.js": "^1.4.0",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"he": "^1.2.0",
"immer": "^10.2.0",
"jsonwebtoken": "^9.0.2",
"lenis": "^1.3.23",
"lodash.set": "^4.3.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.577.0",
"motion": "^12.23.12",
"next": "15.5.15",
"next-auth": "^4.24.13",
"next-cloudinary": "^6.17.5",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"openai": "^6.9.1",
"posthog-js": "^1.281.0",
"posthog-node": "^5.28.5",
"rate-limiter-flexible": "^11.0.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hook-form": "^7.65.0",
"react-markdown": "^10.1.0",
"react-toastify": "^11.0.5",
"rehype-raw": "^7.0.0",
"schema-dts": "^1.1.5",
"sonner": "^2.0.7",
"swiper": "^12.1.2",
"tailwind-merge": "^3.3.1",
"three": "^0.183.0",
"three-globe": "^2.45.1",
"vaul": "^1.1.2",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^10.0.0",
"@tailwindcss/postcss": "^4",
"@types/he": "^1.2.3",
"@types/lodash.set": "^4.3.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "15.5.15",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-helpers": "^2.0.1",
"eslint-plugin-n": "^17.17.0",
"eslint-plugin-perfectionist": "^4.12.3",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "9.1.20",
"eslint-plugin-svg-jsx": "^1.2.4",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.7.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"typescript-eslint": "^8.31.1"
}
}