zent
Version:
一套前端设计语言和基于React的实现
44 lines (43 loc) • 935 B
JSON
{
"name": "zent-utils",
"version": "1.1.0",
"description": "Zent工具库",
"main": "./lib/index.js",
"scripts": {
"clean": "rm -rf component dom lodash",
"lint": "eslint --max-warnings=0 ./src ./examples",
"prepublish": "npm run lint && zent-kit prepublish && npm run clean && ./scripts/shiftup.sh && ./scripts/wrap-lodash.sh"
},
"repository": {
"type": "git",
"url": "git@github.com:youzan/zent.git"
},
"author": "lichen",
"license": "MIT",
"dependencies": {
"classnames": "2.2.x",
"es6-error": "4.0.x",
"lodash": "4.17.x",
"prop-types": "15.5.x"
},
"files": [
"src/",
"assets/",
"examples/",
"lib/",
"dist/",
"component/",
"dom/",
"lodash/",
"classnames.js",
"isPromise.js",
"es6-error.js",
"isBrowser.js",
"prop-types.js"
],
"jest": {
"verbose": true,
"automock": false,
"collectCoverage": true
}
}