deps.json
895 B · json · 54 lines
1{2 "ssg": {3 "when": null,4 "packages": {5 "rehype-stringify": "^10.0.1",6 "remark-gfm": "^4.0.1",7 "remark-math": "^6.0.0",8 "remark-parse": "^11.0.0",9 "remark-rehype": "^11.1.2",10 "unified": "^11.0.5",11 "unist-util-visit": "^5.1.0"12 },13 "types": [14 "hast",15 "mdast"16 ]17 },18 "git": {19 "when": "git",20 "packages": {21 "@shikijs/core": "^4.4.3",22 "@shikijs/engine-javascript": "^4.4.3",23 "@shikijs/langs": "^4.4.3"24 }25 },26 "code": {27 "when": null,28 "packages": {}29 },30 "lambda": {31 "when": null,32 "packages": {}33 },34 "stats": {35 "when": null,36 "packages": {}37 },38 "palette": {39 "when": null,40 "packages": {}41 },42 "theme": {43 "when": null,44 "packages": {}45 },46 "s3": {47 "when": null,48 "packages": {}49 },50 "push": {51 "when": "push",52 "packages": {}53 }54}