mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"name": "react-use",
|
|
"version": "0.0.1",
|
|
"description": "Collection of React Hooks",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc"
|
|
},
|
|
"author": "@streamich",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@types/react": "^16.4.18",
|
|
"@types/react-dom": "^16.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"react": "16.7.0-alpha.0",
|
|
"react-dom": "16.7.0-alpha.0",
|
|
"typescript": "^3.1.3",
|
|
"ts-node": "^7.0.1",
|
|
"puppet-master": "^1.2.0"
|
|
}
|
|
}
|