-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"docker-dev": "vite --host 0.0.0.0",
"build": "vue-tsc && vite build",
"django-build": "vue-tsc && vite build --mode django",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage --environment jsdom"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@googlemaps/markerclusterer": "^2.5.3",
"@hydroserver/client": "~0.4.3",
"@mdi/js": "^7.4.47",
"country-list": "^2.3.0",
"lodash-es": "^4.17.21",
"maska": "^3.2.0",
"ol": "^10.5.0",
"pinia": "^2.1.6",
"plotly.js-dist": "^3.3.1",
"tslib": "^2.5.0",
"vue": "^3.4.38",
"vue-router": "^4.2.4",
"vuetify": "^3.11.8"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/country-list": "^2.1.4",
"@types/google.maps": "^3.54.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.18.12",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^4.0.18",
"@vue/compiler-sfc": "^3.5.22",
"@vue/test-utils": "2.2.7",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"jsdom": "^22.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.8.1",
"sass": "^1.62.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.0.4",
"vite": "^6.3.5",
"vite-plugin-vuetify": "^2.1.3",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.4"
}
}