@signalk/server-admin-ui 2.26.0 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -1
- package/public/.vite/manifest.json +47 -0
- package/public/assets/bootstrap-NX_x-zUe.js +729 -0
- package/public/assets/{index-BeqlM-hl.js → index-BwqHqLAI.js} +2 -2
- package/public/assets/{style-DKgi9hUa.css → style-DRE7MUHO.css} +1 -1
- package/public/index.html +2 -2
- package/vite.config.ts +2 -1
- package/public/assets/bootstrap-BuuKrp9X.js +0 -696
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalk/server-admin-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.28.0",
|
|
4
4
|
"description": "Signal K server admin webapp",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/core": "^7.11.6",
|
|
30
30
|
"@babel/preset-react": "^7.10.4",
|
|
31
|
+
"@dnd-kit/core": "^6.3.1",
|
|
32
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
33
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
31
34
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
32
35
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
33
36
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
@@ -39,6 +42,7 @@
|
|
|
39
42
|
"@rjsf/core": "^5.24.13",
|
|
40
43
|
"@rjsf/utils": "^5.24.13",
|
|
41
44
|
"@rjsf/validator-ajv8": "^5.24.13",
|
|
45
|
+
"@signalk/path-metadata": "*",
|
|
42
46
|
"@signalk/server-admin-ui-dependencies": "2.23.0",
|
|
43
47
|
"@testing-library/dom": "^10.4.0",
|
|
44
48
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -72,6 +76,8 @@
|
|
|
72
76
|
"react-dom": "^19.2.0",
|
|
73
77
|
"react-infinite-scroll-component": "^6.1.0",
|
|
74
78
|
"react-json-tree": "^0.20.0",
|
|
79
|
+
"react-markdown": "^9.0.1",
|
|
80
|
+
"remark-gfm": "^4.0.1",
|
|
75
81
|
"react-router-dom": "^6.28.0",
|
|
76
82
|
"react-select": "^5.10.2",
|
|
77
83
|
"reconnecting-websocket": "^4.4.0",
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.eot": {
|
|
3
|
+
"file": "assets/Simple-Line-Icons-CKKl-dGR.eot",
|
|
4
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.eot"
|
|
5
|
+
},
|
|
6
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.ttf": {
|
|
7
|
+
"file": "assets/Simple-Line-Icons-mVuQrdSX.ttf",
|
|
8
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.ttf"
|
|
9
|
+
},
|
|
10
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff": {
|
|
11
|
+
"file": "assets/Simple-Line-Icons-BAgH0-Pt.woff",
|
|
12
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff"
|
|
13
|
+
},
|
|
14
|
+
"../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff2": {
|
|
15
|
+
"file": "assets/Simple-Line-Icons-D0KobG-u.woff2",
|
|
16
|
+
"src": "../../node_modules/simple-line-icons/fonts/Simple-Line-Icons.woff2"
|
|
17
|
+
},
|
|
18
|
+
"index.html": {
|
|
19
|
+
"file": "assets/index-BwqHqLAI.js",
|
|
20
|
+
"name": "index",
|
|
21
|
+
"src": "index.html",
|
|
22
|
+
"isEntry": true,
|
|
23
|
+
"dynamicImports": [
|
|
24
|
+
"src/bootstrap.tsx"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"src/bootstrap.tsx": {
|
|
28
|
+
"file": "assets/bootstrap-NX_x-zUe.js",
|
|
29
|
+
"name": "bootstrap",
|
|
30
|
+
"src": "src/bootstrap.tsx",
|
|
31
|
+
"isDynamicEntry": true,
|
|
32
|
+
"imports": [
|
|
33
|
+
"index.html"
|
|
34
|
+
],
|
|
35
|
+
"assets": [
|
|
36
|
+
"assets/Simple-Line-Icons-CKKl-dGR.eot",
|
|
37
|
+
"assets/Simple-Line-Icons-D0KobG-u.woff2",
|
|
38
|
+
"assets/Simple-Line-Icons-mVuQrdSX.ttf",
|
|
39
|
+
"assets/Simple-Line-Icons-BAgH0-Pt.woff",
|
|
40
|
+
"assets/Simple-Line-Icons-TZpPYPE3.svg"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"style.css": {
|
|
44
|
+
"file": "assets/style-DRE7MUHO.css",
|
|
45
|
+
"src": "style.css"
|
|
46
|
+
}
|
|
47
|
+
}
|