Files
SnapOtter/apps/docs/package.json
T
SnapOtterandGitHub 91ac583e87 feat(docs): Two-Doors home, otter-orange brand, Pagefind search, and enterprise SSO/SCIM/roles guides
Docs site redesign: Two-Doors home, otter-orange brand, Pagefind search, enterprise SSO/SCIM/roles guides.
2026-06-19 18:46:59 +08:00

19 lines
420 B
JSON

{
"name": "@snapotter/docs",
"version": "2.0.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview ."
},
"devDependencies": {
"pagefind": "^1.5.2",
"tsx": "^4.22.4",
"vitepress": "^1.1.4",
"vitepress-plugin-llms": "^1.13.1",
"vitepress-plugin-pagefind": "^0.4.20"
},
"license": "AGPL-3.0"
}