22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"name": "helloworld-redux-counter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"immutable": "^4.0.0-rc.12",
|
|
"moment": "^2.22.2",
|
|
"react": "^16.5.1",
|
|
"react-dom": "^16.5.1",
|
|
"react-redux": "^5.0.7",
|
|
"react-scripts": "1.1.5",
|
|
"redux": "^4.0.0",
|
|
"reselect": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|