-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1022 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
36
37
{
"name": "find-nearby-parks-leaflet",
"version": "1.0.0",
"description": "",
"private": true,
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmacMaps/find-nearby-parks-leaflet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pmacMaps/find-nearby-parks-leaflet/issues"
},
"homepage": "https://github.com/pmacMaps/find-nearby-parks-leaflet#readme",
"devDependencies": {
"parcel": "^2.9.3"
},
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^3.6.0",
"@esri/arcgis-rest-request": "^3.6.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.2",
"esri-leaflet": "^3.0.10",
"esri-leaflet-vector": "^4.1.0",
"jquery": "^3.7.0",
"leaflet": "^1.9.4",
"leaflet-betterscale": "^1.0.0"
}
}