package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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.2.2",
  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.10.0",
  12. "bootstrap": "^4.5.3",
  13. "express": "^4.17.1",
  14. "google-map-react": "^2.1.9",
  15. "jquery": "^3.5.1",
  16. "leaflet": "^1.7.1",
  17. "leaflet-draw": "^1.0.4",
  18. "mapbox-gl": "^1.13.0",
  19. "ol": "^6.5.0",
  20. "pigeon-draggable": "^0.1.1",
  21. "pigeon-maps": "^0.17.0",
  22. "pigeon-marker": "^0.3.4",
  23. "pigeon-overlay": "^0.2.3",
  24. "react": "^16.14.0",
  25. "react-dom": "^16.14.0",
  26. "react-leaflet": "^2.8.0",
  27. "react-leaflet-draw": "^0.19.0",
  28. "react-leaflet-fullscreen": "^1.0.1",
  29. "react-map-gl": "^5.2.11",
  30. "react-map-gl-draw": "^0.21.1",
  31. "react-mapbox-gl": "^4.8.6",
  32. "react-redux": "^7.2.2",
  33. "react-router-dom": "^5.2.0",
  34. "react-scripts": "3.4.3",
  35. "reactstrap": "^8.8.1",
  36. "redux": "^4.0.5",
  37. "serve": "^11.3.2"
  38. },
  39. "resolutions": {
  40. "@turf/difference": "6.0.1"
  41. },
  42. "scripts": {
  43. "start": "react-scripts start",
  44. "build": "react-scripts build",
  45. "test": "react-scripts test",
  46. "eject": "react-scripts eject"
  47. },
  48. "eslintConfig": {
  49. "extends": "react-app"
  50. },
  51. "browserslist": {
  52. "production": [
  53. ">0.2%",
  54. "not dead",
  55. "not op_mini all"
  56. ],
  57. "development": [
  58. "last 1 chrome version",
  59. "last 1 firefox version",
  60. "last 1 safari version"
  61. ]
  62. },
  63. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  64. "main": "index.js",
  65. "devDependencies": {},
  66. "repository": {
  67. "type": "git",
  68. "url": "https://git.hammerle.me/bernie/jku-ba-react.git"
  69. },
  70. "author": "",
  71. "license": "ISC"
  72. }