Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 34 lines 1.1 kB view raw
1{ 2 "name": "starlight-save-file-component-docs", 3 "version": "0.0.2", 4 "homepage": "https://starlight-save-file-component.trueberryless.org", 5 "bugs": { 6 "url": "https://github.com/trueberryless-org/starlight-save-file-component/issues" 7 }, 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/trueberryless-org/starlight-save-file-component.git" 11 }, 12 "license": "MIT", 13 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 14 "type": "module", 15 "scripts": { 16 "astro": "astro", 17 "build": "astro build", 18 "dev": "astro dev", 19 "preview": "astro preview", 20 "start": "astro dev" 21 }, 22 "dependencies": { 23 "@astrojs/starlight": "^0.37.2", 24 "@hideoo/starlight-plugins-docs-components": "^0.4.1", 25 "@trueberryless-org/starlight-plugins-docs-components": "^0.4.3", 26 "astro": "^5.15.3", 27 "sharp": "^0.34.5", 28 "starlight-contributor-list": "^0.3.2", 29 "starlight-links-validator": "^0.19.2", 30 "starlight-package-managers": "^0.12.0", 31 "starlight-save-file-component": "workspace:*" 32 }, 33 "packageManager": "pnpm@10.10.0" 34}