mirror of
https://github.com/zhigang1992/stateful.git
synced 2026-01-12 22:41:56 +08:00
21 lines
525 B
JSON
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"
|
|
}
|
|
}
|