Skip to content

Commit

Permalink
优化构建
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Mar 9, 2025
1 parent 4ab7594 commit 7473725
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand All @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7473725

Please sign in to comment.