Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-20 11:06:56 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-20 14:52:39 +0300
commit90dcefb94f2110b4048400d7e4befc0f02178955 (patch)
tree33477b6913650c1c01eebbaaf73715cd08d65d03 /package.json
parent7f49a2cb63d979932890dd9fb296e9b8f27405cd (diff)
Move settings to main webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
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",