87 строки
2.4 KiB
JSON
87 строки
2.4 KiB
JSON
{
|
|
"name": "polls",
|
|
"version": "7.2.2",
|
|
"private": true,
|
|
"description": "Polls app for nextcloud",
|
|
"homepage": "https://github.com/nextcloud/polls#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/polls/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextcloud/polls.git"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"main": "src/js/main.js",
|
|
"scripts": {
|
|
"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",
|
|
"build": "vite --mode production build",
|
|
"dev": "vite --mode development build",
|
|
"watch": "vite --mode development build --watch"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.4.0",
|
|
"@nextcloud/axios": "^2.5.0",
|
|
"@nextcloud/dialogs": "^5.3.7",
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
"@nextcloud/logger": "^3.0.2",
|
|
"@nextcloud/moment": "^1.3.1",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vue": "^8.17.1",
|
|
"core-js": "^3.38.1",
|
|
"dompurify": "^3.1.6",
|
|
"file-saver": "^2.0.5",
|
|
"linkify-string": "^4.1.3",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^14.1.1",
|
|
"marked-gfm-heading-id": "^4.1.0",
|
|
"qrcode": "^1.5.4",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.3.0",
|
|
"@nextcloud/prettier-config": "^1.1.0",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/vite-config": "^1.2.3",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"prettier": "^3.3.3",
|
|
"vite": "^5.4.3",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"type": "module",
|
|
"authors": [
|
|
{
|
|
"name": "Vinzenz Rosenkranz",
|
|
"email": "vinzenz.rosenkranz@gmail.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Rene Gieling",
|
|
"email": "github@dartcafe.de",
|
|
"role": "Developer"
|
|
}
|
|
]
|
|
}
|