8295bd6882
this shall be a progressive process
21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"name": "routing-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2",
|
|
"react-redux": "^5.0.3",
|
|
"react-router-dom": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "0.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|