85 строки
2.3 KiB
JSON
85 строки
2.3 KiB
JSON
{
|
|
"name": "polls",
|
|
"description": "Polls app for nextcloud",
|
|
"version": "7.0.3",
|
|
"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",
|
|
"version": "node update-app-version.mjs && git add ./appinfo/info.xml"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.2.1",
|
|
"@nextcloud/axios": "^2.4.0",
|
|
"@nextcloud/dialogs": "^5.2.1",
|
|
"@nextcloud/event-bus": "^3.1.0",
|
|
"@nextcloud/initial-state": "^2.1.0",
|
|
"@nextcloud/l10n": "^2.2.0",
|
|
"@nextcloud/moment": "^1.3.1",
|
|
"@nextcloud/router": "^3.0.0",
|
|
"@nextcloud/vue": "^8.11.1",
|
|
"core-js": "^3.36.1",
|
|
"dompurify": "^3.1.0",
|
|
"file-saver": "^2.0.5",
|
|
"linkify-string": "^4.1.3",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^12.0.1",
|
|
"marked-gfm-heading-id": "^3.1.3",
|
|
"qrcode": "^1.5.3",
|
|
"v-click-outside": "^3.2.0",
|
|
"vue": "^2.7.15",
|
|
"vue-material-design-icons": "^5.3.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.2/xlsx-0.20.2.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.4.0",
|
|
"@nextcloud/webpack-vue-config": "^6.0.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.2.5",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|