Loom / app /package.json
deploy-space action
deploy 6158a00 (c)
b972454
Raw
History Blame Contribute Delete
775 Bytes
{
"name": "loom-app",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "Mobile-first agentic-coder client for the loom panel backend",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"highlight.js": "^11.10.0",
"marked": "^14.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.10.4"
},
"devDependencies": {
"@types/node": "^25.9.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}