aprsNotifyJS/package.json
2024-06-26 13:17:57 -04:00

29 lines
698 B
JSON

{
"name": "aprsnotifyjs",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"dependencies": {
"aprs-parser": "github:ad1217/npm-aprs-parser#no-dynamic-require",
"distinct-colors": "^3.0.0",
"ol": "^9.2.4",
"parse-duration": "^1.1.0",
"vue": "^3.4.30",
"vue3-openlayers": "^10.0.1"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@rollup/plugin-yaml": "^4.1.2",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
},
"scripts": {
"start": "pnpm run -r --parallel dev",
"dev": "vite",
"build": "vite build"
},
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
"license": "ISC"
}