mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 14:32:46 +00:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "bolt",
|
|
"description": "StackBlitz AI Agent",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"deploy": "npm run build && wrangler pages deploy",
|
|
"build": "remix vite:build",
|
|
"dev": "remix vite:dev",
|
|
"test": "vitest --run",
|
|
"start": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings",
|
|
"typecheck": "tsc",
|
|
"typegen": "wrangler types",
|
|
"preview": "pnpm run build && pnpm run start"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^0.0.27",
|
|
"@iconify-json/ph": "^1.1.13",
|
|
"@iconify-json/svg-spinners": "^1.1.2",
|
|
"@nanostores/react": "^0.7.2",
|
|
"@remix-run/cloudflare": "^2.10.2",
|
|
"@remix-run/cloudflare-pages": "^2.10.2",
|
|
"@remix-run/react": "^2.10.2",
|
|
"@unocss/reset": "^0.61.0",
|
|
"@webcontainer/api": "^1.2.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"ai": "^3.2.16",
|
|
"framer-motion": "^11.2.12",
|
|
"isbot": "^4.1.0",
|
|
"nanostores": "^0.10.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remix-utils": "^7.6.0",
|
|
"shiki": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20240620.0",
|
|
"@remix-run/dev": "^2.10.0",
|
|
"@types/react": "^18.2.20",
|
|
"@types/react-dom": "^18.2.7",
|
|
"fast-glob": "^3.3.2",
|
|
"typescript": "^5.5.2",
|
|
"unified": "^11.0.5",
|
|
"unocss": "^0.61.3",
|
|
"vite": "^5.3.1",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"wrangler": "^3.63.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
}
|
|
}
|