2014-03-28 19:11:56 +00:00
|
|
|
{
|
2018-08-30 20:22:27 +00:00
|
|
|
"name": "tasks",
|
|
|
|
"description": "Nextcloud - Tasks",
|
2019-05-09 18:27:13 +00:00
|
|
|
"version": "0.10.1",
|
2018-08-30 20:22:27 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Raimund Schlüßler",
|
|
|
|
"email": "raimund.schluessler@mailbox.org"
|
|
|
|
},
|
|
|
|
"license": "AGPLv3",
|
|
|
|
"private": true,
|
|
|
|
"homepage": "https://github.com/nextcloud/tasks",
|
|
|
|
"scripts": {
|
2019-05-23 08:22:25 +00:00
|
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
|
|
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
2018-08-30 20:22:27 +00:00
|
|
|
"lint": "eslint --ext .js,.vue src tests",
|
|
|
|
"lint:fix": "eslint --ext .js,.vue src tests --fix",
|
2018-08-31 15:19:00 +00:00
|
|
|
"test": "jest --verbose",
|
2018-11-23 20:28:04 +00: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 20:22:27 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
|
|
|
"contributors": [],
|
|
|
|
"dependencies": {
|
2019-04-29 01:24:02 +00:00
|
|
|
"@babel/polyfill": "^7.4.4",
|
2019-05-31 01:22:38 +00:00
|
|
|
"axios": "^0.19.0",
|
2019-05-22 13:05:05 +00:00
|
|
|
"cdav-library": "github:nextcloud/cdav-library#ed16bf4c57010afa8b27320006f8dfc839e2178b",
|
2018-11-17 10:58:40 +00:00
|
|
|
"ical.js": "~1.3.0",
|
2018-08-30 20:22:27 +00:00
|
|
|
"jstimezonedetect": "",
|
2019-01-30 02:22:11 +00:00
|
|
|
"linkifyjs": "~2.1.8",
|
2019-01-08 21:27:22 +00:00
|
|
|
"markdown-it": "~8.4.2",
|
|
|
|
"markdown-it-emoji": "~1.4.0",
|
|
|
|
"markdown-it-link-attributes": "~2.1.0",
|
|
|
|
"markdown-it-task-lists": "~2.1.1",
|
|
|
|
"linkify-it": "~2.1.0",
|
2019-06-03 01:27:36 +00:00
|
|
|
"nextcloud-vue": "^0.11.4",
|
2019-03-04 02:17:35 +00:00
|
|
|
"p-limit": "^2.2.0",
|
2019-06-09 20:58:40 +00:00
|
|
|
"p-queue": "^6.0.2",
|
2018-11-05 19:58:06 +00:00
|
|
|
"uuid": "^3.3.2",
|
2019-04-29 01:21:47 +00:00
|
|
|
"v-tooltip": "2.0.2",
|
2019-03-21 07:01:36 +00:00
|
|
|
"vue": "^2.6.10",
|
2019-02-12 02:32:31 +00:00
|
|
|
"vue-clipboard2": "^0.3.0",
|
2019-04-18 01:21:15 +00:00
|
|
|
"vue-router": "3.0.6",
|
2019-05-21 01:25:59 +00:00
|
|
|
"vuedraggable": "^2.21.0",
|
2019-05-09 01:23:00 +00:00
|
|
|
"vuex": "^3.1.1",
|
2018-09-12 20:34:59 +00:00
|
|
|
"vuex-router-sync": "^5.0.0"
|
2018-08-30 20:22:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-22 01:20:58 +00:00
|
|
|
"@babel/core": "^7.4.5",
|
2019-04-29 08:03:05 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
2018-12-06 21:00:49 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
2019-05-22 01:20:10 +00:00
|
|
|
"@babel/preset-env": "^7.4.5",
|
2019-02-04 02:20:07 +00:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
2018-11-02 21:20:56 +00:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2019-06-18 01:29:40 +00:00
|
|
|
"babel-eslint": "^10.0.2",
|
2019-05-06 01:20:34 +00:00
|
|
|
"babel-jest": "^24.8.0",
|
2019-05-13 01:21:24 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-06-12 01:22:09 +00:00
|
|
|
"css-loader": "^3.0.0",
|
2019-04-01 01:24:35 +00:00
|
|
|
"eslint": "^5.16.0",
|
2018-11-03 05:48:12 +00:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
2018-08-30 20:22:27 +00:00
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
2019-02-05 18:56:27 +00:00
|
|
|
"eslint-loader": "^2.1.2",
|
2019-05-27 01:20:50 +00:00
|
|
|
"eslint-plugin-import": "^2.17.3",
|
2019-05-24 01:28:05 +00:00
|
|
|
"eslint-plugin-node": "^9.1.0",
|
2019-04-02 01:21:51 +00:00
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
2018-11-03 05:48:12 +00:00
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2019-02-19 02:17:24 +00:00
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
2019-06-06 01:19:41 +00:00
|
|
|
"file-loader": "^4.0.0",
|
2019-05-06 01:19:50 +00:00
|
|
|
"jest": "^24.8.0",
|
2018-08-30 20:22:27 +00:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2019-05-29 01:25:39 +00:00
|
|
|
"jsdom": "^15.1.1",
|
2018-09-01 16:59:46 +00:00
|
|
|
"jsdom-global": "^3.0.2",
|
2019-04-29 01:25:34 +00:00
|
|
|
"node-sass": "^4.12.0",
|
2019-04-22 19:38:52 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-06-17 01:20:09 +00:00
|
|
|
"prettier-eslint": "^9.0.0",
|
2019-06-06 01:20:31 +00:00
|
|
|
"raw-loader": "^3.0.0",
|
2018-11-17 10:58:40 +00:00
|
|
|
"sass-loader": "^7.1.0",
|
2019-06-09 20:59:35 +00:00
|
|
|
"stylelint": "^10.1.0",
|
2019-04-22 01:19:49 +00:00
|
|
|
"stylelint-config-recommended-scss": "^3.3.0",
|
2019-06-03 01:28:32 +00:00
|
|
|
"stylelint-scss": "^3.8.0",
|
2018-08-30 20:22:27 +00:00
|
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
2018-11-02 21:38:28 +00:00
|
|
|
"svg-sprite": "^1.5.0",
|
2018-09-04 19:21:33 +00:00
|
|
|
"vue-click-outside": "^1.0.7",
|
2019-03-05 02:19:57 +00:00
|
|
|
"vue-jest": "^3.0.4",
|
2019-03-01 06:54:44 +00:00
|
|
|
"vue-loader": "^15.7.0",
|
2019-03-21 07:01:36 +00:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2019-06-21 01:16:21 +00:00
|
|
|
"webpack": "^4.35.0",
|
2019-06-24 01:26:53 +00:00
|
|
|
"webpack-cli": "^3.3.5",
|
2019-01-05 07:47:34 +00:00
|
|
|
"webpack-merge": "^4.2.1"
|
2018-08-30 20:22:27 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-11-03 08:28:09 +00:00
|
|
|
"node": ">=10.0.0"
|
2018-08-30 20:22:27 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
},
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
|
|
},
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
|
|
],
|
2019-06-12 19:27:23 +00:00
|
|
|
"coverageDirectory": "./coverage/",
|
2018-08-30 20:22:27 +00:00
|
|
|
"collectCoverage": true,
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"<rootDir>/src/**/*.{js,vue}",
|
2018-11-17 10:58:40 +00:00
|
|
|
"!**/node_modules/**"
|
2018-08-30 20:22:27 +00:00
|
|
|
],
|
|
|
|
"coverageReporters": [
|
|
|
|
"json",
|
|
|
|
"text",
|
2019-06-12 19:27:23 +00:00
|
|
|
"html",
|
|
|
|
"lcov",
|
|
|
|
"clover"
|
2018-08-30 20:22:27 +00:00
|
|
|
]
|
|
|
|
}
|
2014-03-28 19:11:56 +00:00
|
|
|
}
|