Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-08-09 10:21:43 +0300
committerGitHub <noreply@github.com>2022-08-09 10:21:43 +0300
commit2ebd2a2cf77cc7f19bd48caf6008d6960aaff5e3 (patch)
tree7622de8b93882bd1117b89075a62950ffbc9dcd6
parent5d4400242890eee519bacec76c795473916622da (diff)
parent2a78f75bc8335d4dfe8c50b5723d2b28728230d9 (diff)
Merge pull request #780 from nextcloud/feat/package-node-npm-engines-update
-rw-r--r--package.json108
1 files changed, 54 insertions, 54 deletions
diff --git a/package.json b/package.json
index bf120c7..05a21cf 100644
--- a/package.json
+++ b/package.json
@@ -1,56 +1,56 @@
{
- "name": "privacy",
- "version": "1.9.0",
- "description": "Place this app in **nextcloud/apps/**",
- "private": true,
- "scripts": {
- "build": "NODE_ENV=production webpack --progress --config webpack.js",
- "dev": "NODE_ENV=development webpack --progress --config webpack.js",
- "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
- "lint": "eslint --ext .js,.vue src",
- "lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint src",
- "stylelint:fix": "stylelint src --fix",
- "test": "jest",
- "test:coverage": "jest --coverage"
- },
- "homepage": "https://github.com/nextcloud/privacy",
- "bugs": {
- "url": "https://github.com/nextcloud/privacy/issues"
- },
- "repository": {
- "url": "git+https://github.com/nextcloud/privacy.git",
- "type": "git"
- },
- "author": "Georg Ehrke",
- "contributors": [
- "John Molakvoæ <skjnldsv@protonmail.com>"
- ],
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "@nextcloud/auth": "^1.3.0",
- "@nextcloud/axios": "^1.9.0",
- "@nextcloud/dialogs": "^3.1.2",
- "@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/l10n": "^1.4.1",
- "@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^5.3.1",
- "vue": "^2.6.14",
- "vue-click-outside": "^1.1.0"
- },
- "browserslist": [
- "extends @nextcloud/browserslist-config"
- ],
- "engines": {
- "node": "^14.0.0",
- "npm": "^7.0.0"
- },
- "devDependencies": {
- "@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/browserslist-config": "^2.2.0",
- "@nextcloud/eslint-config": "^7.0.2",
- "@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.1.0",
- "babel-loader-exclude-node-modules-except": "^1.2.1"
- }
+ "name": "privacy",
+ "version": "1.9.0",
+ "description": "Place this app in **nextcloud/apps/**",
+ "private": true,
+ "scripts": {
+ "build": "NODE_ENV=production webpack --progress --config webpack.js",
+ "dev": "NODE_ENV=development webpack --progress --config webpack.js",
+ "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
+ "lint": "eslint --ext .js,.vue src",
+ "lint:fix": "eslint --ext .js,.vue src --fix",
+ "stylelint": "stylelint src",
+ "stylelint:fix": "stylelint src --fix",
+ "test": "jest",
+ "test:coverage": "jest --coverage"
+ },
+ "homepage": "https://github.com/nextcloud/privacy",
+ "bugs": {
+ "url": "https://github.com/nextcloud/privacy/issues"
+ },
+ "repository": {
+ "url": "git+https://github.com/nextcloud/privacy.git",
+ "type": "git"
+ },
+ "author": "Georg Ehrke",
+ "contributors": [
+ "John Molakvoæ <skjnldsv@protonmail.com>"
+ ],
+ "license": "AGPL-3.0-or-later",
+ "dependencies": {
+ "@nextcloud/auth": "^1.3.0",
+ "@nextcloud/axios": "^1.9.0",
+ "@nextcloud/dialogs": "^3.1.2",
+ "@nextcloud/initial-state": "^1.2.1",
+ "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^5.3.1",
+ "vue": "^2.6.14",
+ "vue-click-outside": "^1.1.0"
+ },
+ "browserslist": [
+ "extends @nextcloud/browserslist-config"
+ ],
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ },
+ "devDependencies": {
+ "@nextcloud/babel-config": "^1.0.0",
+ "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/eslint-config": "^7.0.2",
+ "@nextcloud/stylelint-config": "^2.1.2",
+ "@nextcloud/webpack-vue-config": "^5.1.0",
+ "babel-loader-exclude-node-modules-except": "^1.2.1"
+ }
}