We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7b9a0 commit 63654ffCopy full SHA for 63654ff
package.json
@@ -23,8 +23,7 @@
23
"highlight.js": "^9.12.0",
24
"katex": "^0.9.0",
25
"lodash": "^4.17.4",
26
- "markdown-it": "^8.4.1",
27
- "vue": "^2.5.11"
+ "markdown-it": "^8.4.1"
28
},
29
"devDependencies": {
30
"@babel/plugin-syntax-jsx": "^7.0.0-beta.53",
@@ -42,6 +41,10 @@
42
41
"rollup-plugin-vue": "^4.3.1",
43
"stylus": "^0.54.5",
44
"stylus-loader": "^3.0.2",
+ "vue": "^2.5.11",
45
"vue-template-compiler": "^2.5.16"
46
+ },
47
+ "peerDependencies": {
48
+ "vue": "^2.5.11"
49
}
50
0 commit comments