-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
72 lines (72 loc) · 2.75 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@phila/vue-mapping",
"description": "A library of vue components for data-rich web mapping",
"version": "3.1.22",
"author": "City of Philadelphia <maps@phila.gov>",
"license": "MIT",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lintFix": "vue-cli-service lint --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.5",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@turf/turf": "^6.5.0",
"Leaflet-PointInPolygon": "https://github.com/CityOfPhiladelphia/Leaflet.PointInPolygon#a0d410f69aacf5f9165c4d01ccffeed824ccaed8",
"arcgis-to-geojson-utils": "^1.0.1",
"axios": "^0.19.0",
"blueimp-md5": "^2.19.0",
"date-fns": "^2.29.2",
"esri-leaflet": "3.0.2",
"esri-leaflet-legend": "git+https://github.com/CityOfPhiladelphia/esri-leaflet-legend.git#8fc0a7949b1ce80340261167a1aa4302177bb380",
"esri-leaflet-renderers": "2.0.6",
"leaflet": "1.7.1",
"leaflet-easybutton": "^2.3.0",
"leaflet-measure": "git+https://github.com/CityOfPhiladelphia/leaflet-measure.git#1dd982b2f9c78be2af5f497d9415e66cd3df6216",
"leaflet-omnivore": "git+https://github.com/CityOfPhiladelphia/leaflet-omnivore.git#f072195b03f7930690d9cbccb9375f0eda50fd41",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet-shape-markers": "^1.0.6",
"leaflet-vector-icon": "git+https://github.com/CityOfPhiladelphia/leaflet-vector-icon.git#c37571e92c66ce0003f22058f2d246b31d3941a5",
"leaflet.pointinpolygon": "git+https://github.com/CityOfPhiladelphia/Leaflet.PointInPolygon.git#a0d410f69aacf5f9165c4d01ccffeed824ccaed8",
"lodash-es": "^4.17.14",
"map-promisified": "^0.4.0",
"maplibre-gl": "2.4.0",
"maplibregl-mapbox-request-transformer": "0.0.2",
"phila-standards": "^1.0.2",
"proj4": "^2.8.0",
"sdleafletdraw": "git+https://github.com/CityOfPhiladelphia/SDLeafletDraw.git#b829efb8979a942dec04e4a2849af6b06434c9cf",
"vue": "^2.7.10",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/eslint-config-standard": "^5.0.1",
"babel-eslint": "^10.0.3",
"babel-runtime": "^6.26.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"vue-template-compiler": "^2.7.10",
"webpack-visualizer-plugin": "^0.1.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}