-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): improve package content . close #4
- Loading branch information
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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/" | ||
} |