-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 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
{
"name": "envidat-geo",
"version": "0.1.0",
"description": "Geospatial module to accompany EnviDat-Frontend.",
"productName": "EnviDat Geo",
"author": "Sam <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev",
"prod": "vite preview dist/pwa --host 0.0.0.0 --port 3001",
"build": "quasar build -m pwa",
"test": "vitest",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"bump": "cz bump --check-consistency --changelog"
},
"dependencies": {
"@capacitor/app": "^4.1.1",
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "^4.6.2",
"@capacitor/geolocation": "^4.1.0",
"@quasar/extras": "^1.15.10",
"@vueuse/core": "^9.11.1",
"flatgeobuf": "^3.24.1",
"ol": "^7.3.0",
"ol-ext": "^4.0.6",
"pinia": "^2.0.29",
"quasar": "^2.11.5",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@capacitor/cli": "^4.6.2",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@quasar/app-vite": "^1.2.0",
"@quasar/icongenie": "^2.5.4",
"@types/axios": "^0.14.0",
"@types/node": "^18.11.18",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"dotenv": "^16.0.3",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.3",
"rollup": "^3.10.1",
"typescript": "^4.9.4",
"vite": "2.9.14",
"vitest": "^0.28.1",
"vue-tsc": "^1.0.24",
"workbox-build": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1",
"pnpm": ">=7.0.0"
}
}