This repository was archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.95 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.95 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
57
{
"scripts": {
"clean": "rm -rf public/js public/css public/fonts public/workbox public/workbox-sw.js public/index.html public/firebase-messaging-sw.js public/firebase-messaging-sw.js.map",
"build": "npm run clean && webpack -p && echo 'Done. Ready to deploy.'",
"serve-wds": "npm run clean && webpack-dev-server --inline",
"serve": "npm run clean && concurrently \"firebase serve --only hosting\" \"webpack -d --watch\"",
"createfirebaseconf": "firebase apps:sdkconfig web --json > ./src/firebase-config.json"
},
"devDependencies": {
"ajv": "^6.12.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"base64-inline-loader": "^1.1.1",
"concurrently": "^5.2.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"eslint": "^7.5.0",
"eslint-config-google": "^0.14.0",
"firebase-tools": "^8.6.0",
"glob-all": "^3.2.1",
"html-critical-webpack-plugin": "^2.1.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"sass-loader": "^9.0.2",
"string-replace-loader": "^2.3.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"dialog-polyfill": "^0.5.1",
"file-loader": "^6.0.0",
"firebase": "^7.16.1",
"firebaseui": "^4.6.0",
"jquery": "^3.5.1",
"latinize": "^0.4.1",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"page": "^1.11.6",
"sweetalert": "^2.1.2",
"typeface-amaranth": "0.0.72",
"universal-ga": "^1.2.0"
},
"private": true
}