You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
64 lines
1.3 KiB
{
|
|
"name": "@restart/ui",
|
|
"version": "1.4.0",
|
|
"description": "Utilities for creating robust overlay components",
|
|
"author": {
|
|
"name": "Jason Quense",
|
|
"email": "monastic.panic@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-restart/ui.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "cjs/index.js",
|
|
"module": "esm/index.js",
|
|
"sideEffects": false,
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"keywords": [
|
|
"react-overlays",
|
|
"react-component",
|
|
"react",
|
|
"overlay",
|
|
"react-component",
|
|
"tooltip",
|
|
"bootstrap",
|
|
"popover",
|
|
"modal"
|
|
],
|
|
"lint-staged": {
|
|
"*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"directory": "lib"
|
|
},
|
|
"release": {
|
|
"conventionalCommits": true
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@popperjs/core": "^2.11.5",
|
|
"@react-aria/ssr": "^3.2.0",
|
|
"@restart/hooks": "^0.4.7",
|
|
"@types/warning": "^3.0.0",
|
|
"dequal": "^2.0.2",
|
|
"dom-helpers": "^5.2.0",
|
|
"uncontrollable": "^7.2.1",
|
|
"warning": "^4.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.14.0",
|
|
"react-dom": ">=16.14.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-restart/ui/issues"
|
|
}
|
|
}
|