mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-21 18:35:51 +00:00
74 lines
2.1 KiB
JSON
74 lines
2.1 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/axios": "^2.5.1",
|
|
"@nextcloud/calendar-js": "8.1.2",
|
|
"@nextcloud/cdav-library": "2.1.0",
|
|
"@nextcloud/dialogs": "7.0.0-rc.1",
|
|
"@nextcloud/event-bus": "^3.3.2",
|
|
"@nextcloud/initial-state": "2.2.0",
|
|
"@nextcloud/l10n": "^3.2.0",
|
|
"@nextcloud/logger": "^3.0.2",
|
|
"@nextcloud/moment": "^1.3.4",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vue": "9.0.0-rc.2",
|
|
"@vueuse/components": "^13.4.0",
|
|
"color-convert": "^3.1.0",
|
|
"debounce": "^2.2.0",
|
|
"ical.js": "^2.1.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.2.11",
|
|
"vue": "^3.5.17",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-router": "^4.5.1",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.1.0",
|
|
"@nextcloud/vite-config": "2.3.5",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"happy-dom": "^18.0.1",
|
|
"mockdate": "^3.0.5",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
]
|
|
}
|