|
1 | 1 | {
|
2 |
| - "name": "rc-tabs", |
3 |
| - "version": "15.5.1", |
| 2 | + "name": "@rc-component/tabs", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "tabs ui component for react",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
32 | 32 | "docs:deploy": "gh-pages -d .doc",
|
33 | 33 | "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
|
34 | 34 | "now-build": "npm run build",
|
35 |
| - "prepublishOnly": "npm run lint && npm run test && npm run compile && np --yolo --no-publish", |
| 35 | + "prepublishOnly": "npm run lint && npm run test && npm run compile && rc-np", |
36 | 36 | "start": "dumi dev",
|
37 | 37 | "test": "rc-test"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@babel/runtime": "^7.11.2", |
| 40 | + "@rc-component/resize-observer": "^1.0.0", |
| 41 | + "@rc-component/util": "^1.2.0", |
| 42 | + "@rc-component/motion": "^1.1.3", |
41 | 43 | "classnames": "2.x",
|
42 | 44 | "rc-dropdown": "~4.2.0",
|
43 | 45 | "rc-menu": "~9.16.0",
|
44 |
| - "rc-motion": "^2.6.2", |
45 |
| - "rc-resize-observer": "^1.0.0", |
46 |
| - "rc-util": "^5.34.1" |
| 46 | + "rc-motion": "^2.6.2" |
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@rc-component/father-plugin": "^1.0.0", |
| 49 | + "@rc-component/father-plugin": "^2.0.0", |
| 50 | + "@rc-component/np": "^1.0.3", |
50 | 51 | "@rc-component/trigger": "^2.0.0",
|
51 | 52 | "@testing-library/jest-dom": "^6.1.4",
|
52 | 53 | "@testing-library/react": "^16.0.1",
|
|
70 | 71 | "history": "^5.3.0",
|
71 | 72 | "immutability-helper": "^3.0.1",
|
72 | 73 | "less": "^4.1.3",
|
73 |
| - "np": "^10.0.2", |
74 | 74 | "preact-compat": "^3.16.0",
|
75 | 75 | "rc-test": "^7.0.14",
|
76 | 76 | "react": "^18.0.0",
|
|
0 commit comments