all repos — kushiyaki @ 52915bea72a952b70019b646a7c4aaf1addea3ab

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

package.json.bak (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
{
  "scripts": {
    "dev": "bun write_website.js && caddy run",
    "deploy": "bun write_website.js && rsync -rP out/ root@spider:/var/www/html/trickyni.com/"
  },
  "dependencies": {
    "express-static": "^1.2.6",
    "fs-extra": "^11.3.2",
    "hastx": "file:../hastx/build/npm",
    "livereload": "^0.10.3",
    "nunjucks": "^3.2.4",
    "react": "^19.2.1",
    "react-dom": "^19.2.1",
    "react-jsx": "^1.0.0",
    "rehype": "^13.0.2",
    "rehype-format": "^5.0.1",
    "rehype-raw": "^7.0.0",
    "rehype-stringify": "^10.0.1",
    "remark": "^15.0.1",
    "remark-frontmatter": "^5.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "11.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"
  }
}