ocearo-ui
Version:
Ocean Robot UI: Sailing made smarter
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "ocearo-ui",
"version": "0.1.10",
"private": false,
"description": "Ocean Robot UI: Sailing made smarter",
"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": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "^8.17.10",
"@signalk/client": "^2.3.0",
"next": "14.2",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"three": "^0.173.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2",
"postcss": "^8",
"tailwindcss": "^3.4.17"
},
"signalk": {
"appIcon": "./icons/ocearo.webp",
"displayName": "Ocean Robot UI"
}
}