HelenaExpressApp/www/package.json

19 lines
451 B
JSON
Raw Normal View History

2020-10-10 19:26:30 -06:00
{
2021-01-22 12:06:20 -07:00
"name": "HelenaExpressApp",
2021-09-10 02:05:52 -06:00
"version": "1.4.0",
2020-10-10 19:26:30 -06:00
"main": "index.html",
"license": "MPL-2.0",
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.0",
"@zxing/library": "^0.15.2",
"bwip-js": "^2.0.6",
2021-10-02 14:34:53 -06:00
"framework7": "^6.3.5",
2020-10-10 19:26:30 -06:00
"jquery": "^3.5.1",
"jsbarcode": "^3.11.0",
"maplibre-gl": "^1.13.0-rc.4",
"material-design-icons": "^3.0.1",
2021-10-02 14:34:53 -06:00
"signature_pad": "^3.0.0-beta.4",
"template7": "^1.4.2"
}
2020-10-10 19:26:30 -06:00
}