UNPKG

qm-bus

Version:

千米公有云业务组件库

44 lines (43 loc) 1.45 kB
{ "name": "qm-bus", "version": "0.9.1", "description": "千米公有云业务组件库", "main": "lib/index.js", "keywords": [ "千米电商云", "业务组件" ], "author": "gcy[of1518]", "license": "ISC", "scripts": { "test": "node ./node_modules/babel-cli/bin/babel src --watch --copy-files --out-dir ../../../admin-web/packages/admin-main-web/node_modules/qm-bus/lib", "test1": "node ./node_modules/babel-cli/bin/babel src --watch --copy-files --out-dir ../../../admin-goods-web/node_modules/qm-bus/lib", "prebuild": "rm -rf lib", "build": "node ./node_modules/babel-cli/bin/babel src --copy-files --out-dir lib", "pub": "npm run build && npm publish --registry=http://registry.npmjs.com" }, "dependencies": { "ali-oss": "^6.9.1", "antd": "2.6.0", "iflux2": "1.4.4", "immutable": "^3.8.1", "moment": "^2.20.1", "qm-ui": "^0.6.33", "qm-ux": "^0.6.24", "react": "^15.0.2", "react-ga": "^2.2.0", "react-async-script-loader": "^0.2.2", "react-router-dom": "^4.2.2", "styled-components": "^3.4.10", "whatwg-fetch": "^1.1.0" }, "devDependencies": { "babel-cli": "6.24.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-import": "^1.1.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1" } }