28 lines
673 B
JSON
28 lines
673 B
JSON
{
|
|
"name": "website",
|
|
"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.35.1",
|
|
"@lorenzo_lewis/starlight-utils": "^0.3.2",
|
|
"astro": "^5.6.1",
|
|
"astro-mermaid": "^1.0.4",
|
|
"gsap": "^3.13.0",
|
|
"mermaid": "^11.9.0",
|
|
"phosphor-astro": "^2.1.0",
|
|
"sharp": "^0.34.3",
|
|
"starlight-openapi": "^0.19.1",
|
|
"starlight-sidebar-topics": "^0.6.0",
|
|
"starlight-theme-rapide": "^0.5.1",
|
|
"starlight-videos": "^0.3.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|