储存桶file文件的增删改查

This commit is contained in:
liamzi
2024-12-16 13:38:42 +08:00
parent 5882bf9548
commit 550032d1dc
4 changed files with 574 additions and 8 deletions

View File

@@ -10,24 +10,25 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@monaco-editor/react": "^4.6.0",
"@supabase/supabase-js": "^2.38.4",
"antd": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"antd": "^5.11.0",
"@ant-design/icons": "^5.2.6",
"react-router-dom": "^6.18.0",
"@supabase/supabase-js": "^2.38.4",
"styled-components": "^6.1.0",
"recharts": "^2.9.0"
"recharts": "^2.9.0",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",