daspo-free-zone/package.json

30 lines
796 B
JSON
Raw Permalink Normal View History

2019-08-05 18:25:05 +02:00
{
2019-08-06 11:54:12 +02:00
"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"
},
2019-08-05 18:25:05 +02:00
"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",
2019-08-06 11:54:12 +02:00
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.10",
"parcel-plugin-static-files-copy": "^2.2.0"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
2019-08-05 18:25:05 +02:00
}
}