{ "name": "dashboard", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "start": "react-scripts start", "test": "react-scripts test", "eject": "react-scripts eject", "server": "json-server --watch db.json --port 5000" }, "proxy": "http://localhost:5000", "dependencies": { "@ant-design/icons": "^5.3.7", "antd": "^5.18.2", "axios": "^1.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.23.1" }, "devDependencies": { "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "json-server": "^1.0.0-beta.1", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "vite": "^5.2.0" } }