update deps and bootstrap loom
This commit is contained in:
parent
22e9ebc0f7
commit
677c22d3a6
21 changed files with 1132 additions and 49 deletions
16
platform/loom/deno.json
Normal file
16
platform/loom/deno.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"tasks": {
|
||||
"dev:editor": "cd editor && deno run --cached-only -A --node-modules-dir npm:vite dev",
|
||||
"build:editor": "cd editor && deno run --cached-only -A --node-modules-dir npm:vite build",
|
||||
"check:editor": "cd editor && deno run --cached-only -A --node-modules-dir npm:svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
|
||||
},
|
||||
"imports": {
|
||||
"@sveltejs/vite-plugin-svelte": "npm:@sveltejs/vite-plugin-svelte@^6.2.1",
|
||||
"@tsconfig/svelte": "npm:@tsconfig/svelte@^5.0.5",
|
||||
"@types/node": "npm:@types/node@^24.6.0",
|
||||
"svelte": "npm:svelte@^5.39.6",
|
||||
"svelte-check": "npm:svelte-check@^4.3.2",
|
||||
"typescript": "npm:typescript@~5.9.3",
|
||||
"vite": "npm:rolldown-vite@7.1.14"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue