2014-03-28 19:11:56 +00:00
|
|
|
{
|
2018-08-30 20:22:27 +00:00
|
|
|
"name": "tasks",
|
|
|
|
"description": "Nextcloud - Tasks",
|
2019-02-12 13:27:41 +00:00
|
|
|
"version": "0.10.0-alpha1",
|
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": {
|
2018-08-31 15:19:00 +00:00
|
|
|
"dev": "npm run svg_sprite && webpack --config webpack.dev.js",
|
|
|
|
"watch": "webpack --progress --watch --config webpack.dev.js",
|
|
|
|
"build": "npm run svg_sprite && webpack --progress --hide-modules --config webpack.prod.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": {
|
2018-12-23 21:43:14 +00:00
|
|
|
"@babel/polyfill": "^7.2.5",
|
2018-08-30 20:22:27 +00:00
|
|
|
"axios": "^0.18.0",
|
2019-01-19 07:50:30 +00:00
|
|
|
"cdav-library": "github:nextcloud/cdav-library#c27587a4fdb318d10ef329548d146755964e6672",
|
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-03-18 02:22:04 +00:00
|
|
|
"nextcloud-vue": "^0.9.2",
|
2019-03-04 02:17:35 +00:00
|
|
|
"p-limit": "^2.2.0",
|
2019-03-11 02:21:51 +00:00
|
|
|
"p-queue": "^4.0.0",
|
2018-11-05 19:58:06 +00:00
|
|
|
"uuid": "^3.3.2",
|
2018-09-09 19:44:31 +00:00
|
|
|
"v-tooltip": "2.0.0-rc.33",
|
2019-03-15 02:16:27 +00:00
|
|
|
"vue": "^2.6.9",
|
2019-02-12 02:32:31 +00:00
|
|
|
"vue-clipboard2": "^0.3.0",
|
2018-11-27 07:44:18 +00:00
|
|
|
"vue-router": "3.0.2",
|
2019-01-19 07:50:30 +00:00
|
|
|
"vuex": "^3.1.0",
|
2018-09-12 20:34:59 +00:00
|
|
|
"vuex-router-sync": "^5.0.0"
|
2018-08-30 20:22:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-02-26 08:10:25 +00:00
|
|
|
"@babel/core": "^7.3.4",
|
2019-02-26 02:19:39 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
2018-12-06 21:00:49 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
2019-02-26 08:20:24 +00:00
|
|
|
"@babel/preset-env": "^7.3.4",
|
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",
|
2018-11-03 05:48:12 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-03-13 02:20:59 +00:00
|
|
|
"babel-jest": "^24.5.0",
|
2019-01-05 07:47:34 +00:00
|
|
|
"babel-loader": "^8.0.5",
|
2019-03-08 02:19:03 +00:00
|
|
|
"css-loader": "^2.1.1",
|
2019-03-19 05:36:52 +00:00
|
|
|
"eslint": "^5.15.3",
|
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-01-30 02:21:49 +00:00
|
|
|
"eslint-plugin-import": "^2.16.0",
|
2019-01-05 07:47:34 +00:00
|
|
|
"eslint-plugin-node": "^8.0.1",
|
2018-11-03 05:48:12 +00:00
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2019-02-19 02:17:24 +00:00
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
2018-12-23 21:43:14 +00:00
|
|
|
"file-loader": "^3.0.1",
|
2019-03-13 02:22:23 +00:00
|
|
|
"jest": "^24.5.0",
|
2018-08-30 20:22:27 +00:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2019-03-11 02:22:47 +00:00
|
|
|
"jsdom": "^14.0.0",
|
2018-09-01 16:59:46 +00:00
|
|
|
"jsdom-global": "^3.0.2",
|
2018-12-11 06:51:30 +00:00
|
|
|
"node-sass": "^4.11.0",
|
2018-08-30 20:22:27 +00:00
|
|
|
"prettier-eslint": "^8.8.2",
|
2019-03-19 02:17:05 +00:00
|
|
|
"raw-loader": "^2.0.0",
|
2018-11-17 10:58:40 +00:00
|
|
|
"sass-loader": "^7.1.0",
|
2019-01-25 19:49:37 +00:00
|
|
|
"stylelint": "^9.10.1",
|
2018-08-30 20:22:27 +00:00
|
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
2019-02-25 02:18:29 +00:00
|
|
|
"stylelint-scss": "^3.5.4",
|
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-15 02:16:27 +00:00
|
|
|
"vue-template-compiler": "^2.6.9",
|
2019-03-01 02:20:04 +00:00
|
|
|
"webpack": "^4.29.6",
|
2019-03-18 02:20:37 +00:00
|
|
|
"webpack-cli": "^3.3.0",
|
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"
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"html"
|
|
|
|
]
|
|
|
|
}
|
2014-03-28 19:11:56 +00:00
|
|
|
}
|