-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.86 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.86 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
48
49
50
51
52
53
54
55
56
{
"name": "website",
"flat": true,
"version": "1.1.1",
"homepage": "https://github.com/busynest/website",
"repository": {
"type": "git",
"url": "git+https://github.com/busynest/website.git"
},
"bugs": {
"url": "https://github.com/busynest/website/issues"
},
"description": "",
"main": "/deploy/application-shell.js",
"author": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "polymer build --auto-base-path && workbox generateSW workbox-config.js",
"watch-server": "web-dev-server --node-resolve --watch --open",
"dev-server": "web-dev-server --node-resolve --open",
"watch-build": "tsc --watch",
"build-watch": "web-dev-server --node-resolve --watch --open && tsc --watch",
"workbox-wizard": "workbox wizard",
"workbox-new": "workbox generateSW sw/workbox-config.js",
"workbox-inject": "workbox injectManifest path/to/config.js",
"long": "rollup deploy/application-shell.js --format es ",
"building": "rimraf dist && rollup -c rollup.config.js"
},
"dependencies": {
"@web/dev-server": "^0.1.24",
"@webcomponents/webcomponentsjs": "^2.6.0",
"lit": "^2.0.0",
"pwa-helpers": "^0.9.1",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"workbox": "^0.0.0",
"workbox-google-analytics": "^6.3.0",
"workbox-webpack-plugin": "^6.3.0",
"rollup-plugin-visualizer": "^5.5.2"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@web/dev-server": "^0.1.24",
"@web/rollup-plugin-copy": "^0.3.0",
"@web/rollup-plugin-html": "^1.10.1",
"@web/rollup-plugin-polyfills-loader": "^1.1.0",
"babel-preset-env": "^1.7.0",
"rollup": "^2.57.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-summary": "^1.3.0",
"rollup-plugin-terser": "^7.0.2",
"webpack-cli": "^4.8.0"
}
}