@b-design/ui-layout
Version:
React component for Alibaba Cloud.
67 lines • 2.12 kB
JSON
{
"name": "@b-design/ui-layout",
"version": "0.0.10",
"description": "React component for Alibaba Cloud.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "es/index.js",
"unpkg": "dist/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"b-design",
"b-design-rc-layout",
"react",
"react component"
],
"author": {
"name": "csr632",
"email": "632882184@qq.com"
},
"license": "MIT",
"engines": {
"node": ">=7.6.0"
},
"scripts": {
"prepare": "npm run clean && npm run babel && npm run babel:esm && npm run types && npm run build",
"clean": "rm -rf dist lib es cc-dev-out",
"babel": "breezr build --engine babel",
"babel:esm": "breezr build --engine babel --es-module",
"types": "tsc -p src --emitDeclarationOnly",
"build": "breezr build --engine webpack",
"test": "breezr test:unit",
"storybook": "breezr start-storybook",
"dev": "breezr start --config config/breezr-docs.config.ts",
"doc:build": "rm -rf doc-dist && breezr build --config config/breezr-docs.config.ts",
"upload": "breezr upload --config config/breezr-docs.config.ts",
"upload:pre": "npm run upload -- --tag=pre"
},
"peerDependencies": {
"@b-design/ui": "^2.0.58",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.1"
},
"dependencies": {
"@b-design/ui-console-menu": "^0.0.6",
"@b-design/ui-page": "^0.0.1",
"@b-design/ui-rc-internal-helpers": "^0.0.1",
"@b-design/ui-truncate": "^0.0.1",
"@researchgate/react-intersection-observer": "^1.0.1"
},
"devDependencies": {
"@ali/breezr": "^1.5.41",
"@alicloud/console-components-fake-browser": "^2.0.7",
"@alicloud/console-toolkit-preset-docs": "^1.0.40",
"@b-design/ui": "^2.0.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
"@types/styled-components": "^4.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.1"
}
}