-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "vue-antd-md-loader",
"version": "1.2.0",
"description": "markdown file to vue component loader.",
"main": "index.js",
"scripts": {
"dev": "cd example && webpack-dev-server --inline --hot --port 8888"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangjinzhou/vue-antd-md-loader.git"
},
"keywords": [
"vue",
"markdown",
"webpack",
"loader"
],
"author": "[email protected]",
"license": "WTFPL",
"dependencies": {
"cheerio": "^0.20.0",
"highlight.js": "^9.4.0",
"loader-utils": "^1.2.3",
"markdown-it": "^8.4.0"
},
"peerDependencies": {
"vue-loader": ">=15.5.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.16.0",
"css-loader": "^0.25.0",
"github-markdown-css": "^2.3.0",
"style-loader": "^0.13.1",
"vue": "^2.5.16",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}