Files
LivePoll/frontend/package.json

40 lines
961 B
JSON
Raw Normal View History

2024-11-05 21:10:31 +05:30
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-11-07 23:45:34 +05:30
"axios": "^1.7.7",
2024-11-07 12:05:27 +05:30
"chart.js": "^4.4.6",
2024-11-05 21:10:31 +05:30
"react": "^18.3.1",
2024-11-07 12:05:27 +05:30
"react-chartjs-2": "^5.2.0",
2024-11-05 23:18:06 +05:30
"react-dom": "^18.3.1",
2024-11-05 23:42:59 +05:30
"react-icons": "^5.3.0",
2024-11-07 23:45:34 +05:30
"react-query": "^3.39.3",
2024-11-08 18:53:34 +05:30
"react-router-dom": "^6.27.0",
"zustand": "^5.0.1"
2024-11-05 21:10:31 +05:30
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
2024-11-05 22:12:03 +05:30
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
2024-11-05 21:10:31 +05:30
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
2024-11-05 22:12:03 +05:30
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
2024-11-05 21:10:31 +05:30
"vite": "^5.4.10"
}
}