-
Notifications
You must be signed in to change notification settings - Fork 2
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 <[email protected]>
- Loading branch information
1 parent
d2e5daa
commit c6a8c11
Showing
1 changed file
with
47 additions
and
47 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,49 +1,49 @@ | ||
{ | ||
"name": "monthly_status_email", | ||
"description": "This application enable to send monthly summary to users about their disk usage.", | ||
"author": "Carl Schwan <[email protected]>", | ||
"license": "AGPL-3.0-or-later", | ||
"repository": { | ||
"url": "https://github.com/nextcloud/monthly_status_email", | ||
"type": "git" | ||
}, | ||
"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 --max-warnings=0", | ||
"lint:fix": "eslint --ext .js,.vue src --fix", | ||
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/*.vue src/**/*.vue", | ||
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix", | ||
"test:cypress": "cd cypress && ./runLocal.sh run", | ||
"test:cypress:open": "cd cypress && ./runLocal.sh open" | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^9.0.0" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
], | ||
"dependencies": { | ||
"@nextcloud/axios": "^2.4.0", | ||
"@nextcloud/initial-state": "^2.1.0", | ||
"@nextcloud/l10n": "^2.2.0", | ||
"@nextcloud/logger": "^2.7.0", | ||
"@nextcloud/paths": "^2.1.0", | ||
"@nextcloud/router": "^2.2.0", | ||
"vue": "^2.7.15" | ||
}, | ||
"devDependencies": { | ||
"@cypress/browserify-preprocessor": "^3.0.2", | ||
"@nextcloud/babel-config": "^1.0.0", | ||
"@nextcloud/browserslist-config": "^3.0.0", | ||
"@nextcloud/cypress": "^1.0.0-beta.7", | ||
"@nextcloud/eslint-config": "^8.3.0", | ||
"@nextcloud/eslint-plugin": "^2.1.0", | ||
"@nextcloud/stylelint-config": "^2.3.1", | ||
"@nextcloud/webpack-vue-config": "^6.0.0", | ||
"cypress": "^13.6.2", | ||
"eslint-plugin-cypress": "^2.15.1" | ||
} | ||
"name": "monthly_status_email", | ||
"description": "This application enable to send monthly summary to users about their disk usage.", | ||
"author": "Carl Schwan <[email protected]>", | ||
"license": "AGPL-3.0-or-later", | ||
"repository": { | ||
"url": "https://github.com/nextcloud/monthly_status_email", | ||
"type": "git" | ||
}, | ||
"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 --max-warnings=0", | ||
"lint:fix": "eslint --ext .js,.vue src --fix", | ||
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/*.vue src/**/*.vue", | ||
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix", | ||
"test:cypress": "cd cypress && ./runLocal.sh run", | ||
"test:cypress:open": "cd cypress && ./runLocal.sh open" | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^10.0.0" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
], | ||
"dependencies": { | ||
"@nextcloud/axios": "^2.4.0", | ||
"@nextcloud/initial-state": "^2.1.0", | ||
"@nextcloud/l10n": "^2.2.0", | ||
"@nextcloud/logger": "^2.7.0", | ||
"@nextcloud/paths": "^2.1.0", | ||
"@nextcloud/router": "^2.2.0", | ||
"vue": "^2.7.15" | ||
}, | ||
"devDependencies": { | ||
"@cypress/browserify-preprocessor": "^3.0.2", | ||
"@nextcloud/babel-config": "^1.0.0", | ||
"@nextcloud/browserslist-config": "^3.0.0", | ||
"@nextcloud/cypress": "^1.0.0-beta.7", | ||
"@nextcloud/eslint-config": "^8.3.0", | ||
"@nextcloud/eslint-plugin": "^2.1.0", | ||
"@nextcloud/stylelint-config": "^2.3.1", | ||
"@nextcloud/webpack-vue-config": "^6.0.0", | ||
"cypress": "^13.6.2", | ||
"eslint-plugin-cypress": "^2.15.1" | ||
} | ||
} |