{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"clean": "rm -rf dist/assets",
"build": "npm run clean && tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/vite": "^4.3.2",
"esbuild": "^0.28.1",
"lodash-es": "^4.18.1",
"lucide-react": "^1.24.0",
"monaco-editor": "^0.55.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.3.2",
"vite-plugin-monaco-editor": "^1.1.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"typescript": "~6.0.2",
"vite": "^8.1.1",
"vitest": "^3.1.6"
}
}