-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
39 lines (39 loc) · 968 Bytes
/
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
{
"name": "hops-pwa",
"version": "16.0.0-nightly.5",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
"serviceworker",
"pwa",
"web app manifest"
],
"license": "MIT",
"engines": {
"node": "14 || 16"
},
"main": "node.js",
"browser": "dom.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"jest": {
"displayName": "unit"
},
"dependencies": {
"app-manifest-loader": "^2.4.1",
"file-loader": "^6.0.0",
"hops-bootstrap": "16.0.0-nightly.5",
"hops-mixin": "16.0.0-nightly.5",
"hops-webpack": "16.0.0-nightly.5",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"pathifist": "^1.0.0",
"webpack": "^5.51.1",
"webpack-sources": "^3.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/pwa#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}