2018-07-10 01:15:26 -04:00
|
|
|
{
|
|
|
|
"name": "aprsnotifyjs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2018-07-18 12:27:41 -04:00
|
|
|
"private": true,
|
2018-07-10 01:15:26 -04:00
|
|
|
"dependencies": {
|
2022-03-04 13:17:53 -05:00
|
|
|
"aprs-parser": "github:ad1217/npm-aprs-parser#no-dynamic-require",
|
2019-07-15 18:08:15 -04:00
|
|
|
"distinct-colors": "^1.0.4",
|
2022-03-04 13:17:53 -05:00
|
|
|
"ol": "^6.13.0",
|
|
|
|
"vue": "^3.2.31",
|
|
|
|
"vue3-openlayers": "^0.1.63",
|
2018-07-12 17:15:32 -04:00
|
|
|
"ws": "^5.2.2"
|
2018-07-10 01:15:26 -04:00
|
|
|
},
|
2018-07-18 12:27:41 -04:00
|
|
|
"devDependencies": {
|
2022-03-04 13:17:53 -05:00
|
|
|
"@modyfi/vite-plugin-yaml": "^1.0.1",
|
|
|
|
"@rollup/plugin-yaml": "^3.1.0",
|
|
|
|
"@vitejs/plugin-vue": "^2.2.4",
|
|
|
|
"vite": "^2.8.6"
|
2018-07-18 12:27:41 -04:00
|
|
|
},
|
2018-07-10 01:15:26 -04:00
|
|
|
"scripts": {
|
2018-07-18 12:27:41 -04:00
|
|
|
"serve": "node src/server.js",
|
2022-03-04 13:17:53 -05:00
|
|
|
"start": "vite",
|
|
|
|
"build": "vite build"
|
2018-07-10 01:15:26 -04:00
|
|
|
},
|
2018-07-18 12:27:41 -04:00
|
|
|
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
|
2018-07-10 01:15:26 -04:00
|
|
|
"license": "ISC"
|
|
|
|
}
|