geist-svelte 0.1.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.
Files changed (43) hide show
  1. package/dist/font/mono-non-variable.css +77 -0
  2. package/dist/font/mono-non-variable.d.ts +7 -0
  3. package/dist/font/mono-non-variable.js +7 -0
  4. package/dist/font/mono.css +13 -0
  5. package/dist/font/mono.d.ts +7 -0
  6. package/dist/font/mono.js +7 -0
  7. package/dist/font/pixel.css +57 -0
  8. package/dist/font/pixel.d.ts +31 -0
  9. package/dist/font/pixel.js +32 -0
  10. package/dist/font/sans-non-variable.css +78 -0
  11. package/dist/font/sans-non-variable.d.ts +7 -0
  12. package/dist/font/sans-non-variable.js +7 -0
  13. package/dist/font/sans.css +14 -0
  14. package/dist/font/sans.d.ts +7 -0
  15. package/dist/font/sans.js +7 -0
  16. package/dist/fonts/geist-mono/GeistMono-Black.woff2 +0 -0
  17. package/dist/fonts/geist-mono/GeistMono-Bold.woff2 +0 -0
  18. package/dist/fonts/geist-mono/GeistMono-Light.woff2 +0 -0
  19. package/dist/fonts/geist-mono/GeistMono-Medium.woff2 +0 -0
  20. package/dist/fonts/geist-mono/GeistMono-Regular.woff2 +0 -0
  21. package/dist/fonts/geist-mono/GeistMono-SemiBold.woff2 +0 -0
  22. package/dist/fonts/geist-mono/GeistMono-Thin.woff2 +0 -0
  23. package/dist/fonts/geist-mono/GeistMono-UltraBlack.woff2 +0 -0
  24. package/dist/fonts/geist-mono/GeistMono-UltraLight.woff2 +0 -0
  25. package/dist/fonts/geist-mono/GeistMono-Variable.woff2 +0 -0
  26. package/dist/fonts/geist-pixel/GeistPixel-Circle.woff2 +0 -0
  27. package/dist/fonts/geist-pixel/GeistPixel-Grid.woff2 +0 -0
  28. package/dist/fonts/geist-pixel/GeistPixel-Line.woff2 +0 -0
  29. package/dist/fonts/geist-pixel/GeistPixel-Square.woff2 +0 -0
  30. package/dist/fonts/geist-pixel/GeistPixel-Triangle.woff2 +0 -0
  31. package/dist/fonts/geist-sans/Geist-Black.woff2 +0 -0
  32. package/dist/fonts/geist-sans/Geist-Bold.woff2 +0 -0
  33. package/dist/fonts/geist-sans/Geist-Light.woff2 +0 -0
  34. package/dist/fonts/geist-sans/Geist-Medium.woff2 +0 -0
  35. package/dist/fonts/geist-sans/Geist-Regular.woff2 +0 -0
  36. package/dist/fonts/geist-sans/Geist-SemiBold.woff2 +0 -0
  37. package/dist/fonts/geist-sans/Geist-Thin.woff2 +0 -0
  38. package/dist/fonts/geist-sans/Geist-UltraBlack.woff2 +0 -0
  39. package/dist/fonts/geist-sans/Geist-UltraLight.woff2 +0 -0
  40. package/dist/fonts/geist-sans/Geist-Variable.woff2 +0 -0
  41. package/dist/index.d.ts +5 -0
  42. package/dist/index.js +5 -0
  43. package/package.json +77 -0
@@ -0,0 +1,77 @@
1
+ @font-face {
2
+ font-family: 'Geist Mono';
3
+ src: url('../fonts/geist-mono/GeistMono-Thin.woff2') format('woff2');
4
+ font-weight: 100;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+
9
+ @font-face {
10
+ font-family: 'Geist Mono';
11
+ src: url('../fonts/geist-mono/GeistMono-UltraLight.woff2') format('woff2');
12
+ font-weight: 200;
13
+ font-style: normal;
14
+ font-display: swap;
15
+ }
16
+
17
+ @font-face {
18
+ font-family: 'Geist Mono';
19
+ src: url('../fonts/geist-mono/GeistMono-Light.woff2') format('woff2');
20
+ font-weight: 300;
21
+ font-style: normal;
22
+ font-display: swap;
23
+ }
24
+
25
+ @font-face {
26
+ font-family: 'Geist Mono';
27
+ src: url('../fonts/geist-mono/GeistMono-Regular.woff2') format('woff2');
28
+ font-weight: 400;
29
+ font-style: normal;
30
+ font-display: swap;
31
+ }
32
+
33
+ @font-face {
34
+ font-family: 'Geist Mono';
35
+ src: url('../fonts/geist-mono/GeistMono-Medium.woff2') format('woff2');
36
+ font-weight: 500;
37
+ font-style: normal;
38
+ font-display: swap;
39
+ }
40
+
41
+ @font-face {
42
+ font-family: 'Geist Mono';
43
+ src: url('../fonts/geist-mono/GeistMono-SemiBold.woff2') format('woff2');
44
+ font-weight: 600;
45
+ font-style: normal;
46
+ font-display: swap;
47
+ }
48
+
49
+ @font-face {
50
+ font-family: 'Geist Mono';
51
+ src: url('../fonts/geist-mono/GeistMono-Bold.woff2') format('woff2');
52
+ font-weight: 700;
53
+ font-style: normal;
54
+ font-display: swap;
55
+ }
56
+
57
+ @font-face {
58
+ font-family: 'Geist Mono';
59
+ src: url('../fonts/geist-mono/GeistMono-Black.woff2') format('woff2');
60
+ font-weight: 800;
61
+ font-style: normal;
62
+ font-display: swap;
63
+ }
64
+
65
+ @font-face {
66
+ font-family: 'Geist Mono';
67
+ src: url('../fonts/geist-mono/GeistMono-UltraBlack.woff2') format('woff2');
68
+ font-weight: 900;
69
+ font-style: normal;
70
+ font-display: swap;
71
+ }
72
+
73
+ :root {
74
+ --font-geist-mono-non-variable: 'Geist Mono', ui-monospace, SFMono-Regular,
75
+ 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono',
76
+ 'Courier New', monospace;
77
+ }
@@ -0,0 +1,7 @@
1
+ import './mono-non-variable.css';
2
+ export declare const GeistMonoNonVariable: {
3
+ readonly variable: "--font-geist-mono-non-variable";
4
+ readonly style: {
5
+ readonly fontFamily: "'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
6
+ };
7
+ };
@@ -0,0 +1,7 @@
1
+ import './mono-non-variable.css';
2
+ export const GeistMonoNonVariable = {
3
+ variable: '--font-geist-mono-non-variable',
4
+ style: {
5
+ fontFamily: "'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace",
6
+ },
7
+ };
@@ -0,0 +1,13 @@
1
+ @font-face {
2
+ font-family: 'Geist Mono';
3
+ src: url('../fonts/geist-mono/GeistMono-Variable.woff2') format('woff2');
4
+ font-weight: 100 900;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+
9
+ :root {
10
+ --font-geist-mono: 'Geist Mono', ui-monospace, SFMono-Regular,
11
+ 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono',
12
+ 'Courier New', monospace;
13
+ }
@@ -0,0 +1,7 @@
1
+ import './mono.css';
2
+ export declare const GeistMono: {
3
+ readonly variable: "--font-geist-mono";
4
+ readonly style: {
5
+ readonly fontFamily: "'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
6
+ };
7
+ };
@@ -0,0 +1,7 @@
1
+ import './mono.css';
2
+ export const GeistMono = {
3
+ variable: '--font-geist-mono',
4
+ style: {
5
+ fontFamily: "'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace",
6
+ },
7
+ };
@@ -0,0 +1,57 @@
1
+ @font-face {
2
+ font-family: 'Geist Pixel Square';
3
+ src: url('../fonts/geist-pixel/GeistPixel-Square.woff2') format('woff2');
4
+ font-weight: 500;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+
9
+ @font-face {
10
+ font-family: 'Geist Pixel Grid';
11
+ src: url('../fonts/geist-pixel/GeistPixel-Grid.woff2') format('woff2');
12
+ font-weight: 500;
13
+ font-style: normal;
14
+ font-display: swap;
15
+ }
16
+
17
+ @font-face {
18
+ font-family: 'Geist Pixel Circle';
19
+ src: url('../fonts/geist-pixel/GeistPixel-Circle.woff2') format('woff2');
20
+ font-weight: 500;
21
+ font-style: normal;
22
+ font-display: swap;
23
+ }
24
+
25
+ @font-face {
26
+ font-family: 'Geist Pixel Triangle';
27
+ src: url('../fonts/geist-pixel/GeistPixel-Triangle.woff2') format('woff2');
28
+ font-weight: 500;
29
+ font-style: normal;
30
+ font-display: swap;
31
+ }
32
+
33
+ @font-face {
34
+ font-family: 'Geist Pixel Line';
35
+ src: url('../fonts/geist-pixel/GeistPixel-Line.woff2') format('woff2');
36
+ font-weight: 500;
37
+ font-style: normal;
38
+ font-display: swap;
39
+ }
40
+
41
+ :root {
42
+ --font-geist-pixel-square: 'Geist Pixel Square', 'Geist Mono', ui-monospace,
43
+ SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono',
44
+ 'DejaVu Sans Mono', 'Courier New', monospace;
45
+ --font-geist-pixel-grid: 'Geist Pixel Grid', 'Geist Mono', ui-monospace,
46
+ SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono',
47
+ 'DejaVu Sans Mono', 'Courier New', monospace;
48
+ --font-geist-pixel-circle: 'Geist Pixel Circle', 'Geist Mono', ui-monospace,
49
+ SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono',
50
+ 'DejaVu Sans Mono', 'Courier New', monospace;
51
+ --font-geist-pixel-triangle: 'Geist Pixel Triangle', 'Geist Mono',
52
+ ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco,
53
+ 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace;
54
+ --font-geist-pixel-line: 'Geist Pixel Line', 'Geist Mono', ui-monospace,
55
+ SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono',
56
+ 'DejaVu Sans Mono', 'Courier New', monospace;
57
+ }
@@ -0,0 +1,31 @@
1
+ import './pixel.css';
2
+ export declare const GeistPixelSquare: {
3
+ readonly variable: "--font-geist-pixel-square";
4
+ readonly style: {
5
+ readonly fontFamily: "'Geist Pixel Square', 'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
6
+ };
7
+ };
8
+ export declare const GeistPixelGrid: {
9
+ readonly variable: "--font-geist-pixel-grid";
10
+ readonly style: {
11
+ readonly fontFamily: "'Geist Pixel Grid', 'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
12
+ };
13
+ };
14
+ export declare const GeistPixelCircle: {
15
+ readonly variable: "--font-geist-pixel-circle";
16
+ readonly style: {
17
+ readonly fontFamily: "'Geist Pixel Circle', 'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
18
+ };
19
+ };
20
+ export declare const GeistPixelTriangle: {
21
+ readonly variable: "--font-geist-pixel-triangle";
22
+ readonly style: {
23
+ readonly fontFamily: "'Geist Pixel Triangle', 'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
24
+ };
25
+ };
26
+ export declare const GeistPixelLine: {
27
+ readonly variable: "--font-geist-pixel-line";
28
+ readonly style: {
29
+ readonly fontFamily: "'Geist Pixel Line', 'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
30
+ };
31
+ };
@@ -0,0 +1,32 @@
1
+ import './pixel.css';
2
+ const PIXEL_FALLBACK = "'Geist Mono', ui-monospace, SFMono-Regular, 'Roboto Mono', Menlo, Monaco, 'Liberation Mono', 'DejaVu Sans Mono', 'Courier New', monospace";
3
+ export const GeistPixelSquare = {
4
+ variable: '--font-geist-pixel-square',
5
+ style: {
6
+ fontFamily: `'Geist Pixel Square', ${PIXEL_FALLBACK}`,
7
+ },
8
+ };
9
+ export const GeistPixelGrid = {
10
+ variable: '--font-geist-pixel-grid',
11
+ style: {
12
+ fontFamily: `'Geist Pixel Grid', ${PIXEL_FALLBACK}`,
13
+ },
14
+ };
15
+ export const GeistPixelCircle = {
16
+ variable: '--font-geist-pixel-circle',
17
+ style: {
18
+ fontFamily: `'Geist Pixel Circle', ${PIXEL_FALLBACK}`,
19
+ },
20
+ };
21
+ export const GeistPixelTriangle = {
22
+ variable: '--font-geist-pixel-triangle',
23
+ style: {
24
+ fontFamily: `'Geist Pixel Triangle', ${PIXEL_FALLBACK}`,
25
+ },
26
+ };
27
+ export const GeistPixelLine = {
28
+ variable: '--font-geist-pixel-line',
29
+ style: {
30
+ fontFamily: `'Geist Pixel Line', ${PIXEL_FALLBACK}`,
31
+ },
32
+ };
@@ -0,0 +1,78 @@
1
+ @font-face {
2
+ font-family: 'Geist Sans';
3
+ src: url('../fonts/geist-sans/Geist-Thin.woff2') format('woff2');
4
+ font-weight: 100;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+
9
+ @font-face {
10
+ font-family: 'Geist Sans';
11
+ src: url('../fonts/geist-sans/Geist-UltraLight.woff2') format('woff2');
12
+ font-weight: 200;
13
+ font-style: normal;
14
+ font-display: swap;
15
+ }
16
+
17
+ @font-face {
18
+ font-family: 'Geist Sans';
19
+ src: url('../fonts/geist-sans/Geist-Light.woff2') format('woff2');
20
+ font-weight: 300;
21
+ font-style: normal;
22
+ font-display: swap;
23
+ }
24
+
25
+ @font-face {
26
+ font-family: 'Geist Sans';
27
+ src: url('../fonts/geist-sans/Geist-Regular.woff2') format('woff2');
28
+ font-weight: 400;
29
+ font-style: normal;
30
+ font-display: swap;
31
+ }
32
+
33
+ @font-face {
34
+ font-family: 'Geist Sans';
35
+ src: url('../fonts/geist-sans/Geist-Medium.woff2') format('woff2');
36
+ font-weight: 500;
37
+ font-style: normal;
38
+ font-display: swap;
39
+ }
40
+
41
+ @font-face {
42
+ font-family: 'Geist Sans';
43
+ src: url('../fonts/geist-sans/Geist-SemiBold.woff2') format('woff2');
44
+ font-weight: 600;
45
+ font-style: normal;
46
+ font-display: swap;
47
+ }
48
+
49
+ @font-face {
50
+ font-family: 'Geist Sans';
51
+ src: url('../fonts/geist-sans/Geist-Bold.woff2') format('woff2');
52
+ font-weight: 700;
53
+ font-style: normal;
54
+ font-display: swap;
55
+ }
56
+
57
+ @font-face {
58
+ font-family: 'Geist Sans';
59
+ src: url('../fonts/geist-sans/Geist-Black.woff2') format('woff2');
60
+ font-weight: 800;
61
+ font-style: normal;
62
+ font-display: swap;
63
+ }
64
+
65
+ @font-face {
66
+ font-family: 'Geist Sans';
67
+ src: url('../fonts/geist-sans/Geist-UltraBlack.woff2') format('woff2');
68
+ font-weight: 900;
69
+ font-style: normal;
70
+ font-display: swap;
71
+ }
72
+
73
+ :root {
74
+ --font-geist-sans-non-variable: 'Geist Sans', ui-sans-serif, system-ui,
75
+ -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Roboto',
76
+ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
77
+ 'Noto Color Emoji';
78
+ }
@@ -0,0 +1,7 @@
1
+ import './sans-non-variable.css';
2
+ export declare const GeistSansNonVariable: {
3
+ readonly variable: "--font-geist-sans-non-variable";
4
+ readonly style: {
5
+ readonly fontFamily: "'Geist Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'";
6
+ };
7
+ };
@@ -0,0 +1,7 @@
1
+ import './sans-non-variable.css';
2
+ export const GeistSansNonVariable = {
3
+ variable: '--font-geist-sans-non-variable',
4
+ style: {
5
+ fontFamily: "'Geist Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
6
+ },
7
+ };
@@ -0,0 +1,14 @@
1
+ @font-face {
2
+ font-family: 'Geist Sans';
3
+ src: url('../fonts/geist-sans/Geist-Variable.woff2') format('woff2');
4
+ font-weight: 100 900;
5
+ font-style: normal;
6
+ font-display: swap;
7
+ }
8
+
9
+ :root {
10
+ --font-geist-sans: 'Geist Sans', ui-sans-serif, system-ui, -apple-system,
11
+ BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Roboto', sans-serif,
12
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
13
+ 'Noto Color Emoji';
14
+ }
@@ -0,0 +1,7 @@
1
+ import './sans.css';
2
+ export declare const GeistSans: {
3
+ readonly variable: "--font-geist-sans";
4
+ readonly style: {
5
+ readonly fontFamily: "'Geist Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'";
6
+ };
7
+ };
@@ -0,0 +1,7 @@
1
+ import './sans.css';
2
+ export const GeistSans = {
3
+ variable: '--font-geist-sans',
4
+ style: {
5
+ fontFamily: "'Geist Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
6
+ },
7
+ };
@@ -0,0 +1,5 @@
1
+ export { GeistSans } from './font/sans';
2
+ export { GeistSansNonVariable } from './font/sans-non-variable';
3
+ export { GeistMono } from './font/mono';
4
+ export { GeistMonoNonVariable } from './font/mono-non-variable';
5
+ export { GeistPixelSquare, GeistPixelGrid, GeistPixelCircle, GeistPixelTriangle, GeistPixelLine, } from './font/pixel';
package/dist/index.js ADDED
@@ -0,0 +1,5 @@
1
+ export { GeistSans } from './font/sans';
2
+ export { GeistSansNonVariable } from './font/sans-non-variable';
3
+ export { GeistMono } from './font/mono';
4
+ export { GeistMonoNonVariable } from './font/mono-non-variable';
5
+ export { GeistPixelSquare, GeistPixelGrid, GeistPixelCircle, GeistPixelTriangle, GeistPixelLine, } from './font/pixel';
package/package.json ADDED
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "geist-svelte",
3
+ "version": "0.1.0",
4
+ "description": "Geist font family for Svelte/SvelteKit — Sans, Mono, and Pixel variants by Vercel.",
5
+ "type": "module",
6
+ "scripts": {
7
+ "build": "svelte-kit sync && svelte-package",
8
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
9
+ },
10
+ "keywords": [
11
+ "geist",
12
+ "geist mono",
13
+ "geist sans",
14
+ "geist pixel",
15
+ "vercel font",
16
+ "svelte",
17
+ "sveltekit",
18
+ "font"
19
+ ],
20
+ "license": "MIT",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/jis3r/geist-svelte.git"
24
+ },
25
+ "svelte": "./dist/index.js",
26
+ "types": "./dist/index.d.ts",
27
+ "exports": {
28
+ ".": {
29
+ "types": "./dist/index.d.ts",
30
+ "svelte": "./dist/index.js",
31
+ "default": "./dist/index.js"
32
+ },
33
+ "./font/sans": {
34
+ "types": "./dist/font/sans.d.ts",
35
+ "svelte": "./dist/font/sans.js",
36
+ "default": "./dist/font/sans.js"
37
+ },
38
+ "./font/sans-non-variable": {
39
+ "types": "./dist/font/sans-non-variable.d.ts",
40
+ "svelte": "./dist/font/sans-non-variable.js",
41
+ "default": "./dist/font/sans-non-variable.js"
42
+ },
43
+ "./font/mono": {
44
+ "types": "./dist/font/mono.d.ts",
45
+ "svelte": "./dist/font/mono.js",
46
+ "default": "./dist/font/mono.js"
47
+ },
48
+ "./font/mono-non-variable": {
49
+ "types": "./dist/font/mono-non-variable.d.ts",
50
+ "svelte": "./dist/font/mono-non-variable.js",
51
+ "default": "./dist/font/mono-non-variable.js"
52
+ },
53
+ "./font/pixel": {
54
+ "types": "./dist/font/pixel.d.ts",
55
+ "svelte": "./dist/font/pixel.js",
56
+ "default": "./dist/font/pixel.js"
57
+ }
58
+ },
59
+ "files": [
60
+ "dist",
61
+ "!dist/**/*.test.*",
62
+ "!dist/**/*.spec.*"
63
+ ],
64
+ "peerDependencies": {
65
+ "svelte": "^4.0.0 || ^5.0.0"
66
+ },
67
+ "devDependencies": {
68
+ "@sveltejs/adapter-auto": "^7.0.0",
69
+ "@sveltejs/kit": "^2.50.2",
70
+ "@sveltejs/package": "^2.5.0",
71
+ "@sveltejs/vite-plugin-svelte": "^6.0.0",
72
+ "svelte": "^5.0.0",
73
+ "svelte-check": "^4.0.0",
74
+ "typescript": "^5.0.0",
75
+ "vite": "^6.3.0"
76
+ }
77
+ }