-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.52 KB
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
{
"name": "vue-markdownit-loader",
"version": "1.1.3",
"description": "Webpack loader to translate markdown to HTML using markdownit.",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --inline --hot --content-base ./example --port 8888"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zrain/vue-markdownit-loader.git"
},
"keywords": [
"markdown",
"webpack",
"loader",
"webpack-loader",
"markdown-it",
"markdown-it-plugin",
"vue",
"vue-template",
"vue-template-loader",
"vue-loader",
"vue-markdown-loader",
"vue-markdownit-loader"
],
"author": "zrain <zrainma@sina.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/zrain/vue-markdownit-loader/issues"
},
"homepage": "https://github.com/zrain/vue-markdownit-loader#readme",
"dependencies": {
"highlight.js": "^9.12.0",
"loader-utils": "^1.1.0",
"markdown-it": "^8.3.1",
"vue-router": "^2.6.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"github-markdown-css": "^2.8.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.2",
"vue": "^2.3.4",
"vue-loader": "^12.2.1",
"vue-template-compiler": "^2.3.4",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}