File size: 534 Bytes
e331e72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "@graphrag/docsite",
    "version": "0.0.1",
    "private": true,
    "scripts": {
        "start": "eleventy --serve",
        "build": "eleventy && touch _site/.nojekyll",
        "build:docs": "yarn build",
        "start:docs": "yarn start"
    },
    "dependencies": {
        "@11ty/eleventy": "^2.0.1",
        "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
        "@kevingimbel/eleventy-plugin-mermaid": "^2.2.1",
        "eleventy-plugin-code-clipboard": "^0.1.1",
        "markdown-it": "^14.1.0"
    }
}