{ "name": "tasks", "description": "Nextcloud - Tasks", "version": "0.16.0-alpha.0", "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.3.0", "@nextcloud/axios": "^2.4.0", "@nextcloud/calendar-js": "6.1.0", "@nextcloud/cdav-library": "1.3.0", "@nextcloud/dialogs": "4.1.0", "@nextcloud/event-bus": "^3.2.0", "@nextcloud/initial-state": "2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/logger": "^3.0.1", "@nextcloud/moment": "^1.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "9.0.0-alpha.2", "@vueuse/components": "^10.9.0", "color-convert": "^2.0.1", "debounce": "^2.0.0", "ical.js": "^1.5.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": "^5.0.0", "sortablejs-vue3": "^1.2.11", "uuid": "^9.0.1", "vue": "^3.4.19", "vue-material-design-icons": "^5.3.0", "vue-router": "^4.3.2", "vuex": "^4.1.0" }, "devDependencies": { "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "github:nextcloud-libraries/eslint-config#vue3", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.4", "happy-dom": "^14.7.1", "mockdate": "^3.0.5", "vitest": "^1.5.2" }, "engines": { "node": "^20.0.0", "npm": "^10.0.0" }, "browserslist": [ "extends @nextcloud/browserslist-config" ] }