-
-
Notifications
You must be signed in to change notification settings - Fork 365
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.06 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.06 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
{
"name": "lychee",
"private": true,
"type": "module",
"scripts": {
"check": "vue-tsc --noEmit -p tsconfig.json --composite false --skipLibCheck",
"dev": "vite",
"build": "vite build",
"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": {
"@lychee-org/leaflet.photo": "^1.0.0",
"@popperjs/core": "^2.11.6",
"@tkskto/vue-component-analyzer": "^0.9.1",
"@types/jsdom": "^21.1.7",
"@types/leaflet-rotatedmarker": "^0.2.5",
"@types/leaflet.markercluster": "^1.5.5",
"@types/leaflet": "^1.9.18",
"@types/mousetrap": "^1.6.15",
"@types/node": "^22.15.19",
"@types/photoswipe": "^4.1.6",
"@types/qrcode": "^1.5.5",
"@types/sprintf-js": "^1.1.4",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/eslint-plugin": "^1.2.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint-plugin-vue": "~10.1.0",
"eslint": "^9.27.0",
"jsdom": "^26.0.0",
"prettier": "3.5.3",
"sass": "^1.89.0",
"vue-tsc": "^2.2.10"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@primeuix/themes": "^1.1.1",
"@sidsbrmnn/scrollspy": "^1.1.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.7",
"@types/dropbox-chooser": "^1.0.8",
"@types/justified-layout": "^4.1.4",
"@vueuse/core": "^13.2.0",
"axios-cache-interceptor": "^1.8.0",
"axios": "^1.9.0",
"justified-layout": "^4.1.0",
"laravel-vite-plugin": "^1.1.1",
"laravel-vue-i18n": "^2.7.8",
"leaflet-gpx": "^2.2.0",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"leaflet": "^1.9.4",
"pinia-plugin-persistedstate": "^4.3.0",
"pinia": "^3.0.2",
"primeicons": "^7.0.0",
"primevue": "^4.3.4",
"qrcode": "^1.5.3",
"sprintf-js": "^1.1.3",
"tailwindcss-primeui": "^0.6.1",
"tailwindcss": "^4.1.0",
"tinygesture": "^3.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8",
"vite-plugin-commonjs": "^0.10.4",
"vite": "^6.3.5",
"vue-collapsed": "^1.3.3",
"vue-i18n": "^11.1.4",
"vue": "^3.5.15",
"vue-router": "^4.5.1"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-arm64-gnu": "^4.1.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.0",
"lightningcss-linux-x64-gnu": "^1.30.0"
},
"browserslist": [
"defaults and fully supports es6-module"
],
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}