UNPKG

2.33 kBJSONView Raw
1{
2 "name": "rc-tabs",
3 "version": "11.10.1",
4 "description": "tabs ui component for react",
5 "engines": {
6 "node": ">=8.x"
7 },
8 "keywords": [
9 "react",
10 "react-component",
11 "react-tabs"
12 ],
13 "files": [
14 "lib",
15 "es",
16 "dist",
17 "assets/index.css"
18 ],
19 "main": "./lib/index",
20 "module": "./es/index",
21 "homepage": "http://github.com/react-component/tabs",
22 "author": "yiminghe@gmail.com",
23 "repository": {
24 "type": "git",
25 "url": "git@github.com:react-component/tabs.git"
26 },
27 "bugs": {
28 "url": "http://github.com/react-component/tabs/issues"
29 },
30 "license": "MIT",
31 "scripts": {
32 "start": "dumi dev",
33 "build": "dumi build",
34 "docs:deploy": "gh-pages -d .doc",
35 "compile": "father build && npm run compile:style",
36 "test": "father test",
37 "coverage": "father test --coverage",
38 "now-build": "npm run build",
39 "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
40 "compile:style": "lessc --js assets/index.less assets/index.css",
41 "prepublishOnly": "npm run lint && npm run test && npm run compile && np --yolo --no-publish"
42 },
43 "devDependencies": {
44 "@types/classnames": "^2.2.10",
45 "@types/enzyme": "^3.10.5",
46 "@types/jest": "^25.2.3",
47 "@types/react": "^17.0.14",
48 "@types/react-dom": "^16.9.8",
49 "@umijs/fabric": "^2.3.1",
50 "coveralls": "^3.0.6",
51 "cross-env": "^7.0.2",
52 "dumi": "^1.1.0",
53 "enzyme": "^3.7.0",
54 "enzyme-adapter-react-16": "^1.7.0",
55 "enzyme-to-json": "^3.3.4",
56 "eslint": "^7.0.0",
57 "fastclick": "~1.0.6",
58 "father": "^2.29.2",
59 "gh-pages": "^3.1.0",
60 "history": "^1.17.0",
61 "immutability-helper": "^3.0.1",
62 "less": "^3.11.1",
63 "np": "^7.5.0",
64 "preact": "^8.2.1",
65 "preact-compat": "^3.16.0",
66 "react": "^16.0.0",
67 "react-dnd": "^10.0.0",
68 "react-dnd-html5-backend": "^10.0.0",
69 "react-dom": "^16.0.0",
70 "react-router": "^3.0.0",
71 "react-sticky": "^6.0.3",
72 "react-test-renderer": "^16.0.0",
73 "sortablejs": "^1.7.0",
74 "typescript": "^4.0.5"
75 },
76 "dependencies": {
77 "@babel/runtime": "^7.11.2",
78 "classnames": "2.x",
79 "rc-dropdown": "^3.2.0",
80 "rc-menu": "^9.0.0",
81 "rc-resize-observer": "^1.0.0",
82 "rc-util": "^5.5.0"
83 },
84 "peerDependencies": {
85 "react": ">=16.9.0",
86 "react-dom": ">=16.9.0"
87 }
88}