{ "name": "nextcloud", "version": "0.1.0", "description": "Nextcloud Server", "private": true, "directories": { "lib": "lib", "test": "tests" }, "scripts": { "build": "webpack --progress --hide-modules --config webpack.prod.js", "dev": "webpack --progress --watch --config webpack.dev.js" }, "repository": { "type": "git", "url": "https://github.com/nextcloud/server.git" }, "keywords": [ "nextcloud" ], "license": "AGPL-3.0-or-later", "dependencies": { "@babel/polyfill": "^7.2.5", "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", "backbone": "^1.3.3", "blueimp-md5": "^2.10.0", "bootstrap": "^3.4.0", "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", "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", "moment": "^2.24.0", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", "underscore": "^1.9.1" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.3.1", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", "exports-loader": "^0.7.0", "handlebars-loader": "^1.7.1", "node-sass": "^4.11.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "url-loader": "^1.1.2", "webpack": "^4.29.3", "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } }