forked from intel/webnfc-shoppingcart-demo
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.43 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
{
"name": "webnfc-groceries",
"version": "1.0.0",
"description": "Build config for lit-element with snowpack",
"main": "index.js",
"repository": "kenchris/webnfc-groceries",
"scripts": {
"serve": "snowpack dev",
"build": "rimraf web_modules && snowpack build && workbox copyLibraries docs/workbox/ && workbox injectManifest workbox.config.js"
},
"author": "Intel Corporation",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@snowpack/plugin-babel": "^2.1.4",
"@snowpack/plugin-dotenv": "^2.0.4",
"@webcomponents/webcomponentsjs": "^2.5.0",
"rimraf": "^2.6.3",
"rollup": "^2.30.0",
"snowpack": "^2.17.1",
"workbox-cli": "^5.1.4"
},
"dependencies": {
"@material/mwc-button": "^0.19.1",
"@material/mwc-checkbox": "^0.19.1",
"@material/mwc-dialog": "^0.19.1",
"@material/mwc-drawer": "^0.19.1",
"@material/mwc-fab": "^0.19.1",
"@material/mwc-formfield": "^0.19.1",
"@material/mwc-icon-button": "^0.19.1",
"@material/mwc-icon-button-toggle": "^0.11.1",
"@material/mwc-ripple": "^0.19.1",
"@material/mwc-snackbar": "^0.19.1",
"@material/mwc-textfield": "^0.19.1",
"@material/mwc-top-app-bar": "^0.19.1",
"@snowpack/plugin-optimize": "^0.2.9",
"lit-element": "^2.4.0",
"workbox-build": "^4.3.1",
"workbox-window": "^4.3.1"
}
}