44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
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",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@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-markdown": "^9.0.3",
|
|
"react-router-dom": "^6.29.0",
|
|
"react-toastify": "^11.0.3",
|
|
"remark-gfm": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tauri-apps/cli": "^2.2.7",
|
|
"@types/lodash": "^4.17.15",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@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"
|
|
}
|
|
}
|