tasks/package.json

116 lines
3.2 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": {
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-05 07:47:34 +00:00
"cdav-library": "github:nextcloud/cdav-library#0d5be948bbe5682ac350f8534c4459885e5eb25d",
2018-11-17 10:58:40 +00:00
"ical.js": "~1.3.0",
2018-08-30 20:22:27 +00:00
"jstimezonedetect": "",
2019-01-06 20:36:12 +00:00
"linkifyjs": "~2.1.7",
2018-11-30 20:39:18 +00:00
"nextcloud-vue": "^0.4.6",
2018-12-26 16:43:53 +00:00
"p-limit": "^2.1.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-12-23 21:43:14 +00:00
"vue": "^2.5.21",
"vue-clipboard2": "^0.2.1",
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-12-23 21:43:14 +00:00
"@babel/core": "^7.2.2",
2018-12-23 21:22:03 +00:00
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
2018-12-06 21:00:49 +00:00
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2018-12-23 21:43:14 +00:00
"@babel/preset-env": "^7.2.3",
2018-12-29 16:04:28 +00:00
"@vue/test-utils": "^1.0.0-beta.28",
"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",
2019-01-05 07:47:34 +00:00
"babel-loader": "^8.0.5",
2018-12-26 16:43:53 +00:00
"css-loader": "^2.1.0",
2019-01-05 07:47:34 +00:00
"eslint": "^5.12.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",
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-01-05 07:47:34 +00:00
"eslint-plugin-vue": "^5.1.0",
2018-12-23 21:43:14 +00:00
"file-loader": "^3.0.1",
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-12-23 21:43:14 +00:00
"jsdom": "^13.1.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",
2018-12-11 06:51:30 +00:00
"raw-loader": "^1.0.0",
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-12-26 16:43:53 +00:00
"stylelint-scss": "^3.4.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",
2018-12-23 21:43:14 +00:00
"vue-jest": "^3.0.2",
2019-01-05 07:47:34 +00:00
"vue-loader": "^15.5.0",
2018-12-23 21:43:14 +00:00
"vue-template-compiler": "^2.5.21",
2018-12-29 16:04:28 +00:00
"webpack": "^4.28.3",
2019-01-05 07:47:34 +00:00
"webpack-cli": "^3.2.0",
"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
}