This repository has been archived by the owner on May 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "public",
"version": "1.0.0",
"description": "",
"main": "index.html",
"homepage": "https://charistheo.github.io/pwa-recipes/",
"scripts": {
"start": "webpack-dev-server --open",
"build": "rm -r -f build && webpack --mode=production",
"predeploy": "npm run build",
"deploy": "gh-pages --dist build/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-fab": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-tabs": "^3.1.0",
"@polymer/paper-toggle-button": "^3.0.1",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"date-fns": "^2.8.1",
"install": "^0.13.0",
"npm": "^6.13.1",
"polymer-webpack-loader": "^2.0.3",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.9.0",
"workbox-window": "^4.3.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/runtime": "^7.7.2",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.0",
"file-loader": "^4.3.0",
"gh-pages": "^2.1.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^4.0.0-beta.11",
"media-query-plugin": "^1.3.1",
"mini-css-extract-plugin": "^0.8.0",
"raw-loader": "^3.1.0",
"style-loader": "^1.0.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-shell-plugin": "^0.5.0",
"workbox-webpack-plugin": "^4.3.1"
}
}