mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
chore(pkg): improve and upgrade packages
This commit is contained in:
21
package.json
21
package.json
@@ -5,6 +5,25 @@
|
|||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"description": "Modern and minimalist React UI library.",
|
||||||
|
"homepage": "https://react.zeit-ui.co",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/zeit-ui/react/issues/new/choose"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/zeit-ui/react"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"zeit",
|
||||||
|
"zeit ui",
|
||||||
|
"vercel",
|
||||||
|
"vercel ui",
|
||||||
|
"component",
|
||||||
|
"components",
|
||||||
|
"react components",
|
||||||
|
"react ui"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "yarn docs-collect && next dev",
|
"dev": "yarn docs-collect && next dev",
|
||||||
"docs-build": "yarn docs-collect && next build",
|
"docs-build": "yarn docs-collect && next build",
|
||||||
@@ -82,4 +101,4 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"styled-jsx": "^3.2.5"
|
"styled-jsx": "^3.2.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user