2025-10-30 04:28:14 +00:00
|
|
|
{
|
|
|
|
|
"name": "upload_otomation_fe",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@reduxjs/toolkit": "^2.9.2",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
|
|
|
"axios": "^1.13.0",
|
|
|
|
|
"jwt-decode": "^4.0.0",
|
2025-11-04 07:24:45 +00:00
|
|
|
"pdfjs-dist": "^5.4.394",
|
2025-10-30 04:28:14 +00:00
|
|
|
"react": "^19.1.1",
|
|
|
|
|
"react-dom": "^19.1.1",
|
|
|
|
|
"react-redux": "^9.2.0",
|
2025-11-04 15:47:48 +00:00
|
|
|
"react-router-dom": "^7.9.5",
|
|
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
|
|
"xlsx": "^0.18.5"
|
2025-10-30 04:28:14 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.36.0",
|
|
|
|
|
"@types/react": "^19.1.16",
|
|
|
|
|
"@types/react-dom": "^19.1.9",
|
|
|
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
|
|
|
"eslint": "^9.36.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.22",
|
|
|
|
|
"globals": "^16.4.0",
|
|
|
|
|
"tailwindcss": "^4.1.16",
|
|
|
|
|
"vite": "^7.1.7"
|
|
|
|
|
}
|
|
|
|
|
}
|