You've already forked Nano-Banana-AI-Image-Editor
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
||
"name": "ano-banana-ai-image-editor",
|
||
"private": true,
|
||
"version": "0.0.0",
|
||
"type": "module",
|
||
"description": "一个基于react的 AI 模型实验和原型设计工具,用户可以通过直观的界面与 Google 的大型语言模型(如 Gemini)进行交互",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://git.pandorastudio.cn/yuantao/Nano-Banana-AI-Image-Editor.git"
|
||
},
|
||
"scripts": {
|
||
"dev": "vite",
|
||
"build": "vite build",
|
||
"lint": "eslint .",
|
||
"preview": "vite preview"
|
||
},
|
||
"dependencies": {
|
||
"@google/genai": "^1.16.0",
|
||
"@radix-ui/react-dialog": "^1.1.15",
|
||
"@radix-ui/react-select": "^2.2.6",
|
||
"@radix-ui/react-slider": "^1.3.6",
|
||
"@radix-ui/react-switch": "^1.2.6",
|
||
"@tanstack/react-query": "^5.85.5",
|
||
"class-variance-authority": "^0.7.1",
|
||
"clsx": "^2.1.1",
|
||
"fabric": "^6.7.1",
|
||
"idb-keyval": "^6.2.2",
|
||
"konva": "^9.3.22",
|
||
"lucide-react": "^0.344.0",
|
||
"react": "^18.3.1",
|
||
"react-dom": "^18.3.1",
|
||
"react-konva": "^18.2.10",
|
||
"tailwind-merge": "^3.3.1",
|
||
"zustand": "^5.0.8"
|
||
},
|
||
"devDependencies": {
|
||
"@eslint/js": "^9.9.1",
|
||
"@types/react": "^18.3.5",
|
||
"@types/react-dom": "^18.3.0",
|
||
"@vitejs/plugin-react": "^4.3.1",
|
||
"autoprefixer": "^10.4.18",
|
||
"eslint": "^9.9.1",
|
||
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
||
"eslint-plugin-react-refresh": "^0.4.11",
|
||
"globals": "^15.9.0",
|
||
"postcss": "^8.4.35",
|
||
"tailwindcss": "^3.4.1",
|
||
"typescript": "^5.5.3",
|
||
"typescript-eslint": "^8.3.0",
|
||
"vite": "^5.4.2"
|
||
}
|
||
}
|