UNPKG

enterprise-loyalty-components

Version:

企业版忠诚度组件库

47 lines (46 loc) 1.41 kB
{ "name": "enterprise-loyalty-components", "version": "1.0.0", "description": "企业版忠诚度组件库", "scripts": { "test": "rm -rf dist/* && npm run ast && npm run editor && npm run move-to-project", "build": "rm -rf dist/* && npm run ast && npm run editor", "ast": "rollup -c rollup/ast.js", "editor": "rollup -c rollup/editor.js && cp src/editor/interface.d.ts dist/editor/index.d.ts", "move-to-project": "cp -R dist/* /Users/jz/shuyun/loktar/enterprise-loktar-loyalty-fe/src/expression/" }, "keywords": [ "shuyun", "enterprise", "loyalty", "components" ], "author": "shuyun-enterprise-ff2e", "license": "ISC", "dependencies": { "@types/codemirror": "0.0.71", "@types/react": "^16.7.18", "@types/react-dom": "^16.0.11", "@types/react-event-listener": "^0.4.7", "@types/react-jss": "^8.6.0", "antd": "^3.11.2", "codemirror": "^5.42.0", "moment": "^2.23.0", "react": "^16.7.0", "react-dom": "^16.7.0", "react-event-listener": "^0.6.5", "react-jss": "^8.6.1", "rollup": "^1.1.0", "rollup-plugin-postcss": "^1.6.3" }, "devDependencies": { "axios": "^0.18.0", "compare-versions": "^3.4.0", "rollup-plugin-serve": "^1.0.0", "rollup-plugin-typescript": "^1.0.0", "rollup-watch": "^4.3.1", "tslib": "^1.9.3", "typescript": "^3.2.2", "typings": "^2.1.1" } }