summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-11 15:18:59 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-11 15:20:11 +0200
commit653ecc702c5127dc7305ef61c7865c3af07da9c7 (patch)
treef5e049a0cf061d42990aada8a90dfd1ce5d69723 /package.json
parentfae8cc1f65f07c2af7aa4ac2fea0b688f0c44c91 (diff)
parent0bbec9851078f546e2425ca907bae0b594d4cc56 (diff)
Merge branch 'vue' of https://github.com/nextcloud/contacts into vue-datetime
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index b2fb222f..0cfa6e60 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,8 @@
"build": "webpack --progress --hide-modules --config webpack.prod.js",
"lint": "eslint --ext .js,.vue src tests",
"lint:fix": "eslint --ext .js,.vue src tests --fix",
+ "stylelint": "stylelint src",
+ "stylelint:fix": "stylelint src --fix",
"test": "jest",
"test:coverage": "jest --coverage"
},
@@ -20,6 +22,7 @@
"cdav-library": "github:nextcloud/cdav-library#develop",
"debounce": "^1.2.0",
"ical.js": "^1.2.2",
+ "nextcloud-vue": "^0.1.0",
"moment": "^2.22.2",
"uuid": "^3.3.2",
"v-tooltip": "^2.0.0-rc.33",
@@ -45,7 +48,7 @@
"@babel/preset-env": "^7.0.0",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-eslint": "^8.2.5",
- "babel-jest": "^23.4.2",
+ "babel-jest": "^23.6.0",
"babel-loader": "^8.0.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
@@ -58,7 +61,7 @@
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1.11",
- "jest": "^23.5.0",
+ "jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^4.9.3",
"prettier-eslint": "^8.8.2",
@@ -71,7 +74,7 @@
"vue-jest": "^2.6.0",
"vue-loader": "^15.4.1",
"vue-template-compiler": "^2.5.17",
- "webpack": "^4.17.2",
+ "webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
},