at master 986 B view raw
1{ 2 "name": "prs", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev --port 3000", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro", 10 "fmt": "prettier . --write" 11 }, 12 "dependencies": { 13 "@astrojs/node": "^9.3.1", 14 "@astrojs/rss": "^4.0.12", 15 "@astrojs/sitemap": "^3.5.0", 16 "@atcute/atproto": "^3.1.1", 17 "@atcute/bluesky": "^3.2.0", 18 "@atcute/bluesky-richtext-segmenter": "^2.0.3", 19 "@atcute/client": "^4.0.3", 20 "@atcute/identity-resolver": "^1.1.3", 21 "@atcute/lexicons": "^1.1.0", 22 "@oddbird/css-anchor-positioning": "^0.6.1", 23 "@spotify/web-api-ts-sdk": "^1.2.0", 24 "astro": "^5.12.6", 25 "sharp": "^0.34.3" 26 }, 27 "devDependencies": { 28 "prettier": "3.6.2", 29 "prettier-plugin-astro": "0.14.1" 30 }, 31 "pnpm": { 32 "patchedDependencies": { 33 "@spotify/web-api-ts-sdk": "patches/@spotify__web-api-ts-sdk.patch" 34 }, 35 "onlyBuiltDependencies": [ 36 "sharp" 37 ] 38 } 39}