UNPKG

2.14 kBJSONView Raw
1{
2 "name": "rc-tree",
3 "version": "5.7.6",
4 "description": "tree ui component for react",
5 "engines": {
6 "node": ">=10.x"
7 },
8 "keywords": [
9 "react",
10 "react-component",
11 "react-tree",
12 "tree"
13 ],
14 "files": [
15 "assets/*.css",
16 "assets/*.png",
17 "assets/*.gif",
18 "assets/*.less",
19 "dist",
20 "es",
21 "lib"
22 ],
23 "homepage": "http://github.com/react-component/tree",
24 "author": "smith3816@gmail.com",
25 "repository": {
26 "type": "git",
27 "url": "git@github.com:react-component/tree.git"
28 },
29 "bugs": {
30 "url": "http://github.com/react-component/tree/issues"
31 },
32 "license": "MIT",
33 "main": "./lib/index",
34 "module": "./es/index",
35 "scripts": {
36 "start": "dumi dev",
37 "docs:build": "dumi build",
38 "docs:deploy": "gh-pages -d docs-dist",
39 "compile": "father build && lessc assets/index.less assets/index.css",
40 "prepublishOnly": "npm run compile && np --yolo --no-publish",
41 "postpublish": "npm run gh-pages",
42 "lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
43 "test": "father test",
44 "coverage": "father test --coverage",
45 "gh-pages": "npm run docs:build && father doc deploy",
46 "now-build": "npm run docs:build"
47 },
48 "peerDependencies": {
49 "react": "*",
50 "react-dom": "*"
51 },
52 "devDependencies": {
53 "@testing-library/jest-dom": "^5.16.4",
54 "@testing-library/react": "^13.0.0",
55 "@types/enzyme": "^3.10.9",
56 "@types/jest": "^26.0.4",
57 "@types/react": "^18.0.0",
58 "@types/react-dom": "^17.0.8",
59 "@types/warning": "^3.0.0",
60 "@umijs/fabric": "^3.0.0",
61 "dumi": "^1.1.4",
62 "enzyme": "^3.3.0",
63 "enzyme-adapter-react-16": "^1.1.1",
64 "enzyme-to-json": "^3.0.0",
65 "eslint": "^7.0.0",
66 "father": "^2.29.8",
67 "glob": "^7.1.6",
68 "less": "^3.11.1",
69 "np": "^6.0.0",
70 "rc-dialog": "^8.1.0",
71 "rc-tooltip": "5.x",
72 "rc-trigger": "^5.0.7",
73 "react": "^18.2.0",
74 "react-dom": "^18.2.0",
75 "typescript": "^4.0.2"
76 },
77 "dependencies": {
78 "@babel/runtime": "^7.10.1",
79 "classnames": "2.x",
80 "rc-motion": "^2.0.1",
81 "rc-util": "^5.16.1",
82 "rc-virtual-list": "^3.5.1"
83 }
84}