forked from enonic/starter-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 839 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
{
"name": "starter-pwa",
"version": "1.0.0",
"description": "PWA Starter Kit for Enonic XP Platform",
"repository": {
"type": "git",
"url": "git+https://github.com/enonic/starter-workbox.git"
},
"scripts": {
"build": "gradle build",
"deploy": "gradle deploy",
"watch": "gradle deploy -t"
},
"keywords": [
"enonic",
"workbox",
"webpack",
"pwa"
],
"author": "Alan Semenov",
"license": "ISC",
"bugs": {
"url": "https://github.com/enonic/starter-pwa/issues"
},
"homepage": "https://github.com/enonic/starter-pwa#readme",
"devDependencies": {
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"webpack": "^3.0.0",
"workbox-webpack-plugin": "^2.1.0"
}
}