custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
104 lines (103 loc) • 2.58 kB
JSON
{
"_args": [
[
"rc-tree@2.1.2",
"G:\\dhcc-app-dll"
]
],
"_from": "rc-tree@2.1.2",
"_id": "rc-tree@2.1.2",
"_inBundle": false,
"_integrity": "sha512-IQG0bkY4bfK11oVIF44Y4V3IuIOAmIIc5j8b8XGkRjsnUOElRr/BNqKCvg9h2UsNJm1J2xv4OA0HfEIv70765Q==",
"_location": "/rc-tree",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-tree@2.1.2",
"name": "rc-tree",
"escapedName": "rc-tree",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "G:\\dhcc-app-dll",
"author": {
"name": "smith3816@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/tree/issues"
},
"dependencies": {
"@ant-design/create-react-context": "^0.2.4",
"classnames": "2.x",
"prop-types": "^15.5.8",
"rc-animate": "^2.6.0",
"rc-util": "^4.5.1",
"react-lifecycles-compat": "^3.0.4",
"warning": "^4.0.3"
},
"description": "tree ui component for react",
"devDependencies": {
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/warning": "^3.0.0",
"cross-env": "^5.2.0",
"css-animation": "^1.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.0.0",
"father": "^2.13.2",
"np": "^5.0.3",
"rc-dialog": "^7.3.1",
"rc-tools": "^9.x",
"rc-tooltip": "3.x",
"rc-trigger": "^2.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"typescript": "^3.5.2"
},
"files": [
"assets/*.css",
"assets/*.png",
"assets/*.gif",
"assets/*.less",
"dist",
"es",
"lib"
],
"homepage": "http://github.com/react-component/tree",
"keywords": [
"react",
"react-component",
"react-tree",
"tree"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-tree",
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/tree.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "2.1.2"
}