39 lines
1016 B
JSON
39 lines
1016 B
JSON
{
|
|
"name": "livetrail",
|
|
"description": "Self-hosted live journey map combining SPOT GPS tracking, GPX routes, posts, and media",
|
|
"version": "3.0.1",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite build --mode development --watch",
|
|
"prod": "vite build",
|
|
"lint": "eslint src"
|
|
},
|
|
"keywords": [],
|
|
"author": "Franzz",
|
|
"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"
|
|
},
|
|
"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
|
|
}
|
|
}
|