package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "leaflet-draw": "^1.0.4",
  18. "mapbox-gl": "^1.12.0",
  19. "ol": "^6.0.1",
  20. "pigeon-draggable": "^0.1.1",
  21. "pigeon-maps": "^0.16.1",
  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.7.0",
  27. "react-leaflet-draw": "^0.19.0",
  28. "react-map-gl": "^5.2.9",
  29. "react-map-gl-draw": "^0.21.1",
  30. "react-mapbox-gl": "^4.8.6",
  31. "react-redux": "^7.2.2",
  32. "react-router-dom": "^5.2.0",
  33. "react-scripts": "3.4.3",
  34. "reactstrap": "^8.6.0",
  35. "redux": "^4.0.5",
  36. "serve": "^11.3.2"
  37. },
  38. "resolutions": {
  39. "@turf/difference": "6.0.1"
  40. },
  41. "scripts": {
  42. "start": "react-scripts start",
  43. "build": "react-scripts build",
  44. "test": "react-scripts test",
  45. "eject": "react-scripts eject"
  46. },
  47. "eslintConfig": {
  48. "extends": "react-app"
  49. },
  50. "browserslist": {
  51. "production": [
  52. ">0.2%",
  53. "not dead",
  54. "not op_mini all"
  55. ],
  56. "development": [
  57. "last 1 chrome version",
  58. "last 1 firefox version",
  59. "last 1 safari version"
  60. ]
  61. },
  62. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  63. "main": "index.js",
  64. "devDependencies": {},
  65. "repository": {
  66. "type": "git",
  67. "url": "https://git.hammerle.me/bernie/jku-ba-react.git"
  68. },
  69. "author": "",
  70. "license": "ISC"
  71. }