knk-antd
Version:
react components based on antd
39 lines (38 loc) • 837 B
JSON
{
"name": "knk-antd",
"version": "0.0.1",
"description": "react components based on antd",
"main": "./lib/index",
"module": "./es/index",
"files": [
"es",
"lib"
],
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"predeploy": "dumi build",
"deploy": "gh-pages -d docs-dist",
"compile": "father build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ipr-fe/knk-antd.git"
},
"bugs": {
"url": "https://gitee.com/ipr-fe/knk-antd.git/issues"
},
"homepage": "https://ipr-fe.gitee.io/knk-antd",
"keywords": [
"knk",
"antd",
"knk-antd",
"react",
"ui",
"components",
"react-components"
],
"author": "knk",
"license": "MIT"
}