-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 953 Bytes
/
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
{
"name": "vuepress-starter",
"version": "0.0.3",
"description": "Provide out-of-the-box project documentation scaffolding",
"repository": {
"type": "git",
"url": "git+https://github.com/p5design/vuepress-starter.git"
},
"keywords": [
"vue",
"vuepress",
"markdown"
],
"author": "pangwu86<pangwu86@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/p5design/vuepress-starter/issues"
},
"scripts": {
"dev": "vuepress dev 04_markdown",
"build": "vuepress build 04_markdown"
},
"devDependencies": {
"@pangwu86/markdown-it-disable-url-encode": "^1.0.1",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"markdown-it-image-lazy-loading": "^1.1.0",
"markdown-it-imsize": "^2.0.1",
"vuepress": "^1.8.2",
"vuepress-plugin-auto-sidebar": "^2.2.3",
"vuepress-plugin-image": "^1.0.4"
}
}