file_table_reader/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

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": {
2025-11-24 01:58:37 +00:00
"@radix-ui/react-accordion": "^1.2.12",
2025-12-22 08:28:28 +00:00
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
2025-11-24 01:58:37 +00:00
"@radix-ui/react-dropdown-menu": "^2.1.16",
2025-12-22 08:28:28 +00:00
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
2025-11-24 01:58:37 +00:00
"@radix-ui/react-tabs": "^1.1.13",
2025-10-30 04:28:14 +00:00
"@reduxjs/toolkit": "^2.9.2",
"@tailwindcss/vite": "^4.1.16",
"axios": "^1.13.0",
2025-11-24 01:58:37 +00:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-11-06 07:59:34 +00:00
"framer-motion": "^12.23.24",
2025-12-22 08:28:28 +00:00
"geostyler-openlayers-parser": "^5.3.0",
"geostyler-sld-parser": "^8.2.0",
2025-10-30 04:28:14 +00:00
"jwt-decode": "^4.0.0",
2025-11-24 01:58:37 +00:00
"lucide-react": "^0.553.0",
2025-12-22 08:28:28 +00:00
"ol": "^10.7.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",
2025-11-24 01:58:37 +00:00
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
2025-11-04 15:47:48 +00:00
"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",
2025-11-24 01:58:37 +00:00
"tw-animate-css": "^1.4.0",
2025-10-30 04:28:14 +00:00
"vite": "^7.1.7"
}
}