summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAsai Neko <sugar@sne.moe>2025-12-07 21:31:06 +0800
committerAsai Neko <sugar@sne.moe>2025-12-07 21:31:06 +0800
commit05f0552f424c9fe2c5d5d277fed2630fc9aa5405 (patch)
treea1313474d7931ceb680a1696fa82a778c13de562 /package.json
parent7c79e5cee930baf484aacb07b8a7ca93127de63a (diff)
Modify basic settings, i18n, add docs
- Edit README for subspecific rules - Add meetup-2-guide for both root and en - Remove vscode folder - Remove default pages and docs - Gitignore add editor section - Setup i18n Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ce6d776..6d4ae15 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,11 @@
"astro": "astro"
},
"dependencies": {
+ "@astrojs/mdx": "^4.3.12",
"@astrojs/starlight": "^0.37.0",
"astro": "^5.6.1",
- "sharp": "^0.34.2"
+ "sharp": "^0.34.2",
+ "starlight-theme-galaxy": "^0.5.2"
},
"packageManager": "yarn@4.12.0"
}