|
12 | 12 | "lint": "prettier . --check . && eslint src/",
|
13 | 13 | "format": "prettier . --write .",
|
14 | 14 | "clean": "rm -rf ./node_modules/ && rm -rf ./.svelte-kit/ && ni && echo 'Project cleaned!'",
|
| 15 | + "update-ctx-length": "jiti scripts/update-ctx-length.ts", |
15 | 16 | "test:unit": "vitest --browser.headless",
|
16 |
| - "test": "npm run test:unit", |
| 17 | + "test": "npm run test:unit -- --run", |
17 | 18 | "test:e2e": "playwright test"
|
18 | 19 | },
|
19 | 20 | "devDependencies": {
|
|
30 | 31 | "@playwright/test": "^1.49.1",
|
31 | 32 | "@ryoppippi/unplugin-typia": "^1.0.0",
|
32 | 33 | "@samchon/openapi": "^3.0.0",
|
33 |
| - "@sveltejs/adapter-auto": "^3.2.2", |
34 |
| - "@sveltejs/adapter-node": "^5.2.0", |
35 |
| - "@sveltejs/kit": "^2.5.27", |
36 |
| - "@sveltejs/vite-plugin-svelte": "^4.0.0", |
| 34 | + "@sveltejs/adapter-auto": "^3.3.1", |
| 35 | + "@sveltejs/adapter-node": "^5.3.1", |
| 36 | + "@sveltejs/kit": "^2.37.1", |
| 37 | + "@sveltejs/vite-plugin-svelte": "^4.0.4", |
37 | 38 | "@tailwindcss/container-queries": "^0.1.1",
|
38 | 39 | "@tailwindcss/postcss": "^4.0.9",
|
39 | 40 | "@testing-library/jest-dom": "^6.6.3",
|
|
59 | 60 | "prettier-plugin-tailwindcss": "^0.6.11",
|
60 | 61 | "runed": "^0.25.0",
|
61 | 62 | "shiki": "^3.4.0",
|
62 |
| - "svelte": "^5.36.16", |
63 |
| - "svelte-check": "^4.0.0", |
| 63 | + "svelte": "^5.38.7", |
| 64 | + "svelte-check": "^4.3.1", |
64 | 65 | "tailwind-merge": "^3.0.2",
|
65 | 66 | "tailwindcss": "^4.0.9",
|
66 | 67 | "ts-patch": "^3.3.0",
|
|
74 | 75 | },
|
75 | 76 | "type": "module",
|
76 | 77 | "dependencies": {
|
| 78 | + "@modelcontextprotocol/sdk": "^1.13.3", |
77 | 79 | "@tailwindcss/typography": "^0.5.16",
|
78 | 80 | "dequal": "^2.0.3",
|
79 |
| - "eslint-plugin-svelte": "^3.11.0", |
| 81 | + "eslint-plugin-svelte": "^3.12.2", |
80 | 82 | "marked": "^16.1.2",
|
81 | 83 | "remult": "^3.0.2",
|
| 84 | + "tailwindcss-spring": "^1.0.1", |
82 | 85 | "typia": "^8.0.0"
|
83 | 86 | },
|
84 | 87 | "pnpm": {
|
|
0 commit comments