{ "name": "bonsai-webgpu-chat-space", "private": true, "version": "0.1.0", "type": "module", "scripts": { "postinstall": "node scripts/verify-wllama-assets.mjs", "dev": "vite", "build": "tsc --noEmit && vite build", "preview": "vite preview --host 0.0.0.0", "test": "vitest run", "test:artifact-csp": "node scripts/test-artifact-csp.mjs", "test:js-sandbox": "node scripts/test-js-sandbox.mjs", "test:persistence": "node scripts/test-persistence.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "@noble/hashes": "2.0.1", "@shikijs/stream": "4.3.1", "react": "19.2.4", "react-dom": "19.2.4", "shiki": "4.3.1" }, "devDependencies": { "@playwright/test": "1.61.1", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.3", "typescript": "7.0.2", "vite": "8.1.4", "vitest": "4.1.0" } }