Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 63277d2

Browse files
committed
feat: add new dependencies to package.json
This commit adds new dependencies to package.json and updates the pnpm-lock.yaml file accordingly. The new dependencies include "@sveltejs/kit", "camelcase-keys", "unconfig", and "vite". These dependencies are necessary for the new features being added to the project.
1 parent 49d2a13 commit 63277d2

File tree

2 files changed

+297
-0
lines changed

2 files changed

+297
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@
1717
"devDependencies": {
1818
"@antfu/ni": "^0.22.0",
1919
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config",
20+
"@sveltejs/kit": "^2.5.20",
21+
"camelcase-keys": "^9.1.3",
2022
"eslint": "^9.8.0",
2123
"eslint-plugin-format": "^0.1.2",
2224
"eslint-plugin-svelte": "^2.43.0",
2325
"lightningcss": "^1.25.1",
2426
"mkdist": "^1.5.4",
2527
"svelte": "5.0.0-next.210",
2628
"typescript": "^5.5.4",
29+
"unconfig": "^0.5.5",
30+
"vite": "^5.3.5",
2731
"vitest": "^2.0.5"
2832
}
2933
}

0 commit comments

Comments
 (0)