mirror of https://github.com/gabehf/Koito.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
433 B
21 lines
433 B
{
|
|
"name": "docs",
|
|
"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.34.3",
|
|
"@astrojs/starlight-tailwind": "^4.0.1",
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"astro": "^5.6.1",
|
|
"sharp": "^0.32.5",
|
|
"tailwindcss": "^4.1.10"
|
|
}
|
|
}
|