chore: dashboard

This commit is contained in:
lencx
2022-12-13 19:10:42 +08:00
parent 430d6e4af2
commit 8363ff234d
18 changed files with 169 additions and 141 deletions

View File

@@ -30,18 +30,22 @@
"url": "https://github.com/lencx/ChatGPT"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"antd": "^5.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tauri-apps/api": "^1.2.0"
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@tauri-release/cli": "^0.2.3",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.6.4",
"sass": "^1.56.2",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"@tauri-apps/cli": "^1.2.2",
"@tauri-release/cli": "^0.2.3"
"vite-tsconfig-paths": "^4.0.2"
}
}