Live video on the AT Protocol
1{
2 "name": "streamplace-docs",
3 "type": "module",
4 "version": "0.6.28",
5 "scripts": {
6 "dev": "astro dev --host 0.0.0.0 --port 38082",
7 "start": "astro dev --host 0.0.0.0 --port 38082",
8 "build": "astro build && rm -rf ../app/dist/docs && mkdir -p ../app/dist && cp -r dist ../app/dist/docs",
9 "preview": "astro preview",
10 "astro": "astro"
11 },
12 "dependencies": {
13 "@astrojs/starlight": "^0.34.1",
14 "@fontsource/atkinson-hyperlegible-next": "^5.2.2",
15 "astro": "^5.6.1",
16 "sharp": "^0.32.5",
17 "@streamplace/app": "workspace:*"
18 }
19}