58 строки
1.9 KiB
JSON
58 строки
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"name": "end_to_end_encryption",
|
|
"version": "1.16.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.1",
|
|
"@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.15.1",
|
|
"@peculiar/x509": "^1.11.0",
|
|
"debounce": "^2.1.1",
|
|
"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": "^3.1.3",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^8.57.1",
|
|
"jest": "^29.7.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"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"
|
|
}
|
|
}
|