package.json 1.9 KB

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