summaryrefslogtreecommitdiff
path: root/mut/neovim/pack/plugins/start/blink.cmp/docs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'mut/neovim/pack/plugins/start/blink.cmp/docs/package.json')
-rw-r--r--mut/neovim/pack/plugins/start/blink.cmp/docs/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/mut/neovim/pack/plugins/start/blink.cmp/docs/package.json b/mut/neovim/pack/plugins/start/blink.cmp/docs/package.json
new file mode 100644
index 0000000..b9e67d5
--- /dev/null
+++ b/mut/neovim/pack/plugins/start/blink.cmp/docs/package.json
@@ -0,0 +1,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"
+ }
+}