-
-
Notifications
You must be signed in to change notification settings - Fork 301
/
package.json
70 lines (70 loc) · 2.3 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
{
"private": true,
"type": "module",
"scripts": {
"check": "vue-tsc --noEmit -p tsconfig.json --composite false --skipLibCheck",
"dev": "vite",
"build": "vite build",
"check-formatting": "prettier --check resources/js/ resources/sass/",
"format": "prettier --write resources/js/ resources/sass/"
},
"devDependencies": {
"@lychee-org/leaflet.photo": "^1.0.0",
"@popperjs/core": "^2.11.6",
"@tailwindcss/typography": "^0.5.12",
"@types/alpinejs": "^3.13.6",
"@types/leaflet": "^1.9.8",
"@types/leaflet-rotatedmarker": "^0.2.5",
"@types/leaflet.markercluster": "^1.5.5",
"@types/mousetrap": "^1.6.15",
"@types/node": "^22.9.0",
"@types/photoswipe": "^4.1.6",
"@types/qrcode": "^1.5.5",
"@types/sprintf-js": "^1.1.4",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.80.6",
"vue-tsc": "^2.1.8"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@primevue/themes": "^4.2.1",
"@sidsbrmnn/scrollspy": "^1.1.0",
"@types/dropbox-chooser": "^1.0.8",
"@types/justified-layout": "^4.1.4",
"@vueuse/core": "^11.2.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.6",
"axios-cache-interceptor": "^1.5.3",
"justified-layout": "^4.1.0",
"laravel-vite-plugin": "^1.0.1",
"laravel-vue-i18n": "^2.7.8",
"leaflet": "^1.9.4",
"leaflet-gpx": "^2.1.2",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"pinia": "^2.1.7",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"primeicons": "^7.0.0",
"primevue": "^4.0.0-rc.2",
"qrcode": "^1.5.3",
"sprintf-js": "^1.1.3",
"tailwindcss": "^3.4.1",
"tailwindcss-primeui": "^0.3.4",
"tinygesture": "^3.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.4.6",
"vite-plugin-commonjs": "^0.10.1",
"vue": "^3.2.37",
"vue-collapsed": "^1.3.3",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.0"
},
"browserslist": [
"defaults and fully supports es6-module"
],
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}