summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAsai Neko <sugar@sne.moe>2025-12-07 19:07:57 +0800
committerAsai Neko <sugar@sne.moe>2025-12-07 19:07:57 +0800
commit7c79e5cee930baf484aacb07b8a7ca93127de63a (patch)
tree7038869caab18074d1314c545a081850a9b1875c /package.json
Initialize starlight with astro framework
Signed-off-by: Asai Neko <sugar@sne.moe>
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ce6d776
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "nixcn-web",
+ "type": "module",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/starlight": "^0.37.0",
+ "astro": "^5.6.1",
+ "sharp": "^0.34.2"
+ },
+ "packageManager": "yarn@4.12.0"
+}