-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 KB
/
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
40
41
{
"name": "@pwapilipinas/appkit",
"version": "1.0.0",
"description": "Template for PWA Pilipinas Web App",
"main": "index.js",
"scripts": {
"start": "rollup -c --watch",
"serve": "live-server --port=8080 ./dist --entry-file=index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && workbox generateSW ./workbox-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PWAPilipinas/appkit.git"
},
"keywords": [
"pwapilipinas",
"appkit"
],
"author": "PWA Pilipinas",
"license": "MIT",
"bugs": {
"url": "https://github.com/PWAPilipinas/appkit/issues"
},
"homepage": "https://github.com/PWAPilipinas/appkit#readme",
"dependencies": {
"lit": "^2.0.2",
"urlpattern-polyfill": "^1.0.0-rc1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"live-server": "^1.2.1",
"rollup": "^2.58.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-tsc": "^1.1.16",
"typescript": "^4.4.4",
"workbox-cli": "^6.3.0"
}
}