-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
36
37
{
"name": "affordable-housing-map",
"version": "2.0.0",
"description": "Application to help find affordable housing in the City of Detroit.",
"main": "build/index.js",
"keywords": [
"Affordable Housing",
"Housing",
"HUD",
"js",
"esri",
"leaflet"
],
"bugs": {
"url": "https://github.com/CityOfDetroit/affordable-housing-map/issues"
},
"homepage": "https://github.com/CityOfDetroit/affordable-housing-map#readme",
"author": "Edgar Montes",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html --https --no-cache -p 3000 --open",
"test": "./node_modules/.bin/cypress open",
"build": "parcel build src/index.js --no-cache --public-url '.' --no-source-maps -d build"
},
"devDependencies": {
"cssnano": "^4.1.10",
"sass": "^1.26.12"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"esri-leaflet": "^2.5.0",
"leaflet": "^1.7.1",
"moment": "^2.29.0",
"terraformer-arcgis-parser": "^1.1.0"
},
"browserslist": "> 0.25%, not dead"
}