forked from CSI-KJSCE/Travel-policy-
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"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.13.2",
|
|
"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",
|
|
"js-cookie": "^3.0.5",
|
|
"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"
|
|
}
|
|
}
|