{ "name": "admin-panel", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "axios": "^1.13.2", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.5", "recharts": "^3.4.1" }, "devDependencies": { "@babel/cli": "^7.28.3", "@babel/core": "^7.28.5", "@babel/preset-react": "^7.28.5", "@eslint/js": "^9.39.1", "@playwright/test": "^1.57.0", "@tailwindcss/postcss": "^4.1.17", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.1.0", "@vitejs/plugin-react-swc": "^4.2.2", "autoprefixer": "^10.4.21", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "postcss": "^8.5.6", "vite": "^7.2.2" } }