-
-
Notifications
You must be signed in to change notification settings - Fork 364
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.32 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.32 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
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
{
"name": "lychee",
"private": true,
"type": "module",
"scripts": {
"check": "vue-tsc --noEmit -p tsconfig.json --composite false --skipLibCheck",
"dev": "vite",
"build": "vite build && vite build --config vite.embed.config.ts",
"build:embed": "vite build --config vite.embed.config.ts",
"build-dev": "vite build --mode development",
"check-formatting": "prettier --check resources/js/ resources/sass/",
"lint": "eslint resources/js/. --fix",
"format": "prettier --write resources/js/ resources/sass/",
"vca": "vca -- --dir resources/js"
},
"devDependencies": {
"@tkskto/vue-component-analyzer": "^0.10.3",
"@types/jsdom": "^27.0.0",
"@types/leaflet": "^1.9.21",
"@types/leaflet-rotatedmarker": "^0.2.6",
"@types/leaflet.markercluster": "^1.5.6",
"@types/mousetrap": "^1.6.15",
"@types/node": "^25.2.3",
"@types/qrcode": "^1.5.6",
"@types/sprintf-js": "^1.1.4",
"@types/dropbox-chooser": "^1.0.8",
"@types/justified-layout": "^4.1.4",
"@typescript-eslint/parser": "^8.56.0",
"@vitest/eslint-plugin": "^1.6.9",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.0.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-vue": "~10.8.0",
"jsdom": "^28.1.0",
"prettier": "3.8.1",
"sass": "^1.97.3",
"vue-tsc": "^3.2.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@lychee-org/leaflet.photo": "^1.0.0",
"@mollie/api-client": "^4.4.0",
"@paypal/paypal-js": "^9.4.0",
"@primeuix/themes": "^2.0.3",
"@sidsbrmnn/scrollspy": "^1.1.0",
"@stripe/stripe-js": "^8.9.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@vitejs/plugin-vue": "^6.0.4",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.0.0",
"axios": "^1.13.5",
"axios-cache-interceptor": "^1.12.0",
"image-focus": "^1.2.1",
"justified-layout": "^4.1.0",
"laravel-vite-plugin": "^2.1.0",
"laravel-vue-i18n": "^2.7.8",
"leaflet": "^1.9.4",
"leaflet-gpx": "^2.2.0",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"primeicons": "^7.0.0",
"primevue": "^4.5.4",
"qrcode": "^1.5.3",
"sprintf-js": "^1.1.3",
"tailwindcss": "^4.1.0",
"tailwindcss-primeui": "^0.6.1",
"tinygesture": "^3.0.0",
"typescript": "^5.9",
"vite": "^7.3.1",
"vite-plugin-commonjs": "^0.10.4",
"vue": "^3.5.30",
"vue-collapsed": "^1.3.3",
"vue-i18n": "^11.3.0",
"vue-router": "^5.0.3"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-arm64-gnu": "^4.1.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.0",
"lightningcss-linux-x64-gnu": "^1.32.0"
},
"browserslist": [
"defaults and fully supports es6-module"
],
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}