UNPKG

2.38 kBJSONView Raw
1{
2 "name": "rc-tabs",
3 "version": "12.7.0",
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 "assets/index.css"
17 ],
18 "main": "./lib/index",
19 "module": "./es/index",
20 "homepage": "http://github.com/react-component/tabs",
21 "author": "yiminghe@gmail.com",
22 "repository": {
23 "type": "git",
24 "url": "git@github.com:react-component/tabs.git"
25 },
26 "bugs": {
27 "url": "http://github.com/react-component/tabs/issues"
28 },
29 "license": "MIT",
30 "scripts": {
31 "start": "dumi dev",
32 "build": "dumi build",
33 "docs:deploy": "gh-pages -d .doc",
34 "compile": "father build && npm run compile:style",
35 "test": "rc-test",
36 "coverage": "father test --coverage",
37 "now-build": "npm run build",
38 "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
39 "compile:style": "lessc --js assets/index.less assets/index.css",
40 "prepublishOnly": "npm run lint && npm run test && npm run compile && np --yolo --no-publish"
41 },
42 "devDependencies": {
43 "@rc-component/father-plugin": "^1.0.0",
44 "@rc-component/trigger": "^1.10.0",
45 "@testing-library/jest-dom": "^5.16.4",
46 "@testing-library/react": "^13.0.0",
47 "@types/classnames": "^2.2.10",
48 "@types/enzyme": "^3.10.5",
49 "@types/jest": "^25.2.3",
50 "@types/keyv": "3.1.4",
51 "@types/react": "^17.0.14",
52 "@types/react-dom": "^16.9.8",
53 "@umijs/fabric": "^2.3.1",
54 "coveralls": "^3.0.6",
55 "cross-env": "^7.0.2",
56 "dumi": "^2.0.0",
57 "eslint": "^7.0.0",
58 "fastclick": "~1.0.6",
59 "father": "^4.0.0",
60 "gh-pages": "^3.1.0",
61 "history": "^1.17.0",
62 "immutability-helper": "^3.0.1",
63 "less": "^3.11.1",
64 "np": "^7.5.0",
65 "preact-compat": "^3.16.0",
66 "rc-test": "^7.0.14",
67 "react": "^18.0.0",
68 "react-dnd": "^10.0.0",
69 "react-dnd-html5-backend": "^10.0.0",
70 "react-dom": "^18.0.0",
71 "react-sticky": "^6.0.3",
72 "sortablejs": "^1.7.0",
73 "typescript": "^4.0.5"
74 },
75 "dependencies": {
76 "@babel/runtime": "^7.11.2",
77 "classnames": "2.x",
78 "rc-dropdown": "~4.1.0",
79 "rc-menu": "~9.9.0",
80 "rc-motion": "^2.6.2",
81 "rc-resize-observer": "^1.0.0",
82 "rc-util": "^5.16.0"
83 },
84 "peerDependencies": {
85 "react": ">=16.9.0",
86 "react-dom": ">=16.9.0"
87 }
88}