Skip to content

Commit

Permalink
Merge branch 'master' into fix/vue-as-dep
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 9, 2022
2 parents 30dc06f + 21abb30 commit b7a2303
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "@nextcloud/webpack-vue-config",
"version": "5.2.1",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/webpack-vue-config/issues"
},
"homepage": "https://github.com/nextcloud/webpack-vue-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/webpack-vue-config.git"
},
"keywords": [
"nextcloud",
"vue",
"vuejs",
"webpack",
"config",
"stylelint",
"eslint"
],
"main": "index.js",
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue": "^2.7.8",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.8",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"dependencies": {
"vue": "^2.7.8"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.8",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
}
"name": "@nextcloud/webpack-vue-config",
"version": "5.2.1",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/webpack-vue-config/issues"
},
"homepage": "https://github.com/nextcloud/webpack-vue-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/webpack-vue-config.git"
},
"keywords": [
"nextcloud",
"vue",
"vuejs",
"webpack",
"config",
"stylelint",
"eslint"
],
"main": "index.js",
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"dependencies": {
"vue": "^2.7.8"
},
"peerDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue": "^2.7.8",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
}
}

0 comments on commit b7a2303

Please sign in to comment.