Files
stateful/example/package.json
2018-09-21 21:07:54 +08:00

21 lines
525 B
JSON

{
"name": "@zhigang1992/stateful-example",
"homepage": "https://zhigang1992.github.io/@zhigang1992/stateful",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^1.1.4",
"@zhigang1992/stateful": "link:.."
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}