bimr-studio/package.json
2026-09-21 15:33:30 +02:00

48 lines
1.3 KiB
JSON

{
"name": "studio",
"version": "0.0.2",
"private": true,
"type": "module",
"description": "Studio — BIMR AI App.",
"license": "MIT",
"scripts": {
"predev": "npm run sync:bimr",
"dev": "vite",
"prebuild": "npm run sync:bimr",
"build": "vite build",
"preview": "vite preview",
"proxy": "node proxy/node.mjs",
"typecheck": "tsc --noEmit",
"test:e2e": "playwright test",
"test:proxy": "node --test proxy/proxy.test.mjs",
"sync:bimr": "node scripts/sync-bimr.mjs"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.125",
"@ai-sdk/react": "^2.0.256",
"@bimr/web": "^0.0.2",
"@isomorphic-git/lightning-fs": "^4.7.0",
"ai": "^5.0.253",
"buffer": "^6.0.3",
"isomorphic-git": "^1.42.0",
"process": "^0.11.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"three": "^0.183.0",
"yaml": "^2.9.1",
"zod": "^3.25.0"
},
"devDependencies": {
"@playwright/test": "^1.63.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/three": "^0.183.0",
"@vitejs/plugin-react": "^5.1.1",
"typescript": "^5.7.0",
"vite": "^7.3.6"
}
}