react-use-what-input
Version:
React hook for what-input integration
67 lines (66 loc) • 1.84 kB
JSON
{
"name": "react-use-what-input",
"version": "1.2.0",
"description": "React hook for what-input integration",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"keywords": [
"what-input",
"accessibility",
"a11y",
"react",
"focus"
],
"author": "Keith McKnight <keith@mcknig.ht>",
"repository": "github:kmck/react-use-what-input",
"homepage": "https://github.com/kmck/react-use-what-input",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run clean && npm run build",
"build": "rollup -c",
"start": "rollup -c -w"
},
"dependencies": {
"what-input": "^5.2.6"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.7",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-test-renderer": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "^25.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
"rollup": "^2.0.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.26.0",
"typescript": "^3.7.4"
},
"files": [
"dist",
"typings"
]
}