2014-03-28 23:11:56 +04:00
|
|
|
{
|
2018-08-30 23:22:27 +03:00
|
|
|
"name": "tasks",
|
|
|
|
"description": "Nextcloud - Tasks",
|
2020-11-12 00:34:20 +03:00
|
|
|
"version": "0.13.6",
|
2018-08-30 23:22:27 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Raimund Schlüßler",
|
|
|
|
"email": "raimund.schluessler@mailbox.org"
|
|
|
|
},
|
|
|
|
"license": "AGPLv3",
|
|
|
|
"private": true,
|
|
|
|
"homepage": "https://github.com/nextcloud/tasks",
|
|
|
|
"scripts": {
|
2020-10-14 00:39:13 +03:00
|
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
|
2019-05-23 11:22:25 +03:00
|
|
|
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
2018-08-30 23:22:27 +03:00
|
|
|
"lint": "eslint --ext .js,.vue src tests",
|
|
|
|
"lint:fix": "eslint --ext .js,.vue src tests --fix",
|
2020-07-22 23:49:05 +03:00
|
|
|
"stylelint": "stylelint 'css/src/**/*.scss'",
|
|
|
|
"stylelint:fix": "stylelint 'css/src/**/*.scss' --fix",
|
2018-08-31 18:19:00 +03:00
|
|
|
"test": "jest --verbose",
|
2018-11-23 23:28:04 +03:00
|
|
|
"svg_sprite": "svg-sprite --config svg-sprite-color.json img/src/color/*.svg && svg-sprite --config svg-sprite-bw.json img/src/bw/*.svg"
|
2018-08-30 23:22:27 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
|
|
|
"contributors": [],
|
|
|
|
"dependencies": {
|
2021-01-09 05:05:16 +03:00
|
|
|
"@nextcloud/axios": "^1.6.0",
|
2020-11-14 05:23:21 +03:00
|
|
|
"@nextcloud/dialogs": "^3.1.1",
|
2020-08-29 12:05:33 +03:00
|
|
|
"@nextcloud/event-bus": "^1.2.0",
|
2020-10-12 11:41:04 +03:00
|
|
|
"@nextcloud/initial-state": "1.2.0",
|
2020-04-20 23:16:47 +03:00
|
|
|
"@nextcloud/moment": "^1.1.1",
|
2020-09-06 00:03:54 +03:00
|
|
|
"@nextcloud/router": "^1.2.0",
|
2021-01-23 05:13:43 +03:00
|
|
|
"@nextcloud/vue": "^3.5.2",
|
2020-12-21 16:03:38 +03:00
|
|
|
"@vue/test-utils": "^1.1.2",
|
2019-09-08 14:59:27 +03:00
|
|
|
"cdav-library": "github:nextcloud/cdav-library",
|
2020-03-08 12:57:20 +03:00
|
|
|
"color-convert": "^2.0.1",
|
2020-04-30 11:42:20 +03:00
|
|
|
"debounce": "^1.2.0",
|
2020-04-05 09:14:48 +03:00
|
|
|
"ical.js": "~1.4.0",
|
2018-08-30 23:22:27 +03:00
|
|
|
"jstimezonedetect": "",
|
2020-05-24 13:09:25 +03:00
|
|
|
"linkify-it": "~3.0.2",
|
2020-03-07 18:26:47 +03:00
|
|
|
"linkifyjs": "~2.1.9",
|
2020-12-21 19:51:33 +03:00
|
|
|
"markdown-it": "~12.0.4",
|
2020-10-18 21:39:48 +03:00
|
|
|
"markdown-it-emoji": "~2.0.0",
|
2019-10-08 10:30:52 +03:00
|
|
|
"markdown-it-link-attributes": "~3.0.0",
|
2019-01-09 00:27:22 +03:00
|
|
|
"markdown-it-task-lists": "~2.1.1",
|
2020-08-08 04:14:57 +03:00
|
|
|
"md5": "^2.3.0",
|
2020-11-28 05:23:15 +03:00
|
|
|
"p-limit": "^3.1.0",
|
2020-10-25 22:20:33 +03:00
|
|
|
"p-queue": "^6.6.2",
|
2020-12-12 05:18:27 +03:00
|
|
|
"uuid": "^8.3.2",
|
2020-10-14 00:12:24 +03:00
|
|
|
"v-click-outside": "^3.1.2",
|
2021-01-09 05:17:22 +03:00
|
|
|
"v-tooltip": "^2.1.2",
|
2020-08-22 11:15:07 +03:00
|
|
|
"vue": "^2.6.12",
|
2019-09-03 04:29:48 +03:00
|
|
|
"vue-clipboard2": "^0.3.1",
|
2020-11-07 05:49:48 +03:00
|
|
|
"vue-router": "^3.4.9",
|
2020-10-25 22:17:44 +03:00
|
|
|
"vuedraggable": "^2.24.3",
|
2020-11-28 05:16:29 +03:00
|
|
|
"vuex": "^3.6.0",
|
2018-09-12 23:34:59 +03:00
|
|
|
"vuex-router-sync": "^5.0.0"
|
2018-08-30 23:22:27 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-12 05:22:58 +03:00
|
|
|
"@babel/core": "^7.12.10",
|
2020-10-25 22:23:42 +03:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
2020-01-19 05:16:31 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2020-12-19 05:22:03 +03:00
|
|
|
"@babel/preset-env": "^7.12.11",
|
2020-03-07 18:26:47 +03:00
|
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
2020-07-11 04:20:52 +03:00
|
|
|
"@nextcloud/eslint-config": "^2.2.0",
|
2020-10-12 11:41:12 +03:00
|
|
|
"@nextcloud/eslint-plugin": "^1.5.0",
|
2018-11-03 00:20:56 +03:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2020-03-01 15:46:16 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-11-07 10:48:20 +03:00
|
|
|
"babel-jest": "^26.6.3",
|
2020-11-28 05:19:36 +03:00
|
|
|
"babel-loader": "^8.2.2",
|
2020-11-07 05:51:39 +03:00
|
|
|
"css-loader": "^5.0.1",
|
2019-12-23 14:11:49 +03:00
|
|
|
"eslint": "^6.8.0",
|
2020-03-30 15:58:53 +03:00
|
|
|
"eslint-config-standard": "^14.1.1",
|
2018-08-30 23:22:27 +03:00
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
2020-04-26 04:19:20 +03:00
|
|
|
"eslint-loader": "^4.0.2",
|
2020-10-03 20:12:45 +03:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2020-03-30 18:43:34 +03:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2019-06-26 04:22:20 +03:00
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
2020-11-14 05:16:31 +03:00
|
|
|
"eslint-plugin-standard": "^4.1.0",
|
2020-03-15 05:23:00 +03:00
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
2020-10-31 05:20:09 +03:00
|
|
|
"file-loader": "^6.2.0",
|
2020-11-07 11:01:17 +03:00
|
|
|
"jest": "^26.6.3",
|
2020-03-15 05:21:49 +03:00
|
|
|
"jest-environment-jsdom-sixteen": "^1.0.3",
|
2018-08-30 23:22:27 +03:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2020-05-24 13:08:49 +03:00
|
|
|
"mockdate": "^3.0.2",
|
2020-11-07 05:44:02 +03:00
|
|
|
"node-sass": "^5.0.0",
|
2020-11-28 05:22:01 +03:00
|
|
|
"prettier-eslint": "^12.0.0",
|
2020-10-18 21:32:09 +03:00
|
|
|
"raw-loader": "^4.0.2",
|
2021-01-16 05:04:17 +03:00
|
|
|
"sass-loader": "^10.1.1",
|
2021-01-23 05:12:15 +03:00
|
|
|
"stylelint": "^13.9.0",
|
2020-02-02 05:20:37 +03:00
|
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
2020-06-21 09:31:10 +03:00
|
|
|
"stylelint-scss": "^3.18.0",
|
2020-10-18 21:13:14 +03:00
|
|
|
"stylelint-webpack-plugin": "^2.1.1",
|
2018-11-03 00:38:28 +03:00
|
|
|
"svg-sprite": "^1.5.0",
|
2020-10-18 20:03:26 +03:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2020-09-19 22:22:59 +03:00
|
|
|
"vue-jest": "^3.0.7",
|
2020-12-19 05:20:41 +03:00
|
|
|
"vue-loader": "^15.9.6",
|
2020-08-22 11:15:07 +03:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
2021-01-16 05:03:01 +03:00
|
|
|
"webpack": "^4.46.0",
|
2021-01-23 05:10:57 +03:00
|
|
|
"webpack-cli": "^4.4.0",
|
2020-12-27 22:53:45 +03:00
|
|
|
"webpack-merge": "^5.7.3"
|
2018-08-30 23:22:27 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-11-03 11:28:09 +03:00
|
|
|
"node": ">=10.0.0"
|
2018-08-30 23:22:27 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
2020-02-02 22:51:03 +03:00
|
|
|
"^@/(.*)$": "<rootDir>/src/$1",
|
|
|
|
"^Assets/(.*)$": "<rootDir>/src/assets/$1",
|
|
|
|
"^Components/(.*)$": "<rootDir>/src/components/$1",
|
|
|
|
"^Directives/(.*)$": "<rootDir>/src/directives/$1",
|
|
|
|
"^Fonts/(.*)$": "<rootDir>/src/fonts/$1",
|
|
|
|
"^Mixins/(.*)$": "<rootDir>/src/mixins/$1",
|
|
|
|
"^Models/(.*)$": "<rootDir>/src/models/$1",
|
|
|
|
"^Store/(.*)$": "<rootDir>/src/store/$1",
|
|
|
|
"^Utils/(.*)$": "<rootDir>/src/utils/$1"
|
2018-08-30 23:22:27 +03:00
|
|
|
},
|
2020-01-31 17:21:59 +03:00
|
|
|
"testEnvironment": "jest-environment-jsdom-sixteen",
|
2018-08-30 23:22:27 +03:00
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
|
|
],
|
2019-10-28 11:57:15 +03:00
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"./tests/javascript/unit/setup.js"
|
|
|
|
],
|
2019-06-12 22:27:23 +03:00
|
|
|
"coverageDirectory": "./coverage/",
|
2018-08-30 23:22:27 +03:00
|
|
|
"collectCoverage": true,
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"<rootDir>/src/**/*.{js,vue}",
|
2018-11-17 13:58:40 +03:00
|
|
|
"!**/node_modules/**"
|
2018-08-30 23:22:27 +03:00
|
|
|
],
|
|
|
|
"coverageReporters": [
|
|
|
|
"json",
|
|
|
|
"text",
|
2019-06-12 22:27:23 +03:00
|
|
|
"html",
|
|
|
|
"lcov",
|
|
|
|
"clover"
|
2018-08-30 23:22:27 +03:00
|
|
|
]
|
2019-09-02 23:03:37 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2020-03-07 18:26:47 +03:00
|
|
|
"extends @nextcloud/browserslist-config"
|
2019-09-02 23:03:37 +03:00
|
|
|
]
|
2014-03-28 23:11:56 +04:00
|
|
|
}
|