aprsNotifyJS/package.json

29 lines
698 B
JSON
Raw Permalink Normal View History

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