package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "ba",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^4.2.4",
  7. "@testing-library/react": "^9.5.0",
  8. "@testing-library/user-event": "^7.2.1",
  9. "bootstrap": "^4.5.2",
  10. "express": "^4.17.1",
  11. "google-map-react": "^2.1.8",
  12. "leaflet": "^1.7.1",
  13. "pigeon-draggable": "^0.1.1",
  14. "pigeon-maps": "^0.16.1",
  15. "pigeon-marker": "^0.3.4",
  16. "pigeon-overlay": "^0.2.3",
  17. "react": "^16.14.0",
  18. "react-dom": "^16.14.0",
  19. "react-leaflet": "^2.7.0",
  20. "react-map-gl": "^5.2.9",
  21. "react-redux": "^7.2.1",
  22. "react-router-dom": "^5.2.0",
  23. "react-scripts": "3.4.3",
  24. "reactstrap": "^8.6.0",
  25. "redux": "^4.0.5",
  26. "serve": "^11.3.2"
  27. },
  28. "scripts": {
  29. "start": "react-scripts start",
  30. "build": "react-scripts build",
  31. "test": "react-scripts test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": "react-app"
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. },
  49. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  50. "main": "index.js",
  51. "devDependencies": {},
  52. "repository": {
  53. "type": "git",
  54. "url": "https://git.hammerle.me/bernie/jku-ba-react.git"
  55. },
  56. "author": "",
  57. "license": "ISC"
  58. }