Skip to content

Commit

Permalink
Update npm and node engines versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 16, 2024
1 parent b840e7d commit c348d8d
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "translate",
"description": "Translation in nextcloud",
"version": "2.0.0",
"author": "Marcel Klehr <mklehr@gmx.net>",
"contributors": [],
"bugs": {
"url": "https://github.com/nextcloud/translate/issues"
},
"license": "agpl",
"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",
"serve": "echo 'Nothing to be done'",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"dependencies": {
"@tensorflow/tfjs": "^4.2.0",
"cldpre": "^2.8.1-rc.3",
"get-stdin": "^9.0.0",
"onnxruntime-node": "^1.13.1",
"sbd": "^1.0.19"
},
"devDependencies": {
"@nextcloud/axios": "^2.3.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.4",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/vue": "^7.7.1",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.1.3",
"async-parallel": "^1.2.3",
"fast-glob": "^3.2.11",
"flickr-sdk": "^6.0.0",
"google-img-scrap": "^1.0.6",
"vue": "^2.7.14"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
"name": "translate",
"description": "Translation in nextcloud",
"version": "2.0.0",
"author": "Marcel Klehr <mklehr@gmx.net>",
"contributors": [],
"bugs": {
"url": "https://github.com/nextcloud/translate/issues"
},
"license": "agpl",
"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",
"serve": "echo 'Nothing to be done'",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"dependencies": {
"@tensorflow/tfjs": "^4.2.0",
"cldpre": "^2.8.1-rc.3",
"get-stdin": "^9.0.0",
"onnxruntime-node": "^1.13.1",
"sbd": "^1.0.19"
},
"devDependencies": {
"@nextcloud/axios": "^2.3.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.4",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/vue": "^7.7.1",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.1.3",
"async-parallel": "^1.2.3",
"fast-glob": "^3.2.11",
"flickr-sdk": "^6.0.0",
"google-img-scrap": "^1.0.6",
"vue": "^2.7.14"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
}

0 comments on commit c348d8d

Please sign in to comment.