mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-09 15:38:17 -07:00
chore: initial public commit
This commit is contained in:
commit
fc9054b78c
250 changed files with 32809 additions and 0 deletions
20
docs/package.json
Normal file
20
docs/package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue