Add Dockview layout manager and update dependencies; remove GoldenLayout

This commit is contained in:
2025-09-28 00:10:45 +02:00
parent f9f0651628
commit 719acff4fa
9 changed files with 322 additions and 185 deletions
+33
View File
@@ -10,7 +10,9 @@
"dependencies": {
"@mantine/core": "8.3.1",
"@mantine/hooks": "8.3.1",
"@phosphor-icons/react": "^2.1.10",
"@react-three/fiber": "^9.3.0",
"dockview": "^4.9.0",
"golden-layout": "^2.6.0",
"phosphor-react": "^1.4.1",
"react": "^19.1.1",
@@ -1504,6 +1506,19 @@
"node": ">= 8"
}
},
"node_modules/@phosphor-icons/react": {
"version": "2.1.10",
"resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.1.10.tgz",
"integrity": "sha512-vt8Tvq8GLjheAZZYa+YG/pW7HDbov8El/MANW8pOAz4eGxrwhnbfrQZq0Cp4q8zBEu8NIhHdnr+r8thnfRSNYA==",
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">= 16.8",
"react-dom": ">= 16.8"
}
},
"node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@@ -3658,6 +3673,24 @@
"node": ">=8"
}
},
"node_modules/dockview": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/dockview/-/dockview-4.9.0.tgz",
"integrity": "sha512-iqPQQiiHmCAw6jS2HmjYM5yvTeSWi6wpxqnK2pEdtv94jb8iAw/Bjwj1o50IDMvAbI9euizFjdZ3XV/FRRn/Ew==",
"license": "MIT",
"dependencies": {
"dockview-core": "^4.9.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/dockview-core": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/dockview-core/-/dockview-core-4.9.0.tgz",
"integrity": "sha512-T23JiOMG14WjHGFeiMvVRCj6gOHy69YOj/VDfF1727rDOA/Ht9SCZjzsGTKSaWoBVZW5wYxCZaDwTX5hfP0zyw==",
"license": "MIT"
},
"node_modules/doctrine": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",