temp: 暂存

This commit is contained in:
2024-10-03 14:59:51 +08:00
parent d03391446f
commit cf5159d3b4
6 changed files with 276 additions and 256 deletions

View File

@@ -10,8 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@kevisual/query": "^0.0.2",
"antd": "^5.20.6",
"@ant-design/icons": "^5.5.1",
"@kevisual/query": "^0.0.6",
"antd": "^5.21.2",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
@@ -24,23 +25,23 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.4"
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
}
}