nextcloud-contacts/package.json

92 lines
2.7 KiB
JSON

{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "4.0.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",
"Team Popcorn <teampopcornberlin@gmail.com>"
],
"keywords": [
"nextcloud",
"contacts",
"vcard",
"carddav"
],
"bugs": {
"url": "https://github.com/nextcloud/contacts/issues"
},
"repository": {
"url": "https://github.com/nextcloud/contacts",
"type": "git"
},
"homepage": "https://github.com/nextcloud/contacts",
"license": "agpl",
"private": true,
"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"
},
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "^2.0.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^2.0.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^4.0.3",
"b64-to-blob": "^1.2.19",
"camelcase": "^6.2.0",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
"debounce": "^1.2.1",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",
"moment": "^2.29.1",
"p-limit": "^3.1.0",
"p-queue": "^6.6.2",
"qr-image": "^3.2.0",
"string-natural-compare": "^3.0.1",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-clipboard2": "^0.3.1",
"vue-masonry": "^0.13.0",
"vue-material-design-icons": "^4.12.1",
"vue-router": "^3.5.2",
"vue-virtual-scroll-list": "^2.3.2",
"vue-virtual-scroller": "^1.0.10",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^6.0.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/typings": "^1.2.1",
"@nextcloud/webpack-vue-config": "^4.1.0",
"@typescript-eslint/parser": "^4.28.4",
"eslint-import-resolver-typescript": "^2.4.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}