generated from pwa-builder/pwa-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.74 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.74 KB
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
40
41
42
43
44
45
46
47
{
"name": "pwa-starter",
"version": "0.0.1",
"description": "A starter kit for building PWAs!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist/ && rollup --config rollup.config.js",
"start": "concurrently \"rollup --config rollup.config.dev.js --watch\" \"es-dev-server --app-index build/index.html --root-dir build/ --compatibility none --node-resolve --watch --open /\"",
"dev": "concurrently \"rollup --config rollup.config.dev.js --watch\" \"web-dev-server --app-index build/index.html --root-dir build/ --compatibility none --node-resolve --watch --open /\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@pwabuilder/pwainstall": "^1.6.6",
"@vaadin/router": "^1.7.2",
"lit-element": "^2.4.0",
"workbox-core": "^6.0.2",
"workbox-precaching": "^6.0.2"
},
"devDependencies": {
"@open-wc/rollup-plugin-html": "^1.2.3",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-strip": "^2.0.0",
"danger": "^10.6.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@rollup/plugin-typescript": "^8.1.0",
"@types/service_worker_api": "0.0.9",
"@web/dev-server": "^0.1.3",
"concurrently": "^5.3.0",
"lit-analyzer": "^1.2.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.26.11",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^5.2.1",
"rollup-plugin-workbox-inject": "^2.0.0",
"typescript": "^4.1.3"
}
}