Skip to content

Commit

Permalink
chore(package): improve package content . close #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Aug 17, 2024
1 parent edfb1f6 commit a2dde59
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,36 @@
"type": "module",
"version": "0.2.1",
"private": false,
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Ohh",
"email": "[email protected]",
"url": "https://github.com/mufeng889"
},
"license": "MIT",
"homepage": "https://github.com/mufeng889/react-soybean-admin",
"repository": {
"url": "https://github.com/mufeng889/react-soybean-admin.git"
},
"bugs": {
"url": "https://github.com/mufeng889/react-soybean-admin/issues"
},
"keywords": [
"React admin ",
"react-admin-template",
"Vite5",
"TypeScript",
"Ant Design",
"antd-admin",
"Redux",
"React-Router V6",
"UnoCSS"
],
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.7.0"
},
"scripts": {
"build": "vite build --mode prod",
"build:test": "vite build --mode test",
Expand Down Expand Up @@ -86,5 +115,5 @@
"vite-plugin-remove-console": "2.2.0",
"vite-plugin-svg-icons": "2.0.1"
},
"website": "https://antd.soybeanjs.cn"
"website": "https://react-soybean.ohh-889.com/"
}

0 comments on commit a2dde59

Please sign in to comment.