code base

This commit is contained in:
ANUJ7MADKE
2025-07-13 22:49:55 +05:30
parent d4f21c9a99
commit cd43f0e98e
96 changed files with 17779 additions and 0 deletions

47
frontend/package.json Normal file
View File

@@ -0,0 +1,47 @@
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-pdf/renderer": "^4.1.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.7",
"chartjs-plugin-datalabels": "^2.2.0",
"formik": "^2.4.6",
"framer-motion": "^11.15.0",
"frontend": "file:",
"hamburger-react": "^2.5.1",
"pdfjs-dist": "^4.7.76",
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-pdf": "^9.1.1",
"react-router-dom": "^6.25.1",
"react-search-box": "^2.3.0",
"react-table": "^7.8.0",
"react-toastify": "^11.0.5",
"tailwindcss": "^3.4.7",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^6.2.1"
}
}