UNPKG

zent

Version:

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

31 lines (30 loc) 605 B
{ "name": "zent-notify", "version": "1.0.10", "description": "Zent 全局通知组件", "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 && zent-kit prepublish" }, "author": "ronghang", "license": "MIT", "files": [ "assets/", "lib/", "examples/", "src/", "dist/" ], "dependencies": { "zent-portal": "1.0.7", "zent-utils": "1.0.7" }, "devDependencies": { "zent-button": "1.0.9" } }