UNPKG

signalk-tides

Version:

Tidal predictions for the vessel's position from various online sources.

71 lines (70 loc) 1.73 kB
{ "name": "signalk-tides", "version": "1.5.0", "description": "Tidal predictions for the vessel's position from various online sources.", "type": "module", "main": "./dist/index.js", "exports": "./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": { "@signalk/server-api": "^2.0", "geolib": "^3.3.4", "moment": "^2.30.1", "neaps": "^0.2.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@react-hook/resize-observer": "^2.0.2", "@tailwindcss/vite": "^4.1.3", "@types/d3": "^7.4.3", "@types/node": "^25.0.3", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^5.0.2", "d3": "^7.9.0", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.3.0", "react": "^19.1.0", "react-dom": "^19.1.0", "signalk-server": "^2.13.5", "tailwindcss": "^4.1.3", "typescript": "^5.8.2", "typescript-eslint": "^8.24.1", "vite": "^7.1.5" }, "repository": { "type": "git", "url": "git+https://github.com/bkeepers/signalk-tides.git" }, "signalk-plugin-enabled-by-default": true, "signalk": { "appIcon": "icon.svg", "displayName": "Tides" } }