wechat_ai/package.json

27 lines
591 B
JSON

{
"name": "wechat-ai-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "vite build",
"tauri": "tauri",
"preview": "vite preview --host 127.0.0.1"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.20",
"lucide-react": "^1.17.0",
"postcss": "^8.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17",
"vite": "^7.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2"
}
}