{ "name": "rc-tree", "version": "2.1.4", "description": "tree ui component for react", "keywords": [ "react", "react-component", "react-tree", "tree" ], "files": [ "assets/*.css", "assets/*.png", "assets/*.gif", "assets/*.less", "dist", "es", "lib" ], "homepage": "http://github.com/react-component/tree", "author": "smith3816@gmail.com", "repository": { "type": "git", "url": "git@github.com:react-component/tree.git" }, "bugs": { "url": "http://github.com/react-component/tree/issues" }, "license": "MIT", "main": "./lib/index", "module": "./es/index", "scripts": { "start": "cross-env NODE_ENV=development father doc dev --storybook", "build": "father doc build --storybook", "compile": "father build && lessc assets/index.less assets/index.css", "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch", "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", "test": "father test", "now-build": "npm run build" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "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", "less": "^3.10.3", "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" }, "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" } }