init create-react-hook@2.6.18

This commit is contained in:
2019-12-31 13:30:23 +05:30
commit 5e5b56ad52
20 changed files with 23936 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "some-hooks-example",
"homepage": "https://bendtherules.github.io/some-hooks",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"react": "link:../node_modules/react",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"some-hooks": "link:.."
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}