-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.27 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
38
39
40
41
{
"name": "camp-swatara-map",
"version": "1.0.0",
"description": "This repository serves to provide a demo of what a web map of the hiking trails at [Camp Swatara](https://www.campswatara.org/) could look like. Based upon lack of communication, this project may be dormat.",
"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/camp-swatara-map.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pmacMaps/camp-swatara-map/issues"
},
"homepage": "https://github.com/pmacMaps/camp-swatara-map#readme",
"devDependencies": {
"parcel": "^2.7.0",
"parcel-transformer-geojson": "^0.0.4"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^4.6.2",
"esri-leaflet": "^3.0.8",
"esri-leaflet-vector": "^4.0.0",
"font-awesome": "^4.7.0",
"jquery": "^3.6.1",
"leaflet": "^1.9.4",
"leaflet-betterscale": "^1.0.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.zoomhome": "^1.0.0"
}
}