diff options
| author | Fuwn <[email protected]> | 2022-03-09 01:14:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 01:14:56 +0000 |
| commit | d7385a2a35b9584d7d7fc71b19f9b4a409b2d951 (patch) | |
| tree | b33074686057b4e1d56cea6b935506e6c257b78a /package.json | |
| parent | fix(header): replace api link (diff) | |
| download | archived-frontend-next-d7385a2a35b9584d7d7fc71b19f9b4a409b2d951.tar.xz archived-frontend-next-d7385a2a35b9584d7d7fc71b19f9b4a409b2d951.zip | |
feat(routes): auto-generated api docs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index ff05b09..364209a 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "dependencies": { "@sveltejs/adapter-static": "1.0.0-next.29", "normalize.css": "8.0.1", + "rst2html": "^1.0.4", "sakura.css": "1.3.1" }, "devDependencies": { |