UNPKG

sunmao-sdk

Version:

榫卯-开箱即用赋能-sdk

65 lines 1.5 kB
{ "name": "sunmao-sdk", "version": "0.0.96", "description": "榫卯-开箱即用赋能-sdk", "scripts": { "build": "father-build", "prepare": "npm run build", "beta": "npm publish --tag beta", "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", "lib": "webpack --config ./webpack.config.js" }, "author": "czf", "license": "ISC", "main": "lib/index.js", "module": "es/index.js", "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,jsx,less,md,json}": [ "prettier --write" ], "*.ts?(x)": [ "prettier --parser=typescript --write" ] }, "dependencies": { "@ant-design/icons": "^4.0.2", "color": "^3.1.2", "localforage": "^1.10.0", "lodash": "^4.17.11", "pope": "^2.0.2", "prop-types": "^15.x", "qs": "^6.9.0", "rc-color-picker": "^1.2.6", "react-sortable-hoc": "^1.6.1", "use-debounce": "5.1.0", "validator": "^10.7.1", "moment": "^2.24.0" }, "peerDependencies": { "antd": "4.x", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "babel-plugin-import": "^1.13.0", "deep-equal": "^2.0.3", "father-build": "^1.17.2", "lint-staged": "^10.0.7", "prettier": "^1.19.1", "rollup-plugin-copy": "^3.4.0" }, "keywords": [ "榫卯", "开箱即用", "赋能", "页面配置", "查询页", "结果页", "图表页", "表单页", "数据管理" ] }