-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 KB
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
{
"name": "uvdat",
"version": "1.37.3",
"private": true,
"type": "module",
"scripts": {
"serve": "vite",
"serve:prod": "vite preview",
"build": "vite build",
"test:format": "prettier --experimental-cli --check .",
"test:lint": "eslint --no-fix .",
"test:type": "vue-tsc --build",
"test": "npm-run-all test:format test:lint test:type",
"format:lint": "eslint --fix .",
"format:format": "prettier --experimental-cli --write .",
"format": "npm-run-all format:lint format:format"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@resonant/oauth-client": "1.0.4",
"@sentry/vue": "10.46.0",
"@turf/turf": "7.3.4",
"axios": "1.13.6",
"chroma-js": "3.2.0",
"dayjs": "1.11.20",
"django-s3-file-field": "1.1.0",
"html2canvas": "1.4.1",
"json-editor-vue": "0.18.1",
"lodash": "4.17.23",
"maplibre-gl": "5.23.0",
"pinia": "3.0.4",
"pmtiles": "4.4.0",
"proj4": "2.20.4",
"sortablejs": "1.15.7",
"vue": "3.5.30",
"vue-chartjs": "5.3.3",
"vue-maplibre-compare": "1.0.26",
"vue-router": "5.0.4",
"vuedraggable": "4.1.0",
"vuetify": "3.12.3"
},
"devDependencies": {
"@sentry/vite-plugin": "5.1.1",
"@tsconfig/node24": "24.0.4",
"@types/chroma-js": "3.1.2",
"@types/lodash": "4.17.24",
"@types/node": "25.5.0",
"@vitejs/plugin-vue": "6.0.5",
"@vue/eslint-config-typescript": "14.7.0",
"@vue/tsconfig": "0.9.0",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-vue": "10.8.0",
"jiti": "2.6.1",
"npm-run-all2": "8.0.4",
"prettier": "3.8.1",
"sass": "1.98.0",
"typescript": "5.9.3",
"vite": "8.0.2",
"vite-plugin-vuetify": "2.1.3",
"vue-tsc": "3.2.6"
}
}