80 строки
2.3 KiB
JSON
80 строки
2.3 KiB
JSON
{
|
|
"name": "tasks",
|
|
"description": "Nextcloud - Tasks",
|
|
"version": "0.16.1",
|
|
"author": {
|
|
"name": "Raimund Schlüßler",
|
|
"email": "raimund.schluessler@mailbox.org"
|
|
},
|
|
"license": "AGPLv3",
|
|
"private": true,
|
|
"homepage": "https://github.com/nextcloud/tasks",
|
|
"scripts": {
|
|
"build": "vite build --mode production",
|
|
"dev": "vite build --mode development",
|
|
"watch": "vite build --mode development --watch",
|
|
"lint": "eslint --ext .js,.vue src tests",
|
|
"lint:fix": "eslint --ext .js,.vue src tests --fix",
|
|
"stylelint": "stylelint 'css/**/*.scss'",
|
|
"stylelint:fix": "stylelint 'css/**/*.scss' --fix",
|
|
"test": "vitest run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
|
},
|
|
"type": "module",
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
|
"contributors": [],
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.4.0",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/calendar-js": "8.0.2",
|
|
"@nextcloud/cdav-library": "1.5.1",
|
|
"@nextcloud/dialogs": "4.1.0",
|
|
"@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": "9.0.0-alpha.5",
|
|
"@vueuse/components": "^11.1.0",
|
|
"color-convert": "^2.0.1",
|
|
"debounce": "^2.1.1",
|
|
"ical.js": "^2.1.0",
|
|
"jstimezonedetect": "",
|
|
"linkify-it": "^5.0.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-emoji": "^3.0.0",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"md5": "^2.3.0",
|
|
"p-limit": "^6.1.0",
|
|
"sortablejs-vue3": "^1.2.11",
|
|
"uuid": "^10.0.0",
|
|
"vue": "^3.5.7",
|
|
"vue-material-design-icons": "^5.3.0",
|
|
"vue-router": "^4.4.5",
|
|
"vuex": "^4.1.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/vite-config": "2.2.2",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"happy-dom": "^15.7.4",
|
|
"mockdate": "^3.0.5",
|
|
"vitest": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
]
|
|
}
|