diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-20 09:06:56 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-02-20 12:52:39 +0100 |
commit | 90dcefb94f2110b4048400d7e4befc0f02178955 (patch) | |
tree | 33477b6913650c1c01eebbaaf73715cd08d65d03 /package.json | |
parent | 7f49a2cb63d979932890dd9fb296e9b8f27405cd (diff) | |
download | nextcloud-server-90dcefb94f2110b4048400d7e4befc0f02178955.tar.gz nextcloud-server-90dcefb94f2110b4048400d7e4befc0f02178955.zip |
Move settings to main webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/package.json b/package.json index 567a7a18dc5..6b8fc3639f8 100644 --- a/package.json +++ b/package.json @@ -30,23 +30,31 @@ "clipboard": "^2.0.4", "css-vars-ponyfill": "^1.16.4", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", - "dompurify": "^1.0.9", + "dompurify": "^1.0.10", "handlebars": "^4.1.0", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", "jquery": "^2.1.4", "jquery-migrate": "^1.4.1", "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.6", - "marked": "^0.6.0", + "lodash": "^4.17.11", + "marked": "^0.6.1", "moment": "^2.24.0", "nextcloud-axios": "^0.1.3", + "nextcloud-password-confirmation": "^0.4.1", "nextcloud-vue": "^0.6.3", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", "underscore": "^1.9.1", - "vue": "^2.6.6", "v-tooltip": "^2.0.0-rc.33", - "vue-click-outside": "^1.0.7" + "vue": "^2.6.6", + "vue-click-outside": "^1.0.7", + "vue-infinite-loading": "^2.4.3", + "vue-localstorage": "^0.6.2", + "vue-multiselect": "^2.1.3", + "vue-router": "^3.0.2", + "vuex": "^3.1.0", + "vuex-router-sync": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.3.3", |