{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:check": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "typecheck": "tsc --noEmit" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@tabler/core": "^1.3.2", "@tabler/icons-react": "^3.34.0", "@tanstack/react-query": "^5.56.2", "@tanstack/react-virtual": "^3.10.8", "@xyflow/react": "^12.3.4", "axios": "^1.10.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^6.30.1" }, "devDependencies": { "@eslint/js": "^9.29.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.5.2", "eslint": "^9.29.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.2.0", "typescript": "^5.7.2", "vite": "^7.0.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-musl": "4.40.0" }, "overrides": { "rollup": "4.40.0" } }