mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
33 lines
805 B
JSON
33 lines
805 B
JSON
{
|
|
"name": "react-use",
|
|
"version": "0.0.1",
|
|
"description": "Collection of React Hooks",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"start": "yarn storybook",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"test:story:build": "build-storybook",
|
|
"storybook": "start-storybook -p 6008"
|
|
},
|
|
"author": "@streamich",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@types/react": "^16.4.18",
|
|
"@types/react-dom": "^16.0.9"
|
|
},
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "16.7.0-alpha.0",
|
|
"react-dom": "16.7.0-alpha.0"
|
|
}
|
|
}
|