-
Notifications
You must be signed in to change notification settings - Fork 4.7k
/
Copy pathpackage.json
43 lines (43 loc) · 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
{
"name": "@vuepress/markdown",
"version": "1.0.0-alpha.40",
"description": "markdown for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/markdown"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator",
"markdown"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.40",
"lru-cache": "^5.1.1",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-table-of-contents": "^0.4.0",
"prismjs": "^1.13.0"
},
"author": "Evan You",
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown#readme"
}