[READ-ONLY] Mirror of https://github.com/trueberryless/starlight-progress-indicator. Add a progress indicator to your Starlight site
326 B
17 lines
1{
2 "name": "starlight",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "astro dev",
7 "start": "astro dev",
8 "build": "astro build",
9 "preview": "astro preview",
10 "astro": "astro"
11 },
12 "dependencies": {
13 "@astrojs/starlight": "^0.34.3",
14 "astro": "^5.6.1",
15 "sharp": "^0.32.5"
16 }
17}