tasks/package.json

113 lines
3 KiB
JSON
Raw Normal View History

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-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": {
"@babel/polyfill": "^7.0.0",
2018-08-30 20:22:27 +00:00
"axios": "^0.18.0",
2018-11-06 20:13:39 +00:00
"cdav-library": "github:nextcloud/cdav-library",
2018-11-17 10:58:40 +00:00
"ical.js": "~1.3.0",
2018-08-30 20:22:27 +00:00
"jstimezonedetect": "",
2018-11-30 20:39:18 +00:00
"nextcloud-vue": "^0.4.6",
2018-11-01 19:06:41 +00:00
"p-limit": "^2.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",
2018-08-30 20:22:27 +00:00
"vue": "^2.5.17",
2018-11-27 07:44:18 +00:00
"vue-router": "3.0.2",
2018-09-12 20:34:59 +00:00
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
2018-08-30 20:22:27 +00:00
},
"devDependencies": {
2018-11-17 10:58:40 +00:00
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
2018-11-17 10:58:40 +00:00
"@babel/preset-env": "^7.1.6",
2018-11-27 07:44:18 +00:00
"@vue/test-utils": "^1.0.0-beta.26",
"babel-core": "^7.0.0-bridge.0",
2018-11-03 05:48:12 +00:00
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
2018-11-17 10:58:40 +00:00
"eslint": "^5.9.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",
2018-11-03 05:48:12 +00:00
"eslint-loader": "^2.1.1",
2018-11-17 10:58:40 +00:00
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
2018-11-03 05:48:12 +00:00
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
2018-11-17 10:58:40 +00:00
"eslint-plugin-vue": "^4.7.1",
2018-11-03 05:48:12 +00:00
"file-loader": "^2.0.0",
2018-11-17 10:58:40 +00:00
"jest": "^23.6.0",
2018-08-30 20:22:27 +00:00
"jest-serializer-vue": "^2.0.2",
2018-11-03 05:48:12 +00:00
"jsdom": "^13.0.0",
2018-09-01 16:59:46 +00:00
"jsdom-global": "^3.0.2",
2018-11-17 10:58:40 +00:00
"node-sass": "^4.10.0",
2018-08-30 20:22:27 +00:00
"prettier-eslint": "^8.8.2",
"raw-loader": "^0.5.1",
2018-11-17 10:58:40 +00:00
"sass-loader": "^7.1.0",
2018-11-29 06:25:18 +00:00
"stylelint": "^9.9.0",
2018-08-30 20:22:27 +00:00
"stylelint-config-recommended-scss": "^3.2.0",
2018-11-17 10:58:40 +00:00
"stylelint-scss": "^3.4.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",
2018-11-27 07:44:18 +00:00
"vue-jest": "^3.0.1",
2018-11-02 21:38:28 +00:00
"vue-loader": "^15.4.2",
2018-08-30 20:22:27 +00:00
"vue-template-compiler": "^2.5.17",
2018-11-27 07:44:18 +00:00
"webpack": "^4.26.1",
2018-11-02 21:38:28 +00:00
"webpack-cli": "^3.1.2",
2018-08-31 15:19:00 +00:00
"webpack-merge": "^4.1.4"
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
}