signalk-tides
Version:
Tidal predictions for the vessel's position from various online sources.
70 lines (69 loc) • 1.72 kB
JSON
{
"name": "signalk-tides",
"version": "1.2.2",
"description": "Tidal predictions for the vessel's position from various online sources.",
"main": "./dist/index.js",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint .",
"prepare": "npm run build",
"preview": "vite preview"
},
"keywords": [
"signalk-webapp",
"signalk-node-server-plugin",
"signalk-category-cloud"
],
"author": {
"name": "Brandon Keepers",
"url": "https://github.com/bkeepers"
},
"contributors": [
{
"name": "Joachim Bakke"
},
{
"name": "Scott Bender"
}
],
"license": "Apache-2.0",
"dependencies": {
"@react-hook/resize-observer": "^2.0.2",
"@signalk/server-api": "^2.0",
"geolib": "^3.3.4",
"moment": "^2.30.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@tailwindcss/vite": "^4.1.3",
"@types/d3": "^7.4.3",
"@types/node": "^22.13.11",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/recharts": "^1.8.29",
"@vitejs/plugin-react": "^4.3.4",
"d3": "^7.9.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^2.15.1",
"signalk-server": "^2.13.5",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bkeepers/signalk-tides.git"
},
"signalk-plugin-enabled-by-default": true,
"signalk": {
"appIcon": "icon.svg",
"displayName": "Tides"
}
}