← back to Bertha
react-dash/package.json
29 lines
{
"name": "bertha-react-dash",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 7809 --host",
"build": "vite build",
"preview": "vite preview --port 7809 --host"
},
"dependencies": {
"@polymarket/clob-client": "^5.2.1",
"ethers": "^5.8.0",
"google-auth-library": "^10.5.0",
"pg": "^8.18.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-router-dom": "^6.28.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^5.4.0"
}
}