mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
* feat: migrate to starlight * fix: add .gitignore * fix: delete node_modules directory * chore: update lockfile * fix: remove .DS_STORE files * feat: add github pages workflow * feat: add netlify.toml, remove unneeded import on sponsors page * fix: fix netlify publish directory * fix: add .nvmrc * fix: add checking for typedoc file * fix: fix github pages script `bun build` -> `bun run build` * fix: fix publish_dir in github pages workflow * feat: add custom Head file for open-graph * fix: hopefully fix deploying * fix: fix git repo path * fix: maybe fix build? * fix: maybe fix build idk at this point * fix: this should fix typedoc but it's throwing errors for no reason * fix: my disappointment is immeasurable and my day is ruined * fix: make API docs collapsed by default * fix: remove sern-handler before git clone * fix: fix og:image for sern by adding sern-logo to public folder * fix: fix image path i think * fix: fix services tabs * on push no branch (for testing) * also add workflow dispatch * move to automata pushing & change back the branch rule * remove sern capitalization --------- Co-authored-by: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
30 lines
767 B
JSON
30 lines
767 B
JSON
{
|
|
"name": "sern-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/starlight": "^0.22.1",
|
|
"@astrojs/starlight-docsearch": "^0.1.0",
|
|
"@astrojs/starlight-tailwind": "^2.0.2",
|
|
"@astropub/md": "^0.4.0",
|
|
"@expressive-code/plugin-line-numbers": "^0.35.3",
|
|
"astro": "^4.3.5",
|
|
"sharp": "^0.32.5",
|
|
"starlight-blog": "^0.7.0",
|
|
"starlight-typedoc": "^0.12.0",
|
|
"typedoc": "^0.25.13",
|
|
"typedoc-plugin-markdown": "next",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.1"
|
|
}
|
|
} |