-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 844 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "maintainerr_docs",
"version": "1.0.0",
"private": true,
"description": "Docusaurus migration workspace for the Maintainerr docs site.",
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"serve": "docusaurus serve --dir build",
"clear": "docusaurus clear",
"docs:version": "docusaurus docs:version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maintainerr/Maintainerr_docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Maintainerr/Maintainerr_docs/issues"
},
"homepage": "https://github.com/Maintainerr/Maintainerr_docs#readme",
"dependencies": {
"@docusaurus/core": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@easyops-cn/docusaurus-search-local": "^0.55.1"
}
}