-
Notifications
You must be signed in to change notification settings - Fork 49
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
89649e7
commit 2d9be94
Showing
1 changed file
with
70 additions
and
70 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,72 +1,72 @@ | ||
{ | ||
"name": "recognize", | ||
"version": "6.1.0-beta.1", | ||
"description": "Image recognition in nextcloud", | ||
"main": "src/classifier_imagenet.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "tests" | ||
}, | ||
"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", | ||
"build:translatables": "node scripts/generate-translatable-file.js > src/things.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/marcelklehr/recognize" | ||
}, | ||
"author": "Marcel Klehr <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@exifer/gps": "^1.0.0-beta.2", | ||
"@tensorflow/tfjs": "^4.6.0", | ||
"@tensorflow/tfjs-backend-wasm": "^4.6.0", | ||
"@tensorflow/tfjs-node": "^4.6.0", | ||
"@tensorflow/tfjs-node-gpu": "^4.6.0", | ||
"@vladmandic/face-api": "^1.7.11", | ||
"download": "^8.0.0", | ||
"execa": "^5.1.1", | ||
"exifer": "^1.0.0-beta.2", | ||
"ffmpeg-static": "^4.4.0", | ||
"geo-reverse": "^1.0.13", | ||
"get-port": "^5.1.1", | ||
"get-stdin": "^9.0.0", | ||
"humanize-duration": "^3.30.0", | ||
"jimp": "^0.22.10", | ||
"lodash": "^4.17.21", | ||
"static-server": "^2.2.1", | ||
"tar": "^6.1.13", | ||
"wav-decoder": "^1.3.0", | ||
"yaml": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@nextcloud/axios": "^2.4.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.1.2", | ||
"@nextcloud/stylelint-config": "^2.3.1", | ||
"@nextcloud/vue": "8.x", | ||
"@nextcloud/webpack-vue-config": "^5.5.1", | ||
"@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" | ||
}, | ||
"engines": { | ||
"node": "^16.0.0", | ||
"npm": "^7.0.0 || ^8.0.0" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
] | ||
"name": "recognize", | ||
"version": "6.1.0-beta.1", | ||
"description": "Image recognition in nextcloud", | ||
"main": "src/classifier_imagenet.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "tests" | ||
}, | ||
"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", | ||
"build:translatables": "node scripts/generate-translatable-file.js > src/things.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/marcelklehr/recognize" | ||
}, | ||
"author": "Marcel Klehr <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@exifer/gps": "^1.0.0-beta.2", | ||
"@tensorflow/tfjs": "^4.6.0", | ||
"@tensorflow/tfjs-backend-wasm": "^4.6.0", | ||
"@tensorflow/tfjs-node": "^4.6.0", | ||
"@tensorflow/tfjs-node-gpu": "^4.6.0", | ||
"@vladmandic/face-api": "^1.7.11", | ||
"download": "^8.0.0", | ||
"execa": "^5.1.1", | ||
"exifer": "^1.0.0-beta.2", | ||
"ffmpeg-static": "^4.4.0", | ||
"geo-reverse": "^1.0.13", | ||
"get-port": "^5.1.1", | ||
"get-stdin": "^9.0.0", | ||
"humanize-duration": "^3.30.0", | ||
"jimp": "^0.22.10", | ||
"lodash": "^4.17.21", | ||
"static-server": "^2.2.1", | ||
"tar": "^6.1.13", | ||
"wav-decoder": "^1.3.0", | ||
"yaml": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@nextcloud/axios": "^2.4.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.1.2", | ||
"@nextcloud/stylelint-config": "^2.3.1", | ||
"@nextcloud/vue": "8.x", | ||
"@nextcloud/webpack-vue-config": "^5.5.1", | ||
"@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" | ||
}, | ||
"engines": { | ||
"node": "^20.0.0", | ||
"npm": "^10.0.0" | ||
}, | ||
"browserslist": [ | ||
"extends @nextcloud/browserslist-config" | ||
] | ||
} |