build: rm useless package

This commit is contained in:
ReaJason
2025-06-28 02:57:36 +08:00
parent c668caa84d
commit 1c906f17b3
5 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", "$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"vcs": { "vcs": {
"enabled": true, "enabled": true,
"clientKind": "git", "clientKind": "git",
BIN
View File
Binary file not shown.
+8 -10
View File
@@ -14,8 +14,8 @@
"lint:fix": "bunx @biomejs/biome check ./ --write" "lint:fix": "bunx @biomejs/biome check ./ --write"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.0.5", "@biomejs/biome": "2.0.6",
"@types/node": "^24.0.4", "@types/node": "^24.0.5",
"@types/react": "^19.1.8", "@types/react": "^19.1.8",
"@types/react-copy-to-clipboard": "^5.0.7", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
@@ -29,24 +29,22 @@
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^5.1.1", "@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", "@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.81.2", "@tanstack/react-query": "^5.81.4",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"framer-motion": "^12.19.1", "framer-motion": "^12.19.2",
"i18next": "^25.2.1", "i18next": "^25.2.1",
"lucide-react": "^0.523.0", "lucide-react": "^0.525.0",
"motion": "^12.19.1", "motion": "^12.19.2",
"radix-ui": "^1.4.2", "radix-ui": "^1.4.2",
"react": "^19.1.0", "react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0", "react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-hook-form": "^7.58.1", "react-hook-form": "^7.58.1",
"react-i18next": "^15.5.3", "react-i18next": "^15.5.3",
"react-router": "^7.6.2", "react-router": "^7.6.3",
"react-router-dom": "^7.6.2", "react-router-dom": "^7.6.3",
"react-syntax-highlighter": "^15.6.1", "react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.5", "sonner": "^2.0.5",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
import { cva } from "class-variance-authority"; import { cva } from "class-variance-authority";
import { ChevronDownIcon } from "lucide-react"; import { ChevronDownIcon } from "lucide-react";
import { NavigationMenu as NavigationMenuPrimitive } from "radix-ui";
import * as React from "react"; import * as React from "react";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
+1 -1
View File
@@ -1,4 +1,4 @@
import * as PopoverPrimitive from "@radix-ui/react-popover"; import { Popover as PopoverPrimitive } from "radix-ui";
import * as React from "react"; import * as React from "react";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";