all repos — kushiyaki @ f18c0bbf8c19a3ddc1cc40e4d2e5f38c7b4c7216

🍢 A tiny static site generator for grilling markdown files to perfection

package.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
{
  "name": "kushiyaki",
  "private": true,
  "scripts": {
    "dev": "bun looper.js && caddy run"
  },
  "dependencies": {
    "@types/bun": "latest",
    "cpy": "^13.2.1",
    "express-static": "^1.2.6",
    "fs-extra": "^11.3.2",
    "glob": "^13.0.6",
    "hastx": "^0.1.2",
    "js-yaml": "^4.1.1",
    "livereload": "^0.10.3",
    "moderndash": "^4.0.2",
    "nunjucks": "^3.2.4",
    "react": "^19.2.1",
    "react-dom": "^19.2.1",
    "react-jsx": "^1.0.0",
    "rehype": "^13.0.2",
    "rehype-document": "^7.0.3",
    "rehype-format": "^5.0.1",
    "rehype-meta": "^4.0.1",
    "rehype-parse": "^9.0.1",
    "rehype-raw": "^7.0.0",
    "rehype-react": "^8.0.0",
    "rehype-stringify": "^10.0.1",
    "rehype-wrap": "^1.1.0",
    "remark": "^15.0.1",
    "remark-frontmatter": "^5.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "11.0",
    "remark-stringify": "^11.0.0",
    "sharp": "^0.34.5",
    "to-vfile": "^8.0.0",
    "unified": "^11.0.5",
    "unist-util-visit": "^5.0.0",
    "vfile-reporter": "^8.1.1",
    "vite": "^8.0.10"
  }
}