001-reference-board-viewer #1
1262
frontend/package-lock.json
generated
1262
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,7 @@
|
||||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
||||
"@testing-library/svelte": "^5.2.8",
|
||||
"@types/node": "^22.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
@@ -26,6 +27,7 @@
|
||||
"eslint": "^9.0.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.35.1",
|
||||
"jsdom": "^27.1.0",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"svelte": "^4.2.0",
|
||||
@@ -38,8 +40,14 @@
|
||||
"vitest": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"konva": "^9.3.0",
|
||||
"globals": "^15.0.0"
|
||||
"globals": "^15.0.0",
|
||||
"konva": "^9.3.0"
|
||||
},
|
||||
"overrides": {
|
||||
"cookie": ">=0.7.0",
|
||||
"inflight": "npm:@apteryxxyz/inflight@^2.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"rimraf": "^6.0.0",
|
||||
"esbuild": "^0.25.12"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
12
frontend/src/app.html
Normal file
12
frontend/src/app.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
1
frontend/src/routes/+layout.svelte
Normal file
1
frontend/src/routes/+layout.svelte
Normal file
@@ -0,0 +1 @@
|
||||
<slot />
|
||||
Reference in New Issue
Block a user