-
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa8ea5f
commit 4c9f6fe
Showing
16 changed files
with
204 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,42 +2,48 @@ | |
"name": "rc-tabs", | ||
"version": "12.14.0", | ||
"description": "tabs ui component for react", | ||
"engines": { | ||
"node": ">=8.x" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"react-tabs" | ||
], | ||
"files": [ | ||
"lib", | ||
"es", | ||
"assets/index.css" | ||
], | ||
"main": "./lib/index", | ||
"module": "./es/index", | ||
"homepage": "http://github.com/react-component/tabs", | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "http://github.com/react-component/tabs/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:react-component/tabs.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/react-component/tabs/issues" | ||
}, | ||
"license": "MIT", | ||
"author": "[email protected]", | ||
"main": "./lib/index", | ||
"module": "./es/index", | ||
"files": [ | ||
"lib", | ||
"es", | ||
"assets/index.css" | ||
], | ||
"scripts": { | ||
"start": "dumi dev", | ||
"build": "dumi build", | ||
"docs:deploy": "gh-pages -d .doc", | ||
"compile": "father build && npm run compile:style", | ||
"test": "rc-test", | ||
"compile:style": "lessc --js assets/index.less assets/index.css", | ||
"coverage": "father test --coverage", | ||
"now-build": "npm run build", | ||
"docs:deploy": "gh-pages -d .doc", | ||
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js", | ||
"compile:style": "lessc --js assets/index.less assets/index.css", | ||
"prepublishOnly": "npm run lint && npm run test && npm run compile && np --yolo --no-publish" | ||
"now-build": "npm run build", | ||
"prepublishOnly": "npm run lint && npm run test && npm run compile && np --yolo --no-publish", | ||
"start": "dumi dev", | ||
"test": "rc-test" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"classnames": "2.x", | ||
"rc-dropdown": "~4.1.0", | ||
"rc-menu": "~9.12.0", | ||
"rc-motion": "^2.6.2", | ||
"rc-resize-observer": "^1.0.0", | ||
"rc-util": "^5.34.1" | ||
}, | ||
"devDependencies": { | ||
"@rc-component/father-plugin": "^1.0.0", | ||
|
@@ -74,17 +80,11 @@ | |
"sortablejs": "^1.7.0", | ||
"typescript": "^4.0.5" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"classnames": "2.x", | ||
"rc-dropdown": "~4.1.0", | ||
"rc-menu": "~9.12.0", | ||
"rc-motion": "^2.6.2", | ||
"rc-resize-observer": "^1.0.0", | ||
"rc-util": "^5.34.1" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.9.0", | ||
"react-dom": ">=16.9.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.x" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4c9f6fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tabs – ./
tabs-git-master-react-component.vercel.app
tabs-react-component.vercel.app