Adam Goldsmith
55bf9a43b3
Also switch from parcel to vite, from vuelayers to vue3-openlayers, and update openlayers to v6
28 lines
661 B
JSON
28 lines
661 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",
|
|
"ws": "^5.2.2"
|
|
},
|
|
"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": {
|
|
"serve": "node src/server.js",
|
|
"start": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
|
|
"license": "ISC"
|
|
}
|