59de7df10b
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
147 lines
4.2 KiB
JSON
147 lines
4.2 KiB
JSON
{
|
|
"name": "tasks",
|
|
"description": "Nextcloud - Tasks",
|
|
"version": "0.12.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": {
|
|
"@nextcloud/axios": "^1.3.1",
|
|
"@nextcloud/vue": "1.4.0",
|
|
"@vue/test-utils": "^1.0.0-beta.31",
|
|
"cdav-library": "github:nextcloud/cdav-library",
|
|
"color-convert": "^2.0.1",
|
|
"ical.js": "~1.3.0",
|
|
"jstimezonedetect": "",
|
|
"linkify-it": "~2.2.0",
|
|
"linkifyjs": "~2.1.9",
|
|
"markdown-it": "~10.0.0",
|
|
"markdown-it-emoji": "~1.4.0",
|
|
"markdown-it-link-attributes": "~3.0.0",
|
|
"markdown-it-task-lists": "~2.1.1",
|
|
"md5": "^2.2.1",
|
|
"moment": "^2.24.0",
|
|
"p-limit": "^2.2.2",
|
|
"p-queue": "^6.3.0",
|
|
"uuid": "^7.0.2",
|
|
"v-tooltip": "2.0.3",
|
|
"vue": "^2.6.11",
|
|
"vue-click-outside": "^1.0.7",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-router": "3.1.6",
|
|
"vuedraggable": "^2.23.2",
|
|
"vuex": "^3.1.2",
|
|
"vuex-router-sync": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^1.1.0",
|
|
"@nextcloud/eslint-plugin": "^1.1.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^25.1.0",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.4.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-loader": "^3.0.3",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.1",
|
|
"file-loader": "^5.1.0",
|
|
"jest": "^25.1.0",
|
|
"jest-environment-jsdom-sixteen": "^1.0.2",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"mockdate": "2.0.5",
|
|
"moment": "^2.24.0",
|
|
"node-sass": "^4.13.1",
|
|
"prettier-eslint": "^9.0.1",
|
|
"raw-loader": "^4.0.0",
|
|
"sass-loader": "^8.0.2",
|
|
"stylelint": "^13.2.0",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-scss": "^3.14.2",
|
|
"stylelint-webpack-plugin": "^1.2.3",
|
|
"svg-sprite": "^1.5.0",
|
|
"terser-webpack-plugin": "^2.3.5",
|
|
"vue-jest": "^3.0.5",
|
|
"vue-loader": "^15.9.0",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.42.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<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"
|
|
},
|
|
"testEnvironment": "jest-environment-jsdom-sixteen",
|
|
"transform": {
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
|
|
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
|
|
},
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"./tests/javascript/unit/setup.js"
|
|
],
|
|
"coverageDirectory": "./coverage/",
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"<rootDir>/src/**/*.{js,vue}",
|
|
"!**/node_modules/**"
|
|
],
|
|
"coverageReporters": [
|
|
"json",
|
|
"text",
|
|
"html",
|
|
"lcov",
|
|
"clover"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
]
|
|
}
|