-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.64 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
{
"name": "logicalphase",
"version": "0.9.1",
"contributors": [
"Polymer",
"Logical Phase LLC"
],
"license": "MIT",
"repository": "hyperpress/logicalphase",
"scripts": {
"start": "es-dev-server --app-index index.html --hostname 192.168.1.45 --port 8803 --node-resolve --watch --open",
"start:compatibility": "es-dev-server --compatibility all --app-index index.html --node-resolve --watch --open",
"build": "rimraf dist && rollup -c rollup.config.js && workbox generateSW workbox-config.js",
"build:rollup": "rimraf && rollup -c && gulp generate-service-worker && gulp rollup-move ",
"test": "karma start --coverage",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:update-snapshots": "karma start --update-snapshots",
"test:prune-snapshots": "karma start --prune-snapshots",
"test:bs": "karma start karma.bs.config.js --coverage",
"lint:prettier": "prettier \"**/*.js\" --check --ignore-path .gitignore",
"format:prettier": "prettier \"**/*.js\" --write --ignore-path .gitignore"
},
"dependencies": {
"@open-wc/building-rollup": "1.10.0",
"@polymer/app-layout": "3.1.0",
"@polymer/polymer": "3.5.2",
"@power-elements/lazy-image": "2.2.0",
"date-fns": "2.30.0",
"lit-element": "2.5.1",
"mega-material": "1.0.0-alpha.3",
"pwa-helpers": "0.9.1",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"reselect": "4.1.8",
"rollup-plugin-modulepreload": "1.2.3"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.26.0",
"@open-wc/karma-esm": "4.0.0",
"@open-wc/prettier-config": "1.1.0",
"@open-wc/testing-karma-bs": "1.3.94",
"@polymer/test-fixture": "4.0.2",
"axe-core": "4.10.2",
"chai": "4.5.0",
"deepmerge": "4.3.1",
"del": "6.1.1",
"es-dev-server": "2.1.0",
"eslint": "7.32.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-lit": "1.15.0",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"http-server": "0.13.0",
"jshint": "2.13.6",
"karma": "6.4.4",
"mocha": "8.4.0",
"pixelmatch": "5.3.0",
"prettier": "2.8.8",
"prettier-eslint": "12.0.0",
"puppeteer": "8.0.0",
"rollup": "2.79.2",
"@rollup/plugin-babel": "5.3.1",
"rollup-plugin-cpy": "2.0.1",
"rollup-plugin-minify-html-literals": "1.2.6",
"@rollup/plugin-node-resolve": "6.1.0",
"@rollup/plugin-terser": "0.4.4",
"wct-mocha": "1.1.0",
"workbox-build": "6.6.0"
},
"eslintConfig": {
"extends": [
"eslint-config-prettier"
]
},
"prettier": "@open-wc/prettier-config"
}