-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
153 lines (153 loc) · 6.67 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
{
"name": "web-mapviewer",
"private": true,
"scripts": {
"start": "npm run dev",
"dev": "vite --port 8080 --host --cors",
"int": "vite --port 8080 --host --cors --mode integration",
"prod": "vite --port 8080 --host --cors --mode production",
"preview": "npm run build:prod && vite preview --port 8080 --host --outDir dist/production",
"preview:dev": "npm run build:dev && vite preview --port 8080 --host --outDir dist/development",
"preview:int": "npm run build:int && vite preview --mode integration --port 8080 --host --outDir dist/integration",
"preview:prod": "npm run build:prod && vite preview --mode production --port 8080 --host --outDir dist/production",
"dev:https": "USE_HTTPS=1 npm run dev",
"int:https": "USE_HTTPS=1 npm run int",
"prod:https": "USE_HTTPS=1 npm run prod",
"preview:dev:https": "USE_HTTPS=1 npm run preview:dev",
"preview:int:https": "USE_HTTPS=1 npm run preview:int",
"preview:prod:https": "USE_HTTPS=1 npm run preview:prod",
"lint": "eslint . --fix --ignore-path .gitignore --ext .js,.vue",
"lint:no-fix": "eslint . --ignore-path .gitignore --ext .js,.vue",
"test:unit": "npm run delete:reports:unit && vitest --run --mode development --environment jsdom",
"test:unit:watch": "npm run delete:reports:unit && vitest --mode development --environment jsdom",
"test:e2e": "start-server-and-test dev 8080 'cypress open --e2e'",
"test:e2e:headless": "start-server-and-test dev 8080 'cypress run'",
"test:e2e:tablet": "start-server-and-test preview 8080 'cypress open --e2e --config viewportWidth=768,viewportHeight=1024'",
"test:e2e:desktop": "start-server-and-test preview 8080 'cypress open --e2e --config viewportWidth=1440,viewportHeight=900'",
"test:e2e:ci": "npx cypress run --record --group e2e/electron/mobile --tag ${CYPRESS_TAGS} --parallel --ci-build-id ${CODEBUILD_INITIATOR}",
"test:component": "cypress open --component",
"test:component:headless": "cypress run --component",
"test:component:ci": "cypress run --component --record --tag ${CYPRESS_TAGS} --group component/electron/mobile --ci-build-id ${CODEBUILD_INITIATOR}",
"type-check": "vue-tsc -p tsconfig.dom.json",
"build": "npm run type-check && vite build",
"build:dev": "npm run build -- --mode development",
"build:int": "npm run build -- --mode integration",
"build:prod": "npm run build -- --mode production",
"update:translations": "node scripts/generate-i18n-files.js",
"check:external": "npx vite-node scripts/check-external-layers-providers.js",
"delete:reports": "rimraf tests/results/ || true",
"delete:reports:unit": "rimraf tests/results/unit/ || true"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@geoblocks/cesium-compass": "^0.5.1",
"@geoblocks/mapfishprint": "^0.2.16",
"@geoblocks/ol-maplibre-layer": "^1.0.1",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@mapbox/togeojson": "^0.16.2",
"@popperjs/core": "^2.11.8",
"@turf/area": "^7.1.0",
"@turf/bbox": "^7.1.0",
"@turf/boolean-contains": "^7.1.0",
"@turf/boolean-intersects": "^7.1.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/buffer": "^7.1.0",
"@turf/centroid": "^7.1.0",
"@turf/circle": "^7.1.0",
"@turf/distance": "^7.1.0",
"@turf/explode": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/nearest-point": "^7.1.0",
"@turf/point-to-line-distance": "^7.1.0",
"@turf/simplify": "^7.1.0",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"cesium": "1.119.0",
"chart.js": "^4.4.4",
"chartjs-plugin-zoom": "^2.0.1",
"dompurify": "^3.1.7",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"geographiclib-geodesic": "^2.1.1",
"geotiff": "^2.1.3",
"hammerjs": "^2.0.8",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"liang-barsky": "^1.0.12",
"lodash": "^4.17.21",
"maplibre-gl": "^4.7.1",
"ol": "^10.2.1",
"pako": "^2.1.0",
"print-js": "^1.6.0",
"proj4": "^2.12.1",
"reproject": "^1.2.7",
"sortablejs": "^1.15.3",
"tippy.js": "^6.3.7",
"vue": "^3.4.38",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vue3-social-sharing": "^1.1.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@cypress/vite-dev-server": "^5.2.0",
"@cypress/vue": "^6.0.1",
"@nuintun/qrcode": "^4.1.5",
"@prettier/plugin-xml": "^3.4.1",
"@rushstack/eslint-patch": "^1.10.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.19.54",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"axios-retry": "^4.5.0",
"chai": "^5.1.1",
"cypress": "^13.15.0",
"cypress-browser-permissions": "^1.1.0",
"cypress-real-events": "^1.13.0",
"cypress-recurse": "^1.35.3",
"cypress-vite": "^1.5.0",
"cypress-wait-until": "^3.0.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.28.0",
"git-describe": "^4.1.1",
"googleapis": "^142.0.0",
"jsdom": "^25.0.1",
"mime-types": "^2.1.35",
"mocha-junit-reporter": "^2.2.1",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"rimraf": "^5.0.10",
"sass": "1.77.6",
"start-server-and-test": "^2.0.8",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-node": "^2.0.5",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6",
"write-yaml-file": "^5.0.0",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=18",
"npm": "10.*.*"
},
"type": "module",
"engineStrict": true
}