初始化项目;更新至 v0.1.0_20251209 版本

This commit is contained in:
2025-12-09 22:18:14 +08:00
parent 051d9603b1
commit 2c7cbac954
15 changed files with 584 additions and 2 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "sql-translate-pro",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "npm run build && vite preview --port 8080 --host"
},
"dependencies": {
"@google/genai": "*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@types/node": "^20.12.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}