HelenaExpressApp/www/package.json

15 lines
311 B
JSON
Raw Normal View History

2020-10-10 19:26:30 -06:00
{
2021-01-22 12:06:20 -07:00
"name": "HelenaExpressApp",
2022-04-11 23:01:51 -06:00
"version": "1.9.0",
2020-10-10 19:26:30 -06:00
"main": "index.html",
"license": "MPL-2.0",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6",
2020-10-10 19:26:30 -06:00
"@zxing/library": "^0.15.2",
2021-10-02 14:34:53 -06:00
"framework7": "^6.3.5",
"jquery": "^3.6.0",
"maplibre-gl": "^1.15.2",
2021-10-02 14:34:53 -06:00
"template7": "^1.4.2"
}
2020-10-10 19:26:30 -06:00
}