71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "rc-tooltip",
|
||
|
"version": "6.0.1",
|
||
|
"description": "React Tooltip",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-component",
|
||
|
"react-tooltip",
|
||
|
"tooltip"
|
||
|
],
|
||
|
"homepage": "http://github.com/react-component/tooltip",
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/react-component/tooltip/issues"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:react-component/tooltip.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"maintainers": [
|
||
|
"yiminghe@gmail.com"
|
||
|
],
|
||
|
"main": "lib/index",
|
||
|
"module": "es/index",
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"lib",
|
||
|
"es",
|
||
|
"assets/*.css",
|
||
|
"assets/*.less"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"compile": "father build && lessc assets/bootstrap.less assets/bootstrap.css && lessc assets/bootstrap_white.less assets/bootstrap_white.css",
|
||
|
"docs:build": "dumi build",
|
||
|
"docs:deploy": "gh-pages -d .doc",
|
||
|
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
|
||
|
"now-build": "npm run build",
|
||
|
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
||
|
"start": "dumi dev",
|
||
|
"test": "rc-test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.11.2",
|
||
|
"@rc-component/trigger": "^1.0.4",
|
||
|
"classnames": "^2.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rc-component/father-plugin": "^1.0.0",
|
||
|
"@testing-library/react": "^13.4.0",
|
||
|
"@types/jest": "^26.0.0",
|
||
|
"@types/react": "^18.0.26",
|
||
|
"@types/react-dom": "^18.0.10",
|
||
|
"@types/warning": "^3.0.0",
|
||
|
"cross-env": "^7.0.0",
|
||
|
"dumi": "^2.1.1",
|
||
|
"eslint": "^7.1.0",
|
||
|
"father": "^4.0.0",
|
||
|
"gh-pages": "^3.1.0",
|
||
|
"less": "^3.11.1",
|
||
|
"np": "^7.1.0",
|
||
|
"rc-test": "^7.0.9",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0",
|
||
|
"typescript": "^4.0.5"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": ">=16.9.0",
|
||
|
"react-dom": ">=16.9.0"
|
||
|
}
|
||
|
}
|