|
1 | 1 | { |
2 | | - "name": "frontend", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev --turbopack", |
7 | | - "build": "pnpx prisma generate --schema=../prisma/schema.prisma && next build --turbopack", |
8 | | - "start": "next start", |
9 | | - "test": "jest", |
10 | | - "test:watch": "jest --watch", |
11 | | - "postinstall": "" |
12 | | - }, |
13 | | - "dependencies": { |
14 | | - "@elevenlabs/elevenlabs-js": "^2.18.0", |
15 | | - "@mediapipe/tasks-vision": "0.10.22-rc.20250304", |
16 | | - "@pixiv/three-vrm": "^3.4.3", |
17 | | - "@pixiv/three-vrm-animation": "^3.4.3", |
18 | | - "@prisma/client": "^7.0.0", |
19 | | - "@radix-ui/react-slot": "^1.2.3", |
20 | | - "@react-three/drei": "^10.7.6", |
21 | | - "@react-three/fiber": "^9.3.0", |
22 | | - "@stripe/stripe-js": "^8.2.0", |
23 | | - "@supabase/supabase-js": "^2.75.0", |
24 | | - "agora-rtc-sdk-ng": "^4.24.0", |
25 | | - "apexcharts": "3.46.0", |
26 | | - "bcryptjs": "^3.0.2", |
27 | | - "better-auth": "^1.3.33", |
28 | | - "class-variance-authority": "^0.7.1", |
29 | | - "clsx": "^2.1.1", |
30 | | - "lucide-react": "^0.545.0", |
31 | | - "next": "15.5.4", |
32 | | - "prisma": "^7.0.0", |
33 | | - "react": "19.1.0", |
34 | | - "react-dom": "19.1.0", |
35 | | - "stripe": "^19.1.0", |
36 | | - "tailwind-merge": "^3.3.1", |
37 | | - "three": "^0.180.0" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@tailwindcss/postcss": "^4", |
41 | | - "@testing-library/jest-dom": "^6.9.1", |
42 | | - "@testing-library/react": "^16.3.0", |
43 | | - "@testing-library/user-event": "^14.6.1", |
44 | | - "@types/bcryptjs": "^3.0.0", |
45 | | - "@types/jest": "^30.0.0", |
46 | | - "@types/node": "^20", |
47 | | - "@types/react": "^19", |
48 | | - "@types/react-dom": "^19", |
49 | | - "@types/three": "^0.180.0", |
50 | | - "jest": "^30.2.0", |
51 | | - "jest-environment-jsdom": "^30.2.0", |
52 | | - "tailwindcss": "^4", |
53 | | - "typescript": "^5" |
54 | | - } |
| 2 | + "name": "frontend", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev --turbopack", |
| 7 | + "build": "pnpx prisma generate --schema=../prisma/schema.prisma && next build --turbopack", |
| 8 | + "start": "next start", |
| 9 | + "test": "jest", |
| 10 | + "test:watch": "jest --watch", |
| 11 | + "postinstall": "" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@elevenlabs/elevenlabs-js": "^2.18.0", |
| 15 | + "@mediapipe/tasks-vision": "0.10.22-rc.20250304", |
| 16 | + "@pixiv/three-vrm": "^3.4.3", |
| 17 | + "@pixiv/three-vrm-animation": "^3.4.3", |
| 18 | + "@prisma/client": "^7.0.0", |
| 19 | + "@radix-ui/react-slot": "^1.2.3", |
| 20 | + "@react-three/drei": "^10.7.6", |
| 21 | + "@react-three/fiber": "^9.3.0", |
| 22 | + "@stripe/stripe-js": "^8.2.0", |
| 23 | + "@supabase/supabase-js": "^2.75.0", |
| 24 | + "agora-rtc-sdk-ng": "^4.24.0", |
| 25 | + "apexcharts": "3.46.0", |
| 26 | + "bcryptjs": "^3.0.2", |
| 27 | + "better-auth": "^1.3.33", |
| 28 | + "class-variance-authority": "^0.7.1", |
| 29 | + "clsx": "^2.1.1", |
| 30 | + "lucide-react": "^0.545.0", |
| 31 | + "next": "15.5.7", |
| 32 | + "prisma": "^7.0.0", |
| 33 | + "react": "19.1.0", |
| 34 | + "react-dom": "19.1.0", |
| 35 | + "stripe": "^19.1.0", |
| 36 | + "tailwind-merge": "^3.3.1", |
| 37 | + "three": "^0.180.0" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@tailwindcss/postcss": "^4", |
| 41 | + "@testing-library/jest-dom": "^6.9.1", |
| 42 | + "@testing-library/react": "^16.3.0", |
| 43 | + "@testing-library/user-event": "^14.6.1", |
| 44 | + "@types/bcryptjs": "^3.0.0", |
| 45 | + "@types/jest": "^30.0.0", |
| 46 | + "@types/node": "^20", |
| 47 | + "@types/react": "^19", |
| 48 | + "@types/react-dom": "^19", |
| 49 | + "@types/three": "^0.180.0", |
| 50 | + "jest": "^30.2.0", |
| 51 | + "jest-environment-jsdom": "^30.2.0", |
| 52 | + "tailwindcss": "^4", |
| 53 | + "typescript": "^5" |
| 54 | + } |
55 | 55 | } |
0 commit comments