Files
reactnd-project-bookbrowser/package.json
Kenneth Jannette 304cb3457d Added CSS styles
2018-07-27 21:21:03 -07:00

21 lines
495 B
JSON
Executable File

{
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"express": "^4.16.3",
"history": "^4.7.2",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router-dom": "^4.2.2",
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}