UNPKG

zent

Version:

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

28 lines (27 loc) 551 B
{ "name": "zent-pagination", "version": "1.0.9", "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": "zhangmengxuan", "license": "MIT", "dependencies": { "zent-select": "1.0.9", "zent-utils": "1.0.7" }, "files": [ "src/", "assets/", "examples/", "lib/", "dist/" ] }