mirror of
https://github.com/bendtherules/some-hooks.git
synced 2026-08-18 13:52:05 +00:00
26 lines
579 B
JSON
26 lines
579 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|