Merge branch 'add-vue-loader' into 'master'
Add vue loader Closes #29519 See merge request !10517
Showing
... | ... | @@ -2,9 +2,9 @@ |
"private": true, | ||
"scripts": { | ||
"dev-server": "webpack-dev-server --config config/webpack.config.js", | ||
"eslint": "eslint --max-warnings 0 --ext .js .", | ||
"eslint-fix": "eslint --max-warnings 0 --ext .js --fix .", | ||
"eslint-report": "eslint --max-warnings 0 --ext .js --format html --output-file ./eslint-report.html .", | ||
"eslint": "eslint --max-warnings 0 --ext .js,.vue .", | ||
"eslint-fix": "eslint --max-warnings 0 --ext .js,.vue --fix .", | ||
"eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html .", | ||
"karma": "karma start config/karma.config.js --single-run", | ||
"karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run", | ||
"karma-start": "karma start config/karma.config.js", | ||
... | ... | @@ -20,10 +20,12 @@ |
"bootstrap-sass": "^3.3.6", | ||
"compression-webpack-plugin": "^0.3.2", | ||
"core-js": "^2.4.1", | ||
"css-loader": "^0.28.0", | ||
"d3": "^3.5.11", | ||
"document-register-element": "^1.3.0", | ||
"dropzone": "^4.2.0", | ||
"emoji-unicode-version": "^0.2.1", | ||
"eslint-plugin-html": "^2.0.1", | ||
"file-loader": "^0.11.1", | ||
"jquery": "^2.2.1", | ||
"jquery-ujs": "^1.2.1", | ||
... | ... | @@ -42,8 +44,10 @@ |
"timeago.js": "^2.0.5", | ||
"underscore": "^1.8.3", | ||
"visibilityjs": "^1.2.4", | ||
"vue": "^2.2.4", | ||
"vue": "^2.2.6", | ||
"vue-loader": "^11.3.4", | ||
"vue-resource": "^0.9.3", | ||
"vue-template-compiler": "^2.2.6", | ||
"webpack": "^2.3.3", | ||
"webpack-bundle-analyzer": "^2.3.0" | ||
}, | ||
... | ... |
Please register or sign in to comment