Initial k1412 research blog

This commit is contained in:
wuyang6
2026-08-10 02:00:15 +08:00
commit 8bd96c892a
41 changed files with 6357 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "k1412-research-blog",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev --host 127.0.0.1 --port 4321",
"preview": "astro preview --host 127.0.0.1 --port 4321",
"validate": "node scripts/validate-content.mjs",
"check": "npm run validate && astro check",
"build": "npm run check && astro build && node scripts/verify-dist.mjs"
},
"dependencies": {
"astro": "7.2.0"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"typescript": "6.0.3"
}
}