package.json 1.7 KB

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