react-use/package.json
2018-10-27 18:13:51 +02:00

51 lines
1.2 KiB
JSON

{
"name": "react-use",
"version": "1.2.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
"lib/"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"start": "yarn storybook",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"clean": "rimraf lib",
"test:story:build": "build-storybook",
"storybook": "start-storybook -p 6008"
},
"author": "@streamich",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/streamich/react-use.git"
},
"bugs": {
"url": "https://github.com/streamich/react-use/issues"
},
"homepage": "https://github.com/streamich/react-use#readme",
"dependencies": {
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"throttle-debounce": "^2.0.1",
"nano-css": "^3.4.0",
"rebound": "^0.1.0"
},
"devDependencies": {
"@storybook/react": "^3.4.11",
"react": "16.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0",
"typescript": "^3.1.3",
"ts-node": "^7.0.1",
"ts-loader": "3",
"babel-core": "^6.26.3",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"react": "16.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0"
}
}