forked from ApsaraDB/PolarDB-for-PostgreSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 KB
/
package.json
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
30
31
32
33
34
35
{
"name": "polardb_pg_documentation",
"version": "0.2.0",
"license": "Apache-2.0",
"author": "Alibaba Cloud",
"description": "VuePress documentation of PolarDB for PostgreSQL",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"prettier:check": "prettier --check docs/",
"prettier:format": "prettier --write docs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApsaraDB/PolarDB-for-PostgreSQL.git"
},
"bugs": {
"url": "https://github.com/ApsaraDB/PolarDB-for-PostgreSQL/issues"
},
"homepage": "https://github.com/ApsaraDB/PolarDB-for-PostgreSQL#readme",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.9",
"@vuepress/plugin-docsearch": "^2.0.0-rc.9",
"@vuepress/plugin-register-components": "^2.0.0-rc.9",
"@vuepress/theme-default": "^2.0.0-rc.9",
"katex": "^0.16.10",
"prettier": "3.2.5",
"vue": "^3.4.0",
"vuepress": "^2.0.0-rc.9",
"vuepress-plugin-md-enhance": "^2.0.0-rc.33"
}
}