-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 5.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "amenity-finder",
"version": "1.3.0",
"description": "An application that helps you find the right amenity around you.",
"license": "MIT",
"author": "Inventage AG <[email protected]>",
"repository": "github:inventage/amenity-finder",
"scripts": {
"clean": "rimraf dist .tmp",
"build": "npm run clean && npm run build:sw && npm run build:app",
"build:dev": "npm run clean && cross-env NODE_ENV=development npm run build:sw && cross-env NODE_ENV=development npm run build:app",
"build:app": "rollup -c rollup.config.js --sourcemap --sourcemapExcludeSources",
"build:sw": "rollup -c rollup.config-sw.js --sourcemap --sourcemapExcludeSources",
"build:ios": "npm run build && cap sync",
"deploy": "npm run build && cp dist/index.html dist/200.html && surge --domain stiff-existence.surge.sh dist",
"format": "eslint --ext .js,.mjs,.html . --fix --ignore-path .gitignore --ignore-pattern 'ios/**' && prettier \"**/*.{js,mjs,html}\" --write",
"postinstall": "generate-license-file --input package.json --output public/3rd-party-licenses.txt",
"lint": "run-p -l lint:*",
"lint:eslint": "eslint --ext .js,.mjs,.html . --ignore-path .gitignore --ignore-pattern 'ios/**'",
"lint:prettier": "prettier \"**/*.{js,mjs,html}\" --check",
"lint:package-json": "npmPkgJsonLint .",
"prepare": "is-ci || husky install",
"run:ios": "cap run ios --target FED691A6-4E90-4B89-879D-8423ABA339B2",
"start": "web-dev-server",
"start:build": "npm run build:dev && cross-env NODE_ENV=development web-dev-server -c web-dev-server-ssl.config.mjs --root-dir dist",
"start:ios": "cap open ios",
"start:ssl": "web-dev-server -c web-dev-server-ssl.config.mjs",
"test": "web-test-runner --coverage",
"test:all": "npm run test -- --playwright --browsers chromium firefox webkit",
"test:watch": "web-test-runner --watch"
},
"dependencies": {
"@capacitor/browser": "^1.0.6",
"@capacitor/core": "^3.3.4",
"@capacitor/geolocation": "^1.3.0",
"@capacitor/ios": "^3.3.4",
"@capacitor/splash-screen": "^1.2.0",
"@inventage/leaflet-map": "^0.8.0",
"@material/mwc-button": "^0.25.3",
"@material/mwc-drawer": "^0.25.3",
"@material/mwc-icon": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3",
"@material/mwc-linear-progress": "^0.25.3",
"@material/mwc-list": "^0.25.3",
"@material/mwc-select": "^0.25.3",
"@material/mwc-snackbar": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"@material/mwc-top-app-bar": "^0.25.3",
"geodesy": "^2.3.0",
"lit": "^2.1.1",
"page": "^1.11.6",
"workbox-core": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-recipes": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-window": "^6.4.2"
},
"devDependencies": {
"@babel/preset-env": "^7.16.7",
"@capacitor/cli": "^3.3.4",
"@open-wc/eslint-config": "^7.0.0",
"@open-wc/testing": "next",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@types/workbox-sw": "^4.3.2",
"@web/dev-server": "^0.1.29",
"@web/dev-server-rollup": "^0.3.14",
"@web/rollup-plugin-html": "^1.10.1",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"@web/test-runner": "^0.13.25",
"@web/test-runner-playwright": "^0.8.8",
"babel-plugin-template-html-minifier": "^4.1.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-lit-a11y": "^2.2.0",
"generate-license-file": "^1.3.0",
"globby": "^12.0.2",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"lint-staged": "^12.1.7",
"npm-package-json-lint": "^5.4.2",
"npm-package-json-lint-config-default": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-summary": "^1.3.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^6.2.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7"
},
"customElements": "custom-elements.json",
"eslintConfig": {
"extends": [
"@open-wc",
"prettier"
],
"rules": {
"no-return-assign": "off",
"no-console": [
"error",
{
"allow": [
"info",
"error"
]
}
],
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": [
"rollup*.js",
"web-dev*.mjs",
"**/*test*.js"
]
}
]
},
"overrides": [
{
"files": "src/sw.js",
"env": {
"serviceworker": true
}
}
]
},
"lint-staged": {
"*.(m?)js": [
"eslint --fix",
"prettier --write"
]
},
"prettier": {
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 160,
"overrides": [
{
"files": "*.html",
"options": {
"singleQuote": false
}
}
]
}
}