summaryrefslogtreecommitdiff
path: root/mut/neovim/pack/plugins/start/blink.cmp/docs/package.json
blob: b9e67d512a814b31c2245484693d27d53d34994a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "scripts": {
    "dev": "vitepress dev",
    "build": "vitepress build",
    "build:release": "IS_RELEASE=true vitepress build",
    "preview": "vitepress preview"
  },
  "devDependencies": {
    "@catppuccin/vitepress": "^0.1.0",
    "@types/node": "^22.10.5",
    "markdown-it-task-lists": "^2.1.1",
    "vitepress": "^1.5.0",
    "vitepress-plugin-tabs": "^0.5.0"
  }
}