editor WIP
This commit is contained in:
parent
e5e11a6fac
commit
ba43823d59
6 changed files with 115 additions and 36 deletions
24
platform/loom/deno.lock
generated
24
platform/loom/deno.lock
generated
|
|
@ -9,10 +9,16 @@
|
|||
"npm:@xyflow/svelte@^1.3.1": "1.3.1_svelte@5.39.11__acorn@8.15.0",
|
||||
"npm:express@*": "5.1.0",
|
||||
"npm:rolldown-vite@7.1.14": "7.1.14_@types+node@24.7.0_picomatch@4.0.3",
|
||||
"npm:svelte-check@*": "4.3.3_svelte@5.39.11__acorn@8.15.0_typescript@5.9.3",
|
||||
"npm:svelte-check@^4.3.2": "4.3.3_svelte@5.39.11__acorn@8.15.0_typescript@5.9.3",
|
||||
"npm:svelte-splitpanes@8": "8.0.9_svelte@5.39.11__acorn@8.15.0",
|
||||
"npm:svelte@^5.39.6": "5.39.11_acorn@8.15.0",
|
||||
"npm:typeid-js@*": "1.2.0",
|
||||
"npm:typeid-js@^1.2.0": "1.2.0",
|
||||
"npm:typescript@5.9.3": "5.9.3",
|
||||
"npm:typescript@~5.9.3": "5.9.3",
|
||||
"npm:uuid@*": "10.0.0",
|
||||
"npm:uuid@13": "13.0.0",
|
||||
"npm:vite@*": "7.1.9_@types+node@24.7.0_picomatch@4.0.3"
|
||||
},
|
||||
"npm": {
|
||||
|
|
@ -1286,6 +1292,12 @@
|
|||
"mime-types"
|
||||
]
|
||||
},
|
||||
"typeid-js@1.2.0": {
|
||||
"integrity": "sha512-t76ZucAnvGC60ea/HjVsB0TSoB0cw9yjnfurUgtInXQWUI/VcrlZGpO23KN3iSe8yOGUgb1zr7W7uEzJ3hSljA==",
|
||||
"dependencies": [
|
||||
"uuid@10.0.0"
|
||||
]
|
||||
},
|
||||
"typescript@5.9.3": {
|
||||
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||||
"bin": true
|
||||
|
|
@ -1296,6 +1308,14 @@
|
|||
"unpipe@1.0.0": {
|
||||
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="
|
||||
},
|
||||
"uuid@10.0.0": {
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
||||
"bin": true
|
||||
},
|
||||
"uuid@13.0.0": {
|
||||
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
||||
"bin": true
|
||||
},
|
||||
"vary@1.1.2": {
|
||||
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
|
||||
},
|
||||
|
|
@ -1345,7 +1365,9 @@
|
|||
"npm:svelte-check@^4.3.2",
|
||||
"npm:svelte-splitpanes@8",
|
||||
"npm:svelte@^5.39.6",
|
||||
"npm:typescript@~5.9.3"
|
||||
"npm:typeid-js@^1.2.0",
|
||||
"npm:typescript@~5.9.3",
|
||||
"npm:uuid@13"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue