Skip to content

Commit

Permalink
Merge pull request #642 from nextcloud/feat/package-node-npm-engines-…
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
juliusknorr authored Aug 8, 2022
2 parents 15cc9a3 + 235fd71 commit 6a2cc7a
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"name": "@nextcloud/dialogs",
"version": "3.1.4",
"description": "",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build:doc": "typedoc --excludeExternals --out dist/doc lib && touch dist/doc/.nojekyll",
"build": "NODE_ENV=production rollup -c",
"watch": "NODE_ENV=development rollup -c --watch",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
"check-types": "tsc",
"l10n:extract": "node build/extract-l10n.js"
},
"keywords": [
"nextcloud"
],
"homepage": "https://github.com/nextcloud/nextcloud-dialogs#readme",
"author": "Christoph Wurst",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/nextcloud-dialogs"
},
"dependencies": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@nextcloud/browserslist-config": "^2.1.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-loader-exclude-node-modules-except": "^1.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"gettext-extractor": "^3.5.2",
"gettext-parser": "^5.1.2",
"rollup": "^2.25.0",
"rollup-plugin-inject-process-env": "^1.3.0",
"rollup-plugin-typescript2": "^0.32.1",
"tslib": "^2.0.1",
"typedoc": "^0.23.8",
"typescript": "^4.0.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
}
"name": "@nextcloud/dialogs",
"version": "3.1.4",
"description": "",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build:doc": "typedoc --excludeExternals --out dist/doc lib && touch dist/doc/.nojekyll",
"build": "NODE_ENV=production rollup -c",
"watch": "NODE_ENV=development rollup -c --watch",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
"check-types": "tsc",
"l10n:extract": "node build/extract-l10n.js"
},
"keywords": [
"nextcloud"
],
"homepage": "https://github.com/nextcloud/nextcloud-dialogs#readme",
"author": "Christoph Wurst",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/nextcloud-dialogs"
},
"dependencies": {
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@nextcloud/browserslist-config": "^2.1.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-loader-exclude-node-modules-except": "^1.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"gettext-extractor": "^3.5.2",
"gettext-parser": "^5.1.2",
"rollup": "^2.25.0",
"rollup-plugin-inject-process-env": "^1.3.0",
"rollup-plugin-typescript2": "^0.32.1",
"tslib": "^2.0.1",
"typedoc": "^0.23.8",
"typescript": "^4.0.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}

0 comments on commit 6a2cc7a

Please sign in to comment.