build: rm useless package

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent a1fec396ba
commit 60b36f926c
5 changed files with 11 additions and 13 deletions
+8 -10
View File
@@ -14,8 +14,8 @@
"lint:fix": "bunx @biomejs/biome check ./ --write"
},
"devDependencies": {
"@biomejs/biome": "2.0.5",
"@types/node": "^24.0.4",
"@biomejs/biome": "2.0.6",
"@types/node": "^24.0.5",
"@types/react": "^19.1.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.6",
@@ -29,24 +29,22 @@
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.81.2",
"@tanstack/react-query": "^5.81.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.19.1",
"framer-motion": "^12.19.2",
"i18next": "^25.2.1",
"lucide-react": "^0.523.0",
"motion": "^12.19.1",
"lucide-react": "^0.525.0",
"motion": "^12.19.2",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.5.3",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-router": "^7.6.3",
"react-router-dom": "^7.6.3",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",