mirror of
https://github.com/nextcloud/tasks.git
synced 2026-01-06 07:53:40 +00:00
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "tasks",
|
|
"description": "Nextcloud - Tasks",
|
|
"version": "0.17.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/axios": "^2.5.2",
|
|
"@nextcloud/calendar-js": "8.1.6",
|
|
"@nextcloud/cdav-library": "2.1.1",
|
|
"@nextcloud/dialogs": "7.2.0",
|
|
"@nextcloud/event-bus": "^3.3.3",
|
|
"@nextcloud/initial-state": "3.0.0",
|
|
"@nextcloud/l10n": "^3.4.1",
|
|
"@nextcloud/logger": "^3.0.3",
|
|
"@nextcloud/moment": "^1.3.5",
|
|
"@nextcloud/router": "^3.1.0",
|
|
"@nextcloud/vue": "9.3.1",
|
|
"@vueuse/components": "^14.0.0",
|
|
"color-convert": "^3.1.3",
|
|
"debounce": "^3.0.0",
|
|
"ical.js": "^2.2.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",
|
|
"sortablejs-vue3": "^1.3.0",
|
|
"vue": "^3.5.26",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-router": "^4.6.4",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.3.0",
|
|
"@nextcloud/browserslist-config": "^3.1.2",
|
|
"@nextcloud/eslint-config": "8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.1.1",
|
|
"@nextcloud/vite-config": "2.5.2",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"happy-dom": "^20.0.11",
|
|
"mockdate": "^3.0.5",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"engines": {
|
|
"node": "^24.0.0",
|
|
"npm": "^11.3.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
]
|
|
}
|