end_to_end_encryption/package.json

58 строки
1.9 KiB
JSON

{
"private": true,
"name": "end_to_end_encryption",
"version": "2.0.0-dev.0",
"description": "Provides the necessary endpoint to enable End-to-End encryption.",
"author": "Nextcloud GmbH and Nextcloud contributors",
"license": "AGPL-3.0-or-later",
"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": "NODE_ENV=development webpack serve --progress --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"
},
"dependencies": {
"@nextcloud/auth": "^2.3.0",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.17.0",
"@peculiar/x509": "^1.12.1",
"debounce": "^2.1.0",
"uuid": "^10.0.0",
"vue": "^2.7.16",
"vue-material-design-icons": "^5.3.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/webpack-vue-config": "^6.0.1",
"@relative-ci/agent": "^4.2.11",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"vue-jest": "^3.0.7"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"bugs": {
"url": "https://github.com/nextcloud/end_to_end_encryption/issues"
},
"homepage": "https://github.com/nextcloud/end_to_end_encryption#readme",
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
}