summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index f5f48e1b..2c28d152 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",
"uuid": "^3.3.2",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.17",