This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
56 lines (56 loc) · 2.04 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
56
{
"scripts": {
"clean": "rm -rf public/js public/css public/fonts public/workbox public/workbox-sw.js public/index.html src/firebase-config.json public/firebase-messaging-sw.js public/firebase-messaging-sw.js.map",
"build": "npm run clean && npm run createfirebaseconf && npm install && webpack -p && echo 'Done. Ready to deploy.'",
"serve-wds": "npm run clean && npm run createfirebaseconf && webpack-dev-server --inline",
"serve": "npm run clean && npm run createfirebaseconf && concurrently \"firebase serve --only hosting\" \"webpack -d --watch\"",
"createfirebaseconf": "firebase setup:web --json > ./src/firebase-config.json"
},
"devDependencies": {
"ajv": "^5.5.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.6.0",
"base64-inline-loader": "^1.1.1",
"concurrently": "^3.5.1",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.11",
"cssnano": "^4.0.0-rc.2",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"firebase-tools": "^7.12.1",
"glob-all": "^3.1.0",
"html-critical-webpack-plugin": "^2.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"sass-loader": "^7.0.3",
"string-replace-loader": "^2.1.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.25.1",
"webpack-cli": "^3.0.4",
"webpack-dev-server": "^3.1.10",
"workbox-webpack-plugin": "^3.2.0"
},
"dependencies": {
"dialog-polyfill": "^0.4.9",
"file-loader": "^1.1.11",
"firebase": "^7.7.0",
"firebaseui": "^4.4.0",
"jquery": "^3.5.0",
"latinize": "^0.4.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"page": "^1.8.6",
"sweetalert": "^2.1.0",
"typeface-amaranth": "0.0.54",
"universal-ga": "^1.2.0"
},
"private": true
}