summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-09-11 15:12:16 +0200
committerGitHub <noreply@github.com>2018-09-11 15:12:16 +0200
commit0bbec9851078f546e2425ca907bae0b594d4cc56 (patch)
tree299568e0db0c1bb240de35d7a5d19f3b1b84d7f6 /package.json
parentc8d809c4dc00ddb72bb300357c69c71c58cf0e20 (diff)
parente05430b93cc823a68c17274ce177b3dee5c031a3 (diff)
Merge pull request #624 from nextcloud/nc-npm
Move to nextcloud components
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",