-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 4.59 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "leeds-digital-festival-app",
"version": "1.0.0",
"description": "Leeds Digital Festival App",
"author": "@datashed",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-async-generator-functions": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-syntax-async-generators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-syntax-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-arrow-functions": "^7.7.4",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"@babel/plugin-transform-block-scoped-functions": "^7.7.4",
"@babel/plugin-transform-block-scoping": "^7.7.4",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/plugin-transform-computed-properties": "^7.7.4",
"@babel/plugin-transform-destructuring": "^7.9.5",
"@babel/plugin-transform-duplicate-keys": "^7.7.4",
"@babel/plugin-transform-exponentiation-operator": "^7.7.4",
"@babel/plugin-transform-for-of": "^7.9.0",
"@babel/plugin-transform-function-name": "^7.7.4",
"@babel/plugin-transform-instanceof": "^7.7.4",
"@babel/plugin-transform-literals": "^7.7.4",
"@babel/plugin-transform-object-super": "^7.7.4",
"@babel/plugin-transform-parameters": "^7.9.5",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/plugin-transform-shorthand-properties": "^7.7.4",
"@babel/plugin-transform-spread": "^7.7.4",
"@babel/plugin-transform-sticky-regex": "^7.7.4",
"@babel/plugin-transform-template-literals": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.7.4",
"@babel/plugin-transform-unicode-regex": "^7.7.4",
"@babel/preset-env": "^7.9.5",
"azure-storage": "^2.10.3",
"babel-eslint": "^10.1.0",
"babel-plugin-bundled-import-meta": "^0.3.2",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-lit": "^1.2.0",
"eslint-plugin-wc": "^1.2.0",
"html-minifier": "^4.0.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.4.0",
"mocha": "^7.1.1",
"puppeteer": "^2.1.1",
"rollup": "^2.7.2",
"rollup-copy-plugin": "^0.1.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy-glob": "^0.3.1",
"rollup-plugin-minify-html-literals": "^1.2.2",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"sinon": "^9.0.2",
"workbox-build": "^5.1.2",
"workbox-cli": "^5.1.2"
},
"scripts": {
"lint": "eslint . --ext js,html --ignore-path .eslintignore",
"lint:fix": "eslint --fix . --ext js,html --ignore-path .eslintignore",
"clean:tests": "find tests -type f -not -name 'exclude-dupe-elements.js' -delete",
"test:only": "karma start --single-run",
"test": "npm run clean:tests && npm run bundle:test && karma start --single-run",
"test:keep": "export browser=Chrome && npm run clean:tests && npm run bundle:test && karma start",
"bundle": "rollup -c",
"bundle:test": "rollup -c rollup.test.config.js",
"build:sw": "workbox generateSW service-worker.config.js",
"build": "rm -rf build && npm run bundle && npm run build:html && npm run build:sw",
"build:html": "node index.config.js",
"serve": "polymer serve --hostname=0.0.0.0 --npm",
"sync": "npx cap sync"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@capacitor/android": "^1.5.2",
"@capacitor/cli": "^1.5.2",
"@capacitor/core": "^1.5.2",
"@capacitor/ios": "^1.5.2",
"@material/mwc-drawer": "^0.14.1",
"@material/mwc-icon": "^0.14.1",
"@material/mwc-icon-button": "^0.14.1",
"@material/mwc-icon-button-toggle": "^0.14.1",
"@material/mwc-snackbar": "^0.14.1",
"@material/mwc-top-app-bar": "^0.14.1",
"@microsoft/applicationinsights-web": "^2.5.4",
"@webcomponents/webcomponentsjs": "^2.4.3",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"page": "^1.11.6",
"systemjs": "^6.3.1",
"wc-spinners": "^1.0.0",
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"engines": {
"node": ">=10.0"
}
}