2014-03-28 19:11:56 +00:00
|
|
|
{
|
2018-08-30 20:22:27 +00:00
|
|
|
"name": "tasks",
|
|
|
|
"description": "Nextcloud - Tasks",
|
|
|
|
"version": "0.9.7",
|
|
|
|
"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",
|
|
|
|
"svg_sprite": "svg-sprite --config svg-sprite.json img/src/**/*.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": {
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"ical.js": "~1.2.2",
|
|
|
|
"jstimezonedetect": "",
|
|
|
|
"ui-select": "git+https://github.com/angular-ui/ui-select.git#v0.19.8",
|
2018-09-09 19:44:31 +00:00
|
|
|
"v-tooltip": "2.0.0-rc.33",
|
2018-08-30 20:22:27 +00:00
|
|
|
"vue": "^2.5.17",
|
|
|
|
"vue-router": "3.0.1",
|
|
|
|
"vuex": "^3.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vue/test-utils": "^1.0.0-beta.24",
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-eslint": "^8.2.5",
|
|
|
|
"babel-jest": "^23.4.2",
|
|
|
|
"babel-loader": "^7.1.4",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"css-loader": "^1.0.0",
|
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-standard": "^11.0.0",
|
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
|
|
"eslint-loader": "^2.0.0",
|
|
|
|
"eslint-plugin-import": "^2.13.0",
|
|
|
|
"eslint-plugin-node": "^6.0.1",
|
|
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
|
|
"eslint-plugin-vue": "^4.5.0",
|
|
|
|
"file-loader": "^1.1.11",
|
|
|
|
"jest": "^23.5.0",
|
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2018-09-01 16:59:46 +00:00
|
|
|
"jsdom": "^11.12.0",
|
|
|
|
"jsdom-global": "^3.0.2",
|
2018-09-05 20:40:15 +00:00
|
|
|
"node-sass": "^4.9.3",
|
2018-08-30 20:22:27 +00:00
|
|
|
"prettier-eslint": "^8.8.2",
|
|
|
|
"raw-loader": "^0.5.1",
|
|
|
|
"sass-loader": "^7.0.3",
|
|
|
|
"stylelint": "^8.4.0",
|
|
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
|
|
"stylelint-scss": "^3.1.3",
|
|
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
2018-08-31 15:19:00 +00:00
|
|
|
"svg-sprite": "^1.4.0",
|
2018-09-04 19:21:33 +00:00
|
|
|
"vue-click-outside": "^1.0.7",
|
2018-08-30 20:22:27 +00:00
|
|
|
"vue-jest": "^2.6.0",
|
|
|
|
"vue-loader": "^15.4.1",
|
|
|
|
"vue-template-compiler": "^2.5.17",
|
|
|
|
"webpack": "^4.17.1",
|
|
|
|
"webpack-cli": "^3.1.0",
|
2018-08-31 15:19:00 +00:00
|
|
|
"webpack-merge": "^4.1.4"
|
2018-08-30 20:22:27 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
|
|
|
"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-09-01 16:59:46 +00:00
|
|
|
"!<rootDir>/src/vendor_legacy/**",
|
2018-08-30 20:22:27 +00:00
|
|
|
"!**/node_modules/**",
|
|
|
|
"!**/vendor/**"
|
|
|
|
],
|
|
|
|
"coverageReporters": [
|
|
|
|
"json",
|
|
|
|
"text",
|
|
|
|
"html"
|
|
|
|
]
|
|
|
|
}
|
2014-03-28 19:11:56 +00:00
|
|
|
}
|