forked from censusreporter/censusreporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 906 Bytes
/
package.json
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
{
"name": "@censusreporter/aggregate",
"version": "1.0.0",
"description": "",
"browser": true,
"scripts": {
"start": "parcel watch js-src/aggregate.jsm --hmr-port 34471",
"build": "parcel build js-src/aggregate.jsm"
},
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.0.0-beta.3",
"process": "^0.11.10",
"regenerator-runtime": "^0.13.9"
},
"dependencies": {
"@turf/turf": "^6.4.0",
"epsg": "^0.5.0",
"jszip": "^3.6.0",
"mapbox-gl": "^2.3.1",
"proj4": "^2.7.5",
"shapefile": "^0.6.6"
},
"aggregate": "censusreporter/apps/census/static/js/aggregate.js",
"targets": {
"aggregate": {
"engines": {
"browsers": "defaults"
},
"scopeHoist": true
}
}
}