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 fe072d0 commit 8cf4166Copy full SHA for 8cf4166
package.json
@@ -11,8 +11,7 @@
11
"test:unit": "vue-cli-service test:unit"
12
},
13
"dependencies": {
14
- "vanilla-lazyload": "^8.17.0",
15
- "vue": "^2.5.21"
+ "vanilla-lazyload": "^8.17.0"
16
17
"devDependencies": {
18
"@vue/cli-plugin-babel": "^3.3.0",
@@ -26,9 +25,10 @@
26
25
"babel-jest": "^23.6.0",
27
"eslint": "^5.8.0",
28
"eslint-plugin-vue": "^5.0.0",
29
- "vue-template-compiler": "^2.5.21",
30
"stylus": "^0.54.5",
31
- "stylus-loader": "^3.0.2"
+ "stylus-loader": "^3.0.2",
+ "vue": "^2.5.21",
+ "vue-template-compiler": "^2.5.21"
32
33
"eslintConfig": {
34
"root": true,
0 commit comments