9c6f305b70
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.8.0 to 24.9.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v24.9.0/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
125 lines
3.5 KiB
JSON
125 lines
3.5 KiB
JSON
{
|
|
"name": "tasks",
|
|
"description": "Nextcloud - Tasks",
|
|
"version": "0.11.1",
|
|
"author": {
|
|
"name": "Raimund Schlüßler",
|
|
"email": "raimund.schluessler@mailbox.org"
|
|
},
|
|
"license": "AGPLv3",
|
|
"private": true,
|
|
"homepage": "https://github.com/nextcloud/tasks",
|
|
"scripts": {
|
|
"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",
|
|
"lint": "eslint --ext .js,.vue src tests",
|
|
"lint:fix": "eslint --ext .js,.vue src tests --fix",
|
|
"test": "jest --verbose",
|
|
"svg_sprite": "svg-sprite --config svg-sprite-color.json img/src/color/*.svg && svg-sprite --config svg-sprite-bw.json img/src/bw/*.svg"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
|
},
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
|
"contributors": [],
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"cdav-library": "github:nextcloud/cdav-library#ee651f4f6c7c53140510ca165deac8e0d9373106",
|
|
"ical.js": "~1.3.0",
|
|
"jstimezonedetect": "",
|
|
"linkify-it": "~2.2.0",
|
|
"linkifyjs": "~2.1.8",
|
|
"markdown-it": "~9.1.0",
|
|
"markdown-it-emoji": "~1.4.0",
|
|
"markdown-it-link-attributes": "~2.1.0",
|
|
"markdown-it-task-lists": "~2.1.1",
|
|
"nextcloud-vue": "^0.12.1",
|
|
"p-limit": "^2.2.0",
|
|
"p-queue": "^6.1.1",
|
|
"uuid": "^3.3.2",
|
|
"v-tooltip": "2.0.2",
|
|
"vue": "^2.6.10",
|
|
"vue-clipboard2": "^0.3.0",
|
|
"vue-router": "3.1.2",
|
|
"vuedraggable": "^2.23.0",
|
|
"vuex": "^3.1.1",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.2.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-standard": "^13.0.1",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^2.2.1",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-node": "^9.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"file-loader": "^4.2.0",
|
|
"jest": "^24.9.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"jsdom": "^15.1.1",
|
|
"jsdom-global": "^3.0.2",
|
|
"node-sass": "^4.12.0",
|
|
"moment": "^2.24.0",
|
|
"prettier-eslint": "^9.0.0",
|
|
"raw-loader": "^3.1.0",
|
|
"sass-loader": "^7.2.0",
|
|
"stylelint": "^10.1.0",
|
|
"stylelint-config-recommended-scss": "^3.3.0",
|
|
"stylelint-scss": "^3.9.3",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"svg-sprite": "^1.5.0",
|
|
"vue-click-outside": "^1.0.7",
|
|
"vue-jest": "^3.0.4",
|
|
"vue-loader": "^15.7.1",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.39.2",
|
|
"webpack-cli": "^3.3.7",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"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"
|
|
],
|
|
"coverageDirectory": "./coverage/",
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"<rootDir>/src/**/*.{js,vue}",
|
|
"!**/node_modules/**"
|
|
],
|
|
"coverageReporters": [
|
|
"json",
|
|
"text",
|
|
"html",
|
|
"lcov",
|
|
"clover"
|
|
]
|
|
}
|
|
}
|