mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-31 22:41:29 +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",
|
||||
"types": "dist/index.d.ts",
|
||||
"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": {
|
||||
"dev": "yarn docs-collect && next dev",
|
||||
"docs-build": "yarn docs-collect && next build",
|
||||
@@ -82,4 +101,4 @@
|
||||
"dependencies": {
|
||||
"styled-jsx": "^3.2.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user