-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "uabpress",
"version": "1.0.0",
"description": "基于 Vue3.0 SSR 的一个快速高效的 Markdown 网站制作工具",
"main": "index.js",
"bin": {
"uabpress": "./bin/index.js"
},
"scripts": {
"dev": "node bin/index.js dev docs",
"build": "node bin/index.js build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uabjs/uabpress.git"
},
"keywords": [
"docs",
"vueperss",
"markdown"
],
"author": "shunyue1320",
"license": "ISC",
"bugs": {
"url": "https://github.com/uabjs/uabpress/issues"
},
"homepage": "https://github.com/uabjs/uabpress#readme",
"dependencies": {
"@vue/compiler-dom": "^3.0.2",
"@vue/compiler-sfc": "^3.0.4",
"@vue/server-renderer": "^3.0.2",
"chalk": "^4.1.0",
"chalk-animation": "^1.6.0",
"clear": "^0.1.0",
"commander": "^6.2.0",
"figlet": "^1.5.0",
"glob": "^7.1.6",
"koa": "^2.13.0",
"marked": "^1.2.5",
"open": "^7.3.0",
"ora": "^5.1.0",
"socket.io": "^2.3.0",
"terminal-kit": "^1.44.0",
"vue": "^3.0.3",
"watch": "^1.0.2"
}
}