6ed21d1cc6
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Updates `vue-template-compiler` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.2...v2.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
33 lines
876 B
JSON
33 lines
876 B
JSON
{
|
|
"name": "accessibility",
|
|
"description": "Provides multiple accessibilities options to ease your use of nextcloud",
|
|
"version": "1.0.2",
|
|
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "webpack --config webpack.dev.js",
|
|
"watch": "webpack --progress --watch --config webpack.dev.js",
|
|
"build": "webpack --progress --hide-modules --config webpack.prod.js"
|
|
},
|
|
"dependencies": {
|
|
"nextcloud-axios": "^0.1.3",
|
|
"vue": "^2.6.4"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"not ie <= 11"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"babel-loader": "^8.0.5",
|
|
"css-loader": "^2.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"vue-loader": "^15.6.2",
|
|
"vue-template-compiler": "^2.6.4",
|
|
"webpack": "^4.29.3",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-merge": "^4.2.1"
|
|
}
|
|
}
|