-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.4 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
{
"name": "remark-vue-loader",
"version": "0.3.1",
"main": "index.js",
"author": "Mactavish <maczhanchao@yahoo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mactaivsh/remark-vue-loader"
},
"scripts": {
"example:serve": "yarn --cwd ./example run serve",
"example:build": "yarn --cwd ./example run build",
"test": "jest",
"audit": "yarn audit"
},
"files": [
"src",
"templates",
"index.js"
],
"keywords": [
"vue",
"markdown",
"webpack",
"loader",
"ast"
],
"dependencies": {
"@babel/generator": "^7.6.3",
"@babel/parser": "^7.6.3",
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.6.3",
"@babel/types": "^7.6.3",
"@vue/component-compiler-utils": "^3.0.0",
"case": "^1.6.2",
"debug": "^4.1.1",
"globby": "^10.0.1",
"handlebars": "^4.4.3",
"hash-sum": "^2.0.0",
"js-yaml": "^3.13.1",
"loader-utils": "^1.2.3",
"mdast-builder": "^1.1.1",
"mdast-util-assert": "^2.0.1",
"mdast-util-compact": "^1.0.3",
"rehype-stringify": "^6.0.0",
"remark-frontmatter": "^1.3.2",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"schema-utils": "^2.1.0",
"unified": "^8.4.1",
"unist-util-is": "^4.0.0",
"unist-util-select": "^3.0.0",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"jest": "^24.9.0"
}
}