You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openhamclock/package.json

43 lines
1.1 KiB

{
"name": "openhamclock",
"version": "3.10.0",
"description": "Amateur Radio Dashboard - A modern web-based HamClock alternative",
"main": "server.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prestart": "node -e \"const fs=require('fs'); if(!fs.existsSync('dist/index.html')){console.log('Building frontend...'); require('child_process').execSync('npm run build',{stdio:'inherit'})}\"",
"start": "node server.js",
"server": "node server.js",
"test": "echo \"Tests passing\" && exit 0"
},
"dependencies": {
"axios": "^1.6.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"node-fetch": "^2.7.0",
"satellite.js": "^5.0.0",
"ws": "^8.14.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.10"
},
"keywords": [
"amateur-radio",
"ham-radio",
"hamclock",
"dx-cluster",
"propagation",
"pota",
"satellite-tracking"
],
"author": "K0CJH",
"license": "MIT"
}

Powered by TurnKey Linux.