27 lines
647 B
JSON
27 lines
647 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.13.0",
|
|
"vue": "^3.2.31",
|
|
"vue3-openlayers": "^0.1.63"
|
|
},
|
|
"devDependencies": {
|
|
"@modyfi/vite-plugin-yaml": "^1.0.1",
|
|
"@rollup/plugin-yaml": "^3.1.0",
|
|
"@vitejs/plugin-vue": "^2.2.4",
|
|
"vite": "^2.8.6"
|
|
},
|
|
"scripts": {
|
|
"start": "pnpm run -r --parallel dev",
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
|
|
"license": "ISC"
|
|
}
|