{ "name": "@avanzacast/admin-panel", "version": "1.0.0", "private": true, "description": "AvanzaCast - Admin Panel", "type": "module", "scripts": { "dev": "vite --port 3002", "build": "vite build", "preview": "vite preview --port 3002", "typecheck": "tsc --noEmit", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@ant-design/icons": "^5.2.6", "antd": "^5.12.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.30.1", "recharts": "^2.10.3", "zustand": "^4.4.7" }, "devDependencies": { "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.14", "postcss": "^8.4.23", "tailwindcss": "^3.4.16", "typescript": "^5.2.2", "vite": "^4.3.9" } }