use-context-hook
Version:
React use-context-hook use-context-hook
24 lines (23 loc) • 478 B
JSON
{
"name": "use-context-hook-example",
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "latest",
"react-dom": "latest",
"use-context-hook": "latest",
"react-scripts": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}