Advertisement
Guest User

Untitled

a guest
May 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {
  2. "name": "React",
  3. "version": "1.0.0",
  4. "description": "Chris Folmar ReactJS.NET IP Verification Web Application",
  5. "main": "app.js",
  6. "scripts": {
  7. "webpack": "webpack",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "Chris Folmar",
  12. "license": "MIT",
  13. "dependencies": {
  14. "google-maps-react": "^2.0.2",
  15. "react": "^16.4.0",
  16. "react-dom": "^16.4.0",
  17. "react-google-maps": "^9.4.5",
  18. "recompose": "^0.27.1"
  19. },
  20. "devDependencies": {
  21. "babel-core": "^6.26.3",
  22. "babel-loader": "^7.1.4",
  23. "babel-preset-env": "^1.7.0",
  24. "babel-preset-react": "^6.24.1",
  25. "webpack": "^4.9.1",
  26. "webpack-cli": "^2.1.4"
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement