From 7473725da092292f4ae474c1a8469c55c1024993 Mon Sep 17 00:00:00 2001 From: buyfakett Date: Sun, 9 Mar 2025 21:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 450f181..074786f 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "version": "1.0.0", "private": true, "dependencies": { - "@douyinfe/semi-icons": "^2.75.0", - "@douyinfe/semi-illustrations": "^2.75.0", - "@douyinfe/semi-ui": "^2.75.0", + "@douyinfe/semi-icons": "^2.76.0", + "@douyinfe/semi-illustrations": "^2.76.0", + "@douyinfe/semi-ui": "^2.76.0", "@emotion/is-prop-valid": "^1.3.1", "@giscus/react": "^3.1.0", "@hi-ui/watermark": "^4.0.8", @@ -16,11 +16,11 @@ "lucide-react": "^0.460.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-helmet": "^6.1.0", - "react-icons": "^5.4.0", - "react-markdown": "^10.0.0", - "react-router": "^7.2.0", - "tailwind-merge": "^3.0.1", + "react-icons": "^5.5.0", + "react-markdown": "^10.0.1", + "react-responsive": "^10.0.1", + "react-router": "^7.3.0", + "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7", "zustand": "^5.0.3" }, @@ -29,7 +29,9 @@ "dev": "rsbuild dev", "prebuild": "node src/scripts/fetchWakatimeData.js", "getgitinfo": "node src/scripts/generateBuildInfo.js", - "build": "rsbuild build" + "build": "rsbuild build", + "preview": "rsbuild preview", + "analysis": "RSDOCTOR=true npm run build" }, "browserslist": { "production": [ @@ -62,8 +64,9 @@ }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@rsbuild/core": "^1.2.14", + "@rsbuild/core": "^1.2.16", "@rsbuild/plugin-react": "^1.1.1", + "@rsdoctor/rspack-plugin": "^0.4.13", "@tailwindcss/postcss": "^4.0.7", "@types/node": "^22.13.4", "@types/react": "^18.3.1",