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

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-07 12:55:35 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-07 12:55:35 +0300
commit00c1edd46df79ab7dd3a7b34a2d368a46951d30e (patch)
tree4d0c7a5416f385eb5960cbde1508ace8d78468ad
parent36de23f1bb72c5dedbf0ae071eaf1c970737c7be (diff)
Update npm and node engines versionsfeat/package-node-npm-engines-update
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--package.json118
1 files changed, 61 insertions, 57 deletions
diff --git a/package.json b/package.json
index 7e54355cc9..d8df372fac 100644
--- a/package.json
+++ b/package.json
@@ -1,59 +1,63 @@
{
- "name": "nextcloudappstore",
- "version": "1.0.0",
- "description": "Nextcloud App Store",
- "main": "index.js",
- "directories": {
- "doc": "docs"
- },
- "dependencies": {
- "blazy": "^1.8.2",
- "bootstrap": "^3.3.7",
- "bootstrap.native": "^2.0.19",
- "highlight.js": "^10.4.1",
- "markdown-it": "^10.0.0",
- "screenfull": "^5.0.0"
- },
- "devDependencies": {
- "@types/blazy": "^1.5.30",
- "@types/highlight.js": "^9.12.1",
- "@types/jasmine": "^3.0.0",
- "@types/markdown-it": "0.0.9",
- "@types/screenfull": "^4.1.0",
- "copy-webpack-plugin": "^8.1.0",
- "jasmine-core": "^3.0.0",
- "karma": "^5.0.0",
- "karma-firefox-launcher": "^1.0.1",
- "karma-jasmine": "^2.0.1",
- "karma-webpack": "^5.0.0",
- "ts-loader": "^6.0.4",
- "typescript": "^3.0.1",
- "webpack": "^5.27.2",
- "webpack-cli": "^4.5.0"
- },
- "scripts": {
- "test": "./node_modules/karma/bin/karma start --single-run",
- "build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --mode production",
- "watch": "./node_modules/.bin/webpack --progress --watch --mode development",
- "watch-test": "./node_modules/karma/bin/karma start"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nextcloud/appstore.git"
- },
- "keywords": [
- "app",
- "store",
- "nextcloud",
- "cloud",
- "django",
- "python"
- ],
- "author": "Nextcloud Community",
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/nextcloud/appstore/issues"
- },
- "homepage": "https://github.com/nextcloud/appstore#readme",
- "private": true
+ "name": "nextcloudappstore",
+ "version": "1.0.0",
+ "description": "Nextcloud App Store",
+ "main": "index.js",
+ "directories": {
+ "doc": "docs"
+ },
+ "dependencies": {
+ "blazy": "^1.8.2",
+ "bootstrap": "^3.3.7",
+ "bootstrap.native": "^2.0.19",
+ "highlight.js": "^10.4.1",
+ "markdown-it": "^10.0.0",
+ "screenfull": "^5.0.0"
+ },
+ "devDependencies": {
+ "@types/blazy": "^1.5.30",
+ "@types/highlight.js": "^9.12.1",
+ "@types/jasmine": "^3.0.0",
+ "@types/markdown-it": "0.0.9",
+ "@types/screenfull": "^4.1.0",
+ "copy-webpack-plugin": "^8.1.0",
+ "jasmine-core": "^3.0.0",
+ "karma": "^5.0.0",
+ "karma-firefox-launcher": "^1.0.1",
+ "karma-jasmine": "^2.0.1",
+ "karma-webpack": "^5.0.0",
+ "ts-loader": "^6.0.4",
+ "typescript": "^3.0.1",
+ "webpack": "^5.27.2",
+ "webpack-cli": "^4.5.0"
+ },
+ "scripts": {
+ "test": "./node_modules/karma/bin/karma start --single-run",
+ "build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --mode production",
+ "watch": "./node_modules/.bin/webpack --progress --watch --mode development",
+ "watch-test": "./node_modules/karma/bin/karma start"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/nextcloud/appstore.git"
+ },
+ "keywords": [
+ "app",
+ "store",
+ "nextcloud",
+ "cloud",
+ "django",
+ "python"
+ ],
+ "author": "Nextcloud Community",
+ "license": "AGPL-3.0",
+ "bugs": {
+ "url": "https://github.com/nextcloud/appstore/issues"
+ },
+ "homepage": "https://github.com/nextcloud/appstore#readme",
+ "private": true,
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
}