Files
AceJobAgency/AceJobAgency.client/package.json
2025-02-08 23:28:18 +08:00

39 lines
965 B
JSON

{
"name": "ace-job-agency",
"private": true,
"version": "0.0.124",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@heroui/react": "^2.6.14",
"@tabler/icons-react": "^3.30.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"axios": "^1.7.9",
"framer-motion": "^11.18.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.29.0",
"react-toastify": "^11.0.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.2.7",
"@types/lodash": "^4.17.15",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.14"
}
}