diff --git a/package.json b/package.json index fbf6831..b27f241 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "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" + } }