File size: 444 Bytes
3f2b13f a0cedc9 3f2b13f a0cedc9 3f2b13f a0cedc9 3f2b13f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"recharts": "^2.12.7"
},
"devDependencies": {
"vite": "^5.4.0",
"typescript": "^5.5.4",
"tailwindcss": "^3.4.10",
"postcss": "^8.4.45",
"autoprefixer": "^10.4.20"
}
}
|