cloud-component
Version:
用于加载 component registry 中注册的组件
88 lines (87 loc) • 2.54 kB
JSON
{
"name": "cloud-component",
"version": "0.6.0",
"description": "用于加载 component registry 中注册的组件",
"author": "angular-moon",
"license": "MIT",
"repository": "gmsoft-happyCoding/cloud-component",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"pub": "rollup -c & npm publish"
},
"dependencies": {
"@types/lodash": "^4.14.168"
},
"peerDependencies": {
"antd": "^3.15.1",
"axios": "^0.18.1",
"lodash": "^4.17.11",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@svgr/rollup": "^2.4.1",
"@types/jest": "^23.1.5",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@types/styled-components": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"antd": "^3.16.1",
"axios": "^0.18.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-named-asset-import": "^0.2.3",
"babel-plugin-ramda": "^1.6.3",
"babel-plugin-styled-components": "^1.9.2",
"babel-preset-react-app": "^6.1.0",
"cross-env": "^5.1.4",
"eslint": "6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-react-app": "^5.0.2",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gh-pages": "^1.2.0",
"history": "^4.9.0",
"ramda": "^0.26.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-scripts-ts": "latest",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-typescript2": "^0.17.0",
"rollup-plugin-url": "^1.4.0",
"styled-components": "^4.2.0",
"typescript": "^3.7.2"
},
"files": [
"dist"
]
}