-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.86 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "GRB_GIMT",
"version": "1.0.0",
"private": true,
"description": "Website and backend script to load GRB data into postgis and explore. GRB GUI Import and Merge Tool",
"main": "index.js",
"dependencies": {
"@mapbox/geojson-merge": "^1.1.1",
"@mapbox/geojson-normalize": "0.0.1",
"@mapbox/tile-reduce": "^3.3.1",
"@mapbox/tilebelt": "^1.0.1",
"@turf/area": "^6.5.0",
"@turf/boolean-contains": "^6.5.0",
"@turf/boolean-intersects": "^6.5.0",
"@turf/boolean-overlap": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/boolean-within": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/line-overlap": "^4.4.0",
"@turf/turf": "^3.14.3",
"catty": "0.0.8",
"de9im": "^1.3.1",
"geojson-flatten": "^0.2.1",
"geojson-validation": "^0.1.6",
"geojsontoosm": "0.0.2",
"jxon": "^2.0.0-beta.2",
"mapshaper": "^0.5.83",
"osm-and-geojson": "^0.1.2",
"turf": "^3.0.14",
"uglifyjs": "^2.4.11"
},
"devDependencies": {
"apidoc": "^0.50.2",
"bootstrap-sass": "^3.4.1",
"browserify": "latest",
"gulp": "^3.9.1",
"gulp-uglify": "^2.0.0",
"jquery": "^3.6.0",
"laravel-elixir": "^6.0.0-18",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.17.21",
"uglify-js": "^3.14.5",
"vue": "^2.0.1",
"vue-resource": "^1.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:ms": "browserify node_modules/mapshaper/www/mapshaper.js --s mapshaper | uglifyjs > public/js/mapshaper.js",
"build:pz": "browserify node_modules/geojsontoosm/index.js -d --s geos > public/js/pizza.js",
"build": "npm run build:ms && npm run build:pz",
"prod": "gulp --production",
"dev": "gulp watch"
},
"author": "Glenn Plas",
"license": "GPL-3.0+"
}