-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
81a63b0
commit 353d423
Showing
1 changed file
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
{ | ||
"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-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" | ||
} | ||
"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" | ||
}, | ||
"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-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" | ||
} | ||
} |