generated from nhcarrigan/template
28 lines
589 B
JSON
28 lines
589 B
JSON
{
|
|
"name": "documentation",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"lint": "cspell src/content/docs",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "vitest --run"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.6",
|
|
"@astrojs/starlight": "0.37.1",
|
|
"astro": "5.17.0",
|
|
"astro-mermaid": "1.2.0",
|
|
"mermaid": "11.12.2",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"cspell": "9.4.0",
|
|
"gray-matter": "4.0.3",
|
|
"vitest": "4.0.15"
|
|
}
|
|
}
|