{ "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", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "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", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "@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", "@vitest/ui": "4.0.13", "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", "happy-dom": "20.0.10", "jsdom": "27.2.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.16", "typescript": "~5.9.3", "typescript-eslint": "^8.45.0", "vite": "catalog:", "vitest": "4.0.13", "quansync": "^0.2.11", "react-markdown": "10.1.0", "remark-gfm": "4.0.1" } }