-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@micro-app/plugin-vuepress",
"version": "0.3.15",
"description": "[Plugin] adapter vuepress plugin.",
"main": "src/index.js",
"scripts": {
"prepublishOnly": "npm run test",
"test": "jest",
"micro-app": "micro-app",
"dev": "micro-app vuepress dev",
"build": "micro-app vuepress build --base /plugin-vuepress/",
"create": "micro-app vuepress create --type post --base __test --classify categories",
"start": "micro-app start --mode production",
"deploy": "micro-app deploy",
"vp:deploy": "micro-app vuepress deploy --base /plugin-vuepress/",
"release": "micro-app release",
"release:alpha": "npm run release -- --preRelease=alpha",
"release:next": "npm run release -- --preRelease=next",
"release:minor": "npm run release -- minor",
"release:patch": "npm run release -- patch"
},
"files": [
"src",
"theme"
],
"homepage": "https://github.com/MicroAppJS/plugin-vuepress",
"repository": {
"type": "git",
"url": "git+https://github.com/MicroAppJS/plugin-vuepress.git"
},
"bugs": {
"url": "https://github.com/MicroAppJS/plugin-vuepress/issues"
},
"keywords": [
"micro",
"micro-app",
"plugin",
"vuepress",
"plugin-vuepress",
"cli"
],
"author": {
"name": "Zyao89",
"email": "zyao89@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@micro-app/plugin-deploy": "^0.0.9",
"@types/jest": "^24.9.1",
"eslint-config-2o3t": "^2.0.2",
"jest": "^24.9.0"
},
"dependencies": {
"@micro-app/cli": "^0.4.2",
"@renovamen/vuepress-plugin-mermaid": "^0.2.0",
"@vssue/api-github-v4": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"@vuepress/plugin-back-to-top": "^1.9.5",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-google-analytics": "^1.9.5",
"@vuepress/plugin-medium-zoom": "^1.9.5",
"@vuepress/plugin-pwa": "^1.9.5",
"clipboard": "^2.0.8",
"generate-robotstxt": "^8.0.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.29.1",
"remove-markdown": "^0.3.0",
"rss": "^1.2.2",
"scrollreveal": "^4.0.9",
"smoothscroll-polyfill": "^0.4.4",
"svg-sprite-loader": "^4.3.0",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.2",
"vuepress": "1.8.3",
"vuepress-plugin-demo-container-v2": "^2.3.4",
"vuepress-plugin-flowchart": "^1.5.0",
"vuepress-plugin-redirect": "^1.2.5"
}
}