diff --git a/.npmrc b/.npmrc index a4d9caf..7446745 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ //npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN} -@abearxiong:registry=https://npm.pkg.github.com //registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file diff --git a/package.json b/package.json index fcd7ab7..edbb59e 100644 --- a/package.json +++ b/package.json @@ -13,48 +13,44 @@ "pub": "envision deploy ./dist -k vite-react -v 0.0.1", "ev": "npm run build && npm run deploy" }, - "stackblitz": { - "startCommand": "npm dev:web" - }, + "author": "abearxiong ", "license": "MIT", "dependencies": { - "@ant-design/icons": "^5.6.1", - "@kevisual/query": "0.0.7-alpha.3", - "@kevisual/router": "0.0.7", - "@kevisual/system-ui": "^0.0.3", - "@kevisual/ui": "^0.0.4-alpha-1", - "antd": "^5.24.2", + "@ant-design/icons": "^6.0.0", + "@kevisual/query": "0.0.15", + "@kevisual/router": "0.0.9", + "antd": "^5.24.5", "clsx": "^2.1.1", "dayjs": "^1.11.13", "immer": "^10.1.1", "lodash-es": "^4.17.21", - "nanoid": "^5.1.2", + "nanoid": "^5.1.5", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^7.2.0", - "react-router-dom": "^7.2.0", + "react-router": "^7.4.0", + "react-router-dom": "^7.4.0", "react-toastify": "^11.0.5", "zustand": "^5.0.3" }, "devDependencies": { - "@eslint/js": "^9.21.0", + "@eslint/js": "^9.23.0", "@kevisual/types": "^0.0.6", - "@tailwindcss/vite": "^4.0.9", - "@types/node": "^22.13.5", - "@types/react": "^19.0.10", + "@tailwindcss/vite": "^4.0.16", + "@types/node": "^22.13.13", + "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", - "@vitejs/plugin-basic-ssl": "^1.2.0", + "@vitejs/plugin-basic-ssl": "^2.0.0", "@vitejs/plugin-react": "^4.3.4", - "eslint": "^9.21.0", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint": "^9.23.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "tailwind-merge": "^3.0.2", - "tailwindcss": "^4.0.9", + "tailwindcss": "^4.0.16", "tailwindcss-animate": "^1.0.7", - "typescript": "^5.7.3", - "typescript-eslint": "^8.25.0", - "vite": "^6.2.0" + "typescript": "^5.8.2", + "typescript-eslint": "^8.28.0", + "vite": "^6.2.3" } } \ No newline at end of file diff --git a/src/index.css b/src/index.css index ad74ee7..f1d8c73 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1 @@ @import "tailwindcss"; - -@layer components { - .test-loading { - @apply w-20 h-20 bg-gray-300 rounded-full animate-spin; - } -} \ No newline at end of file