32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"name": "llm-atlas",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "从语言模型基础到 Kimi K3 的中文技术脉络与可视化课程",
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0",
|
|
"build": "astro build",
|
|
"preview": "astro preview --host 0.0.0.0",
|
|
"check": "astro check",
|
|
"check:site": "node scripts/check-site.mjs",
|
|
"check:moe-browser": "node scripts/check-moe-browser.mjs",
|
|
"check:reasoning-browser": "node scripts/check-reasoning-browser.mjs",
|
|
"check:training-systems-browser": "node scripts/check-training-systems-browser.mjs",
|
|
"check:scaling-browser": "node scripts/check-scaling-browser.mjs",
|
|
"check:data-browser": "node scripts/check-data-browser.mjs",
|
|
"check:numerics-browser": "node scripts/check-numerics-browser.mjs",
|
|
"check:language-model-history-browser": "node scripts/check-language-model-history-browser.mjs",
|
|
"check:transformer-browser": "node scripts/check-transformer-browser.mjs",
|
|
"check:alignment-browser": "node scripts/check-alignment-browser.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "3.7.3",
|
|
"astro": "7.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "0.9.6",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|