28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "aprsnotifyjs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"dependencies": {
|
|
"aprs-parser": "github:ad1217/npm-aprs-parser#no-dynamic-require",
|
|
"distinct-colors": "^1.0.4",
|
|
"ol": "^6.15.1",
|
|
"parse-duration": "^1.1.0",
|
|
"vue": "^3.3.4",
|
|
"vue3-openlayers": "^0.1.75"
|
|
},
|
|
"devDependencies": {
|
|
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
|
"@rollup/plugin-yaml": "^4.1.1",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"vite": "^4.4.3"
|
|
},
|
|
"scripts": {
|
|
"start": "pnpm run -r --parallel dev",
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
|
|
"license": "ISC"
|
|
}
|