-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ocearo-ui",
"version": "0.1.22",
"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": "eslint .",
"link": "ln -s $PWD/out $HOME/.signalk/node_modules/ocearo-ui"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.3.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@signalk/client": "^2.4.0",
"@tailwindcss/postcss": "^4.3.1",
"@use-gesture/react": "^10.3.1",
"framer-motion": "^12.42.0",
"i18next": "^26.3.3",
"i18next-browser-languagedetector": "^8.2.0",
"next": "^16.2.9",
"postcss": "^8.5.16",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"recharts": "^3.9.0",
"three": "^0.185.0"
},
"devDependencies": {
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"tailwindcss": "^4.3.1"
},
"overrides": {
"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"
}
}