{ "name": "bolt", "description": "StackBlitz AI Agent", "private": true, "license": "MIT", "packageManager": "pnpm@10.12.3", "sideEffects": false, "type": "module", "scripts": { "deploy": "npm run build && wrangler pages deploy", "build": "remix vite:build", "dev": "remix vite:dev", "test": "vitest --run", "test:watch": "vitest", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "lint:fix": "npm run lint -- --fix", "start": "bindings=$(./bindings.sh) && wrangler pages dev ./build/client $bindings", "typecheck": "tsc", "typegen": "wrangler types", "preview": "pnpm run build && pnpm run start" }, "engines": { "node": ">=22.14.0" }, "dependencies": { "@ai-sdk/anthropic": "^1.2.12", "@codemirror/autocomplete": "^6.18.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-cpp": "^6.0.3", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-markdown": "^6.3.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-sass": "^6.0.2", "@codemirror/lang-wast": "^6.0.2", "@codemirror/language": "^6.11.1", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.37.2", "@iconify-json/ph": "^1.1.13", "@iconify-json/svg-spinners": "^1.1.2", "@lezer/highlight": "^1.2.0", "@nanostores/react": "^1.0.0", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@remix-run/cloudflare": "^2.10.2", "@remix-run/cloudflare-pages": "^2.10.2", "@remix-run/react": "^2.10.2", "@uiw/codemirror-theme-vscode": "^4.23.0", "@unocss/reset": "^66.3.1", "@webcontainer/api": "1.6.4-internal.2", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", "ai": "^4.3.16", "date-fns": "^4.1.0", "diff": "^8.0.2", "framer-motion": "^12.19.1", "isbot": "^5.1.28", "istextorbinary": "^9.5.0", "jose": "^6.0.11", "nanostores": "^1.0.1", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hotkeys-hook": "^5.1.0", "react-markdown": "^10.1.0", "react-resizable-panels": "^3.0.3", "react-toastify": "^11.0.5", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.0", "remix-island": "^0.2.0", "remix-utils": "^8.7.0", "shiki": "^3.7.0", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@blitz/eslint-plugin": "0.1.4", "@cloudflare/workers-types": "^4.20241127.0", "@remix-run/dev": "^2.10.0", "@types/diff": "^7.0.2", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "fast-glob": "^3.3.2", "is-ci": "^4.1.0", "node-fetch": "^3.3.2", "prettier": "^3.3.2", "sass-embedded": "^1.89.2", "typescript": "^5.5.2", "unified": "^11.0.5", "unocss": "^66.3.1", "vite": "^7.0.0", "vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-optimize-css-modules": "^1.1.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4", "wrangler": "^4.21.2", "zod": "^3.23.8" }, "resolutions": { "@typescript-eslint/utils": "^8.0.0-alpha.30" } }