mirror of
https://github.com/ad-aures/castopod.git
synced 2026-03-31 05:19:02 +02:00
- use serversideup/php as a base image - remove nginx unit base - remove app / webserver images - add bundle stage to remove pipeline dependency - update docker setup docs - edit gitlabci rules and release logic
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "castopod-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"prepare": "astro telemetry disable"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@fontsource/rubik": "^5.2.8",
|
|
"astro": "^5.17.2",
|
|
"sharp": "^0.34.5",
|
|
"starlight-openapi": "^0.22.0"
|
|
}
|
|
}
|