34 lines
872 B
JSON
34 lines
872 B
JSON
{
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
"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"
|
|
},
|
|
"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": "^5.2.0",
|
|
"@uppy/xhr-upload": "^5.2.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
|
|
}
|
|
}
|