Files
livetrail/package.json
T
franzz 506c8bd946
Deploy Livetrail / deploy (push) Failing after 11s
Upgrade eslint to v10 & uppy to v6
2026-08-27 21:20:16 +02:00

39 lines
1016 B
JSON

{
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.8",
"eslint": "^10.9.1",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.11.0",
"vite": "^8.1.5"
},
"name": "livetrail",
"description": "Self-hosted live journey map combining SPOT GPS tracking, GPX routes, posts, and media",
"version": "3.0.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "vite build --mode development --watch",
"prod": "vite build",
"lint": "eslint src"
},
"keywords": [],
"author": "Franzz",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.2.0",
"@uppy/core": "^6.0.0",
"@uppy/xhr-upload": "^6.0.0",
"autosize": "^6.0.1",
"maplibre-gl": "^6.0.0",
"sass": "^1.97.2",
"simplebar-vue": "^2.3.3",
"vue": "^3.5.40"
},
"allowScripts": {
"@parcel/watcher@2.6.0": true,
"vue-demi@0.13.11": true
}
}