this repo has no description
0
fork

Configure Feed

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

at 8aa4c8a489c65e6c036b6531aee53be0b04b8e50 30 lines 672 B view raw
1{ 2 "name": "jcalixte-blog", 3 "version": "1.0.0", 4 "scripts": { 5 "dev": "iles dev", 6 "build": "iles build", 7 "preview": "iles preview --port 5050", 8 "typecheck": "vue-tsc --noEmit" 9 }, 10 "engines": { 11 "node": ">= 22.0.0" 12 }, 13 "devDependencies": { 14 "@islands/headings": "^0.10.0-beta.1", 15 "@islands/prism": "^0.10.0-beta.1", 16 "@islands/pwa": "^0.10.0-beta.1", 17 "iles": "^0.10.0-beta.1", 18 "prettier": "^3.7.4", 19 "sass": "^1.97.1", 20 "typescript": "^5.9.3", 21 "vitest": "^4.0.16", 22 "vue": "^3.5.26", 23 "vue-tsc": "^3.2.2" 24 }, 25 "dependencies": { 26 "chart.xkcd": "^1.1.15", 27 "nanoid": "^5.1.6", 28 "pinia": "^3.0.4" 29 } 30}