zent
Version:
一套前端设计语言和基于React的实现
31 lines (30 loc) • 583 B
JSON
{
"name": "zent-dialog",
"version": "1.0.7",
"description": "Zent对话框组件",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git@github.com:youzan/zent.git"
},
"scripts": {
"lint": "eslint --max-warnings=0 ./src ./examples",
"prepublish": "npm run lint && zent-kit prepublish"
},
"author": "zhengxin",
"contributors": [
"lichen"
],
"license": "MIT",
"dependencies": {
"zent-portal": "1.0.7",
"zent-utils": "1.0.7"
},
"files": [
"src/",
"assets/",
"examples/",
"lib/",
"dist/"
]
}