UNPKG

zent

Version:

一套前端设计语言和基于React的实现

83 lines (82 loc) 1.76 kB
{ "name": "zent", "version": "2.0.6", "description": "一套前端设计语言和基于React的实现", "repository": { "type": "git", "url": "git@github.com:youzan/zent.git" }, "main": "./lib/index.js", "scripts": { "lint": "eslint --max-warnings=0 ./src ./examples", "prepublish": "npm run lint && ./scripts/copy-modules.sh && zent-kit prepublish" }, "author": "Youzan FE", "license": "MIT", "files": [ "src/", "assets/", "examples/", "lib/", "dist/", "alert/", "breadcrumb/", "button/", "checkbox/", "datetimepicker/", "dialog/", "form/", "icon/", "input/", "layout/", "loading/", "menu/", "notify/", "pagination/", "pop/", "popover", "portal/", "radio/", "select/", "steps/", "sweetalert/", "switch/", "table/", "tabs/", "tree/", "utils" ], "jest": { "verbose": true, "automock": false, "collectCoverage": true }, "dependencies": { "zent-alert": "1.0.11", "zent-breadcrumb": "1.0.5", "zent-button": "1.0.9", "zent-checkbox": "1.0.8", "zent-datetimepicker": "1.0.10", "zent-dialog": "1.0.7", "zent-form": "2.0.4", "zent-icon": "1.0.9", "zent-input": "1.0.9", "zent-layout": "1.0.8", "zent-loading": "1.0.6", "zent-menu": "0.0.2", "zent-notify": "1.0.10", "zent-pagination": "1.0.9", "zent-pop": "1.0.14", "zent-popover": "1.0.12", "zent-portal": "1.0.7", "zent-radio": "1.0.8", "zent-select": "1.0.9", "zent-steps": "1.0.11", "zent-sweetalert": "1.0.12", "zent-switch": "1.0.8", "zent-table": "1.0.13", "zent-tabs": "1.0.9", "zent-tree": "1.0.9", "zent-utils": "1.0.7" } }