package.json 796 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "scripts": {
  3. "prebuild": "rm -rf dist",
  4. "test": "echo \"Error: no test specified\" && exit 1",
  5. "start": "parcel index.html",
  6. "build": "parcel build index.html --public-url /daspo-free-zone"
  7. },
  8. "dependencies": {
  9. "@turf/bbox": "^6.0.1",
  10. "@turf/bbox-polygon": "^6.0.1",
  11. "@turf/boolean-contains": "^6.0.1",
  12. "@turf/boolean-overlap": "^6.0.1",
  13. "@turf/buffer": "^5.1.5",
  14. "@turf/center": "^6.0.1",
  15. "mapbox-gl": "^1.1.0",
  16. "underscore": "^1.9.1"
  17. },
  18. "devDependencies": {
  19. "@babel/core": "^7.5.4",
  20. "@babel/plugin-proposal-class-properties": "^7.5.0",
  21. "babel-preset-env": "^1.7.0",
  22. "cssnano": "^4.1.10",
  23. "parcel-plugin-static-files-copy": "^2.2.0"
  24. },
  25. "staticFiles": {
  26. "staticPath": "static",
  27. "watcherGlob": "**"
  28. }
  29. }