| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "webgui",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "build:dev": "tsc -b && vite build --mode development",
- "lint": "eslint .",
- "preview": "vite preview"
- },
- "dependencies": {
- "@lexical/react": "0.37.0",
- "@opencode-ai/sdk": "workspace:*",
- "diff": "^7.0.0",
- "fuzzysort": "catalog:",
- "lexical": "0.37.0",
- "react": "^19.1.1",
- "react-dom": "^19.1.1",
- "react-syntax-highlighter": "^15.6.1"
- },
- "devDependencies": {
- "@eslint/js": "^9.36.0",
- "@tailwindcss/postcss": "^4.1.16",
- "@types/diff": "^6.0.0",
- "@types/node": "^24.6.0",
- "@types/react": "^19.1.16",
- "@types/react-dom": "^19.1.9",
- "@types/react-syntax-highlighter": "^15.5.13",
- "@vitejs/plugin-react": "^5.0.4",
- "autoprefixer": "^10.4.21",
- "eslint": "^9.36.0",
- "eslint-plugin-react-hooks": "^5.2.0",
- "eslint-plugin-react-refresh": "^0.4.22",
- "globals": "^16.4.0",
- "postcss": "^8.5.6",
- "tailwindcss": "^4.1.16",
- "typescript": "~5.9.3",
- "typescript-eslint": "^8.45.0",
- "vite": "catalog:"
- }
- }
|