UNPKG

ocearo-ui

Version:

Ocean Robot UI: 3D visualization dashboard for signalk

60 lines (59 loc) 1.53 kB
{ "name": "ocearo-ui", "version": "0.1.18", "private": false, "description": "Ocean Robot UI: 3D visualization dashboard for signalk", "license": "Apache-2.0", "author": "Matthieu Laborie", "repository": { "type": "git", "url": "git+https://github.com/laborima/ocearo-ui.git" }, "keywords": [ "signalk-webapp", "boating" ], "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "link": "ln -s $PWD/out $HOME/.signalk/node_modules/ocearo-ui" }, "dependencies": { "@fortawesome/free-solid-svg-icons": "^7.1.0", "@fortawesome/react-fontawesome": "^3.1.1", "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.4.2", "@signalk/client": "^2.4.0", "@tailwindcss/postcss": "^4.1.18", "@use-gesture/react": "^10.3.1", "framer-motion": "^12.23.26", "i18next": "^25.8.4", "i18next-browser-languagedetector": "^8.2.0", "next": "^16.1.6", "postcss": "^8.5.6", "react": "^19", "react-dom": "^19", "react-i18next": "^16.5.4", "recharts": "^3.6.0", "three": "^0.182.0" }, "devDependencies": { "eslint": "^9.0.0", "eslint-config-next": "16.1.6", "tailwindcss": "^4.1.18" }, "overrides": { "ajv": "^8.18.0", "minimatch": "^10.2.1", "glob": "^11.0.0", "rimraf": "^6.0.0", "flat-cache": "^6.0.0", "file-entry-cache": "^9.0.0" }, "signalk": { "appIcon": "./icons/ocearo.webp", "displayName": "Ocean Robot UI" } }