feat: 去掉antd

This commit is contained in:
2025-03-20 21:47:50 +08:00
parent c206add7eb
commit cfd263a1e7
36 changed files with 1369 additions and 769 deletions

View File

@@ -20,7 +20,7 @@
"@kevisual/center-components": "workspace:*",
"@kevisual/codemirror": "workspace:*",
"@kevisual/container": "1.0.0",
"@kevisual/query": "^0.0.8",
"@kevisual/query": "^0.0.9",
"@kevisual/resources": "workspace:*",
"@kevisual/system-ui": "^0.0.3",
"@kevisual/ui": "^0.0.2",
@@ -41,14 +41,14 @@
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"marked": "^15.0.7",
"nanoid": "^5.1.4",
"nanoid": "^5.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"react-resizable-panels": "^2.1.7",
"react-router": "^7.3.0",
"react-router-dom": "^7.3.0",
"react-router": "^7.4.0",
"react-router-dom": "^7.4.0",
"react-toastify": "^11.0.5",
"vite-plugin-tsconfig-paths": "^1.4.1",
"zustand": "^5.0.3"
@@ -61,7 +61,7 @@
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.10",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.0.11",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.3.4",
@@ -71,7 +71,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"lucide-react": "^0.482.0",
"lucide-react": "^0.483.0",
"path-browserify": "^1.0.1",
"postcss-import": "^16.1.0",
"pretty-bytes": "^6.1.1",
@@ -80,7 +80,7 @@
"tailwindcss": "^4.0.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"typescript-eslint": "^8.27.0",
"vite": "^6.2.2"
}
}