19 lines
444 B
JSON
Executable File
19 lines
444 B
JSON
Executable File
{
|
|
"dependencies": {
|
|
"prop-types": "^15.5.8",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-router-dom": "^4.2.2",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"react-scripts": "0.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|