polls/package.json

85 строки
2.3 KiB
JSON

{
"name": "polls",
"description": "Polls app for nextcloud",
"version": "5.3.2",
"authors": [
{
"name": "Vinzenz Rosenkranz",
"email": "vinzenz.rosenkranz@gmail.com",
"role": "Developer"
},
{
"name": "Rene Gieling",
"email": "github@dartcafe.de",
"role": "Developer"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/polls.git"
},
"bugs": {
"url": "https://github.com/nextcloud/polls/issues"
},
"homepage": "https://github.com/nextcloud/polls#readme",
"license": "AGPL-3.0",
"private": true,
"main": "src/js/main.js",
"scripts": {
"dev": "webpack --mode=development",
"watch": "webpack --mode=development --progress --watch",
"build": "webpack --mode=production --progress",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src/**/*{.scss,.vue,.css}",
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/dialogs": "^4.2.1",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.6",
"core-js": "^3.33.0",
"dompurify": "^3.0.6",
"file-saver": "^2.0.5",
"linkify-string": "^4.1.1",
"lodash": "^4.17.21",
"marked": "^9.0.3",
"marked-gfm-heading-id": "^3.1.0",
"marked-mangle": "^1.1.4",
"nextcloud-vue-collections": "^0.11.1",
"qrcode": "^1.5.3",
"v-click-outside": "^3.2.0",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^6.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"vue-template-compiler": "^2.7.14"
}
}