-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.49 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.49 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
{
"name": "webpilot-engine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8090",
"build": "cross-env NEXT_TURBOPACK=0 next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"deploy:check": "npx vercel list web-pilot-engine --prod",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@ai-sdk/google": "^3.0.13",
"@aws-sdk/client-s3": "^3.982.0",
"@elevenlabs/elevenlabs-js": "^2.33.0",
"@google/generative-ai": "^0.24.1",
"@mkkellogg/gaussian-splats-3d": "^0.4.7",
"@modelcontextprotocol/sdk": "^1.26.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@notionhq/client": "^5.8.0",
"@prisma/client": "^5.22.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@react-three/rapier": "^2.2.0",
"@story-protocol/core-sdk": "^1.4.3",
"@tailwindcss/typography": "^0.5.10",
"@types/howler": "^2.2.12",
"@types/three": "^0.169.0",
"@xstate/react": "^4.0.0",
"3d-tiles-renderer": "^0.4.21",
"ai": "^3.0.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.1",
"draco3d": "^1.5.7",
"framer-motion": "^11.0.3",
"gray-matter": "^4.0.3",
"howler": "^2.2.4",
"lucide-react": "^0.323.0",
"mermaid": "^10.9.0",
"neo4j-driver": "^5.28.3",
"next": "^16.2.0-canary.11",
"next-auth": "^4.24.5",
"playwright": "^1.41.2",
"playwright-extra": "^4.3.6",
"postcss": "^8.4.35",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.1",
"replicate": "^1.4.0",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1",
"three": "^0.160.1",
"uuid": "^9.0.1",
"viem": "^2.45.1",
"xstate": "^5.6.2",
"y-websocket": "^3.0.0",
"yjs": "^13.6.29",
"zod": "^3.22.4",
"zustand": "^4.5.7"
},
"devDependencies": {
"@gltf-transform/core": "^3.10.1",
"@gltf-transform/extensions": "^4.3.0",
"@gltf-transform/functions": "^4.3.0",
"@types/glob": "^8.1.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.8",
"adm-zip": "^0.5.10",
"axios": "^1.6.7",
"cross-env": "^7.0.3",
"draco3dgltf": "^1.5.7",
"eslint": "^8.56.0",
"eslint-config-next": "^16.1.5",
"prisma": "^5.9.1",
"typescript": "^5.3.3",
"vitest": "^4.0.18"
}
}