{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "prisma": { "seed": "cargo run -p seeder" }, "dependencies": { "@blueprintjs/core": "^5.7.2", "@blueprintjs/icons": "^5.5.0", "@blueprintjs/table": "^5.0.20", "@floating-ui/react": "^0.26.4", "@react-three/drei": "^9.92.7", "@react-three/fiber": "^8.15.12", "@react-three/postprocessing": "^2.15.11", "@reduxjs/toolkit": "^2.0.1", "@types/three": "^0.160.0", "classnames": "^2.5.1", "leva": "^0.9.35", "normalize.css": "^8.0.1", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-draggable": "^4.4.6", "react-query": "^3.39.3", "react-redux": "^9.0.4", "react-router-dom": "^6.21.1", "three": "^0.160.0" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-beautiful-dnd": "^13.1.8", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.55.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "sass": "^1.69.6", "typescript": "^5.2.2", "vite": "^5.0.8", "vite-plugin-top-level-await": "^1.4.1", "vite-plugin-wasm": "^3.3.0" } }