CommunityVotingApp/www/package.json

20 lines
482 B
JSON
Raw Normal View History

2020-04-22 14:20:00 -06:00
{
"name": "Lecte",
"version": "1.0.0",
"main": "index.html",
"license": "MPL-2.0",
"dependencies": {
2020-04-28 12:31:32 -06:00
"@fortawesome/fontawesome-pro": "^5.13.0",
2020-04-22 14:20:00 -06:00
"framework7": "^5.5.1",
2020-04-28 12:14:01 -06:00
"framework7-icons": "^3.0.0",
2020-04-22 14:20:00 -06:00
"jquery": "^3.4.1",
"leaflet": "^1.5.1",
"leaflet-geometryutil": "^0.9.1",
"leaflet.locatecontrol": "^0.67.0",
"leaflet.markercluster": "^1.4.1",
"mapbox-gl": "^1.8.1",
"material-design-icons": "^3.0.1"
},
"devDependencies": {}
}