-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.15 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
36
{
"name": "vue-press-project",
"version": "1.0.0",
"author": "project-tRNA Community",
"description": "The docs website of Overflow.",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-tRNA/overflow-site.git"
},
"license": "http://creativecommons.org/licenses/by/3.0/",
"bugs": {
"url": "https://github.com/project-tRNA/overflow-site/issues"
},
"homepage": "https://mirai.mrxiaom.top",
"keywords": [],
"devDependencies": {
"@mdit-vue/shared": "^0.12.0",
"@vuepress/bundler-vite": "^2.0.0-beta.62",
"@vuepress/plugin-active-header-links": "^2.0.0-beta.62",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.62",
"@vuepress/plugin-toc": "^2.0.0-beta.62",
"cz-conventional-changelog": "^3.3.0",
"vuepress": "^2.0.0-beta.62",
"vuepress-theme-hope": "^2.0.0-beta.211"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}