Files
cc-switch/package.json

30 lines
696 B
JSON
Raw Normal View History

2025-08-04 22:16:26 +08:00
{
"name": "cc-switch",
2025-08-21 23:23:08 +08:00
"version": "2.0.3",
2025-08-04 22:16:26 +08:00
"description": "Claude Code 供应商切换工具",
"scripts": {
"dev": "pnpm tauri dev",
"build": "pnpm tauri build",
"tauri": "tauri",
"dev:renderer": "vite",
"build:renderer": "vite build"
2025-08-04 22:16:26 +08:00
},
"keywords": [],
"author": "Jason Young",
2025-08-04 22:16:26 +08:00
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.3.0",
"vite": "^5.0.0"
},
"dependencies": {
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-shell": "^2.3.0",
2025-08-04 22:16:26 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}