Files
coco-app/package.json
2024-10-28 17:34:48 +08:00

42 lines
1.0 KiB
JSON

{
"name": "coco",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@tauri-apps/api": ">=2.0.0",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-shell": ">=2.0.0",
"clsx": "^2.1.1",
"i18next": "^23.16.2",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^15.1.0",
"react-router-dom": "^6.27.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0",
"@types/lodash": "^4.17.12",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-i18next": "^8.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}