UNPKG

@reacted/bootstrap-react-component-examples

Version:

选择数据的树结构组件

53 lines (52 loc) 1.5 kB
{ "name": "@reacted/bootstrap-react-component-examples", "version": "1.0.2", "description": "选择数据的树结构组件", "main": "lib/index.js", "scripts": { "start": "webpack-dev-server", "test": "echo \"Error: no test specified\" && exit 1", "pre": "npm install react react-dom react-router-dom @babel/core @babel/cli @talentui/get-babel-config --save-dev", "build": "NODE_ENV=production babel ./src --out-dir lib --extensions \".ts,.tsx\" --copy-files", "types": "tsc --emitDeclarationOnly", "prepublish": "rm -rf ./lib && npm run build && npm run types" }, "repository": { "type": "git", "url": "ssh://git@www.lixinchi.com:1024/reacted/bootstrap-example.git" }, "keywords": [ "tree", "树", "表单" ], "author": "Raymond Li", "license": "ISC", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@talentui/get-babel-config": "^4.0.7", "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "@types/react-router-dom": "^4.3.3", "@types/webpack-env": "^1.13.9", "commitizen": "^3.1.1", "cz-conventional-changelog": "^2.1.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1" }, "peerDependencies": { "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1" }, "files": [ "lib" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }