this repo has no description
0
fork

Configure Feed

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

at main 36 lines 850 B view raw
1{ 2 "name": "jcalixte-blog", 3 "version": "1.0.0", 4 "type": "module", 5 "scripts": { 6 "dev": "iles dev", 7 "build": "iles build", 8 "preview": "iles preview --port 5050", 9 "typecheck": "vue-tsc --noEmit" 10 }, 11 "engines": { 12 "node": ">= 22.0.0" 13 }, 14 "devDependencies": { 15 "@islands/headings": "^0.10.0-beta.1", 16 "@islands/prism": "^0.10.0-beta.1", 17 "@islands/pwa": "^0.10.0-beta.1", 18 "baseline-browser-mapping": "^2.10.0", 19 "iles": "^0.10.0-beta.1", 20 "prettier": "^3.8.1", 21 "sass": "^1.97.3", 22 "typescript": "^5.9.3", 23 "vitest": "^4.0.18", 24 "vue": "^3.5.29", 25 "vue-tsc": "^3.2.5" 26 }, 27 "dependencies": { 28 "@atproto/api": "^0.19.0", 29 "chart.xkcd": "^1.1.15", 30 "marked": "^17.0.3", 31 "md4x": "^0.0.25", 32 "nanoid": "^5.1.6", 33 "pinia": "^3.0.4" 34 }, 35 "packageManager": "pnpm@10.32.1" 36}