-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.92 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 3.92 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.109",
"@ai-sdk/react": "^2.0.208",
"@babel/runtime": "^7.29.7",
"@cloudinary/react": "^1.14.4",
"@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.10",
"@hookform/resolvers": "^5.4.0",
"@langfuse/client": "^5.9.0",
"@nanostores/react": "git+https://github.com/ai/react.git",
"@radix-ui/react-accordion": "^1.2.14",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-scroll-area": "^1.2.12",
"@radix-ui/react-select": "^2.3.1",
"@radix-ui/react-slot": "^1.3.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@vectoricons/atlas-icons-react": "^0.0.10",
"@vercel/functions": "^3.7.4",
"@vercel/speed-insights": "^1.3.1",
"ai": "^5.0.206",
"axios": "^1.18.1",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
"driver.js": "^1.6.0",
"framer-motion": "^12.42.0",
"gsap": "^3.15.0",
"he": "^1.2.0",
"immer": "^10.2.0",
"jsonwebtoken": "^9.0.3",
"lenis": "^1.3.25",
"lottie-react": "^2.4.1",
"lucide-react": "^0.577.0",
"motion": "^12.42.0",
"next": "15.5.19",
"next-auth": "^4.24.14",
"next-cloudinary": "^6.17.5",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"openai": "^6.45.0",
"posthog-js": "^1.395.0",
"posthog-node": "^5.38.6",
"rate-limiter-flexible": "^11.2.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hook-form": "^7.80.0",
"react-markdown": "^10.1.0",
"react-toastify": "^11.1.0",
"rehype-raw": "^7.0.0",
"schema-dts": "^1.1.5",
"sonner": "^2.0.7",
"swiper": "^12.2.0",
"tailwind-merge": "^3.6.0",
"three": "^0.183.2",
"three-globe": "^2.45.2",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.1",
"@tailwindcss/postcss": "^4.3.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/he": "^1.2.3",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/browser": "^4.1.9",
"@vitest/browser-playwright": "^4.1.9",
"dotenv": "^17.4.2",
"eslint": "^9.39.4",
"eslint-config-next": "15.5.19",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-import-helpers": "^2.0.2",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "9.1.20",
"eslint-plugin-svg-jsx": "^1.3.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "^29.1.1",
"prettier": "^3.9.0",
"prettier-plugin-tailwindcss": "^0.7.4",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.62.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.9",
"vitest-browser-react": "^2.2.0"
}
}