react-use/package.json
2018-10-26 23:44:36 +02:00

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"
}
}