{ "scripts": { "prebuild": "rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1", "start": "parcel index.html", "build": "parcel build index.html --public-url /daspo-free-zone" }, "dependencies": { "@turf/bbox": "^6.0.1", "@turf/bbox-polygon": "^6.0.1", "@turf/boolean-contains": "^6.0.1", "@turf/boolean-overlap": "^6.0.1", "@turf/buffer": "^5.1.5", "@turf/center": "^6.0.1", "mapbox-gl": "^1.1.0", "underscore": "^1.9.1" }, "devDependencies": { "@babel/core": "^7.5.4", "@babel/plugin-proposal-class-properties": "^7.5.0", "babel-preset-env": "^1.7.0", "cssnano": "^4.1.10", "parcel-plugin-static-files-copy": "^2.2.0" }, "staticFiles": { "staticPath": "static", "watcherGlob": "**" } }