Files
llm-atlas/package.json
T
2026-07-28 21:55:32 +08:00

22 lines
505 B
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"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",
"astro": "7.1.4"
},
"devDependencies": {
"@astrojs/check": "0.9.6",
"typescript": "5.9.3"
}
}