-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.8 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.8 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
{
"name": "eh-dataportal",
"description": "This repository contains source code for the Environment and Health Data Portal. You can view the live production version of the website [here](https://a816-dohbesp.nyc.gov/IndicatorPublic/). If you're interested in helping, you can [email us](mailto:ehdp@health.nyc.gov) - we are always looking for people interested in user testing and co-design work.",
"homepage": "https://a816-dohbesp.nyc.gov/IndicatorPublic/",
"repository": {
"type": "git",
"url": "https://github.com/nychealth/EH-dataportal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nychealth/EH-dataportal/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@mapbox/leaflet-pip": "^1.1.0",
"arquero": "^8.0.3",
"bootstrap": "^4.3.1",
"chroma-js": "~2.4.2",
"ci": "^2.3.0",
"d3": "^7.9.0",
"datatables.net": "^1.13.5",
"datatables.net-buttons": "^2.4.1",
"datatables.net-buttons-dt": "^2.4.3",
"datatables.net-dt": "^1.13.11",
"datatables.net-rowgroup": "^1.5.0",
"dompurify": "^3.1.6",
"geoblaze": "^2.6.0",
"georaster": "^1.6.0",
"georaster-layer-for-leaflet": "^3.10.0",
"jquery": "^3.7.1",
"jquery-flexdatalist": "^2.3.0",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"leaflet-easybutton": "^2.4.0",
"pagefind": "^1.3.0",
"popper.js": "^1.16.1",
"qrcode-generator": "^2.0.2",
"seedrandom": "^3.0.5",
"topojson-client": "^3.1.0",
"vega": "^5.30.0",
"vega-embed": "^6.26.0",
"vega-lite": "^5.21.0"
},
"optionalDependencies": {
"hugo-extended": "^0.146.3"
}
}