-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update node engines to next LTS (node 20 / npm 9)
Signed-off-by: John Molakvoæ <[email protected]>
- Loading branch information
Showing
1 changed file
with
74 additions
and
74 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,76 +1,76 @@ | ||
{ | ||
"name": "twofactor_webauthn", | ||
"version": "1.3.0-alpha.1", | ||
"description": "WebAuthn second factor provider for Nextcloud", | ||
"private": true, | ||
"dependencies": { | ||
"@nextcloud/auth": "^2.0.0", | ||
"@nextcloud/axios": "^2.3.0", | ||
"@nextcloud/initial-state": "^2.0.0", | ||
"@nextcloud/logger": "^2.5.0", | ||
"@nextcloud/moment": "^1.2.1", | ||
"@nextcloud/password-confirmation": "^4.0.4", | ||
"@nextcloud/router": "^2.1.1", | ||
"@nextcloud/vue": "^7.11.4", | ||
"vue": "^2.7.14", | ||
"vue-click-outside": "^1.1.0", | ||
"vue-material-design-icons": "^5.1.2", | ||
"vuex": "^3.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.7", | ||
"@babel/preset-env": "^7.20.2", | ||
"@nextcloud/eslint-config": "^8.2.1", | ||
"@vue/babel-preset-app": "^5.0.8", | ||
"@vue/test-utils": "^1.3.3", | ||
"babel-loader": "^9.1.2", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"chai": "^4.3.7", | ||
"css-loader": "^6.7.3", | ||
"file-loader": "^6.2.0", | ||
"jsdom": "^21.1.1", | ||
"jsdom-global": "^3.0.2", | ||
"mocha": "^10.0.0", | ||
"mochapack": "^2.1.4", | ||
"prettier": "^2.8.4", | ||
"sass": "^1.58.3", | ||
"sass-loader": "^13.2.0", | ||
"sinon": "^14.0.1", | ||
"url-loader": "^4.1.1", | ||
"vue-loader": "^15.10.1", | ||
"vue-template-compiler": "^2.7.14", | ||
"webpack": "^5.82.1", | ||
"webpack-cli": "^5.1.1", | ||
"webpack-merge": "^5.8.0" | ||
}, | ||
"scripts": { | ||
"dev": "webpack --progress --config src/webpack.dev.js", | ||
"watch": "webpack --progress --watch --config src/webpack.dev.js", | ||
"build": "webpack --progress --config src/webpack.prod.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"lint:fix": "eslint --ext .js,.vue src --fix", | ||
"test": "NODE_ENV=test mochapack --webpack-config src/webpack.test.js --require src/tests/setup.js src/tests/**/*.spec.js", | ||
"test:watch": "mochapack -w --webpack-config src/webpack.test.js --require src/tests/setup.js src/tests/**/*.spec.js" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
"ie >= 11" | ||
], | ||
"engines": { | ||
"node": "^16.0.0", | ||
"npm": "^7.0.0 || ^8.0.0" | ||
}, | ||
"jshintConfig": { | ||
"esversion": 6 | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nextcloud/twofactor_webauthn.git" | ||
}, | ||
"author": "Christoph Wurst", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/nextcloud/twofactor_webauthn/issues" | ||
}, | ||
"homepage": "https://github.com/nextcloud/twofactor_webauthn#readme" | ||
"name": "twofactor_webauthn", | ||
"version": "1.3.0-alpha.1", | ||
"description": "WebAuthn second factor provider for Nextcloud", | ||
"private": true, | ||
"dependencies": { | ||
"@nextcloud/auth": "^2.0.0", | ||
"@nextcloud/axios": "^2.3.0", | ||
"@nextcloud/initial-state": "^2.0.0", | ||
"@nextcloud/logger": "^2.5.0", | ||
"@nextcloud/moment": "^1.2.1", | ||
"@nextcloud/password-confirmation": "^4.0.4", | ||
"@nextcloud/router": "^2.1.1", | ||
"@nextcloud/vue": "^7.11.4", | ||
"vue": "^2.7.14", | ||
"vue-click-outside": "^1.1.0", | ||
"vue-material-design-icons": "^5.1.2", | ||
"vuex": "^3.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.7", | ||
"@babel/preset-env": "^7.20.2", | ||
"@nextcloud/eslint-config": "^8.2.1", | ||
"@vue/babel-preset-app": "^5.0.8", | ||
"@vue/test-utils": "^1.3.3", | ||
"babel-loader": "^9.1.2", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"chai": "^4.3.7", | ||
"css-loader": "^6.7.3", | ||
"file-loader": "^6.2.0", | ||
"jsdom": "^21.1.1", | ||
"jsdom-global": "^3.0.2", | ||
"mocha": "^10.0.0", | ||
"mochapack": "^2.1.4", | ||
"prettier": "^2.8.4", | ||
"sass": "^1.58.3", | ||
"sass-loader": "^13.2.0", | ||
"sinon": "^14.0.1", | ||
"url-loader": "^4.1.1", | ||
"vue-loader": "^15.10.1", | ||
"vue-template-compiler": "^2.7.14", | ||
"webpack": "^5.82.1", | ||
"webpack-cli": "^5.1.1", | ||
"webpack-merge": "^5.8.0" | ||
}, | ||
"scripts": { | ||
"dev": "webpack --progress --config src/webpack.dev.js", | ||
"watch": "webpack --progress --watch --config src/webpack.dev.js", | ||
"build": "webpack --progress --config src/webpack.prod.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"lint:fix": "eslint --ext .js,.vue src --fix", | ||
"test": "NODE_ENV=test mochapack --webpack-config src/webpack.test.js --require src/tests/setup.js src/tests/**/*.spec.js", | ||
"test:watch": "mochapack -w --webpack-config src/webpack.test.js --require src/tests/setup.js src/tests/**/*.spec.js" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
"ie >= 11" | ||
], | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^9.0.0" | ||
}, | ||
"jshintConfig": { | ||
"esversion": 6 | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nextcloud/twofactor_webauthn.git" | ||
}, | ||
"author": "Christoph Wurst", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/nextcloud/twofactor_webauthn/issues" | ||
}, | ||
"homepage": "https://github.com/nextcloud/twofactor_webauthn#readme" | ||
} |