Newer
Older
{
"name": "nextcloud",
"version": "0.1.0",
"description": "Nextcloud Server",
"private": true,
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"watch": "NODE_ENV=development 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": {
"Select2": "git+https://github.com/select2/select2.git#3.4.8",
"css-vars-ponyfill": "^1.17.2",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",

Christoph Wurst
committed
"jquery-ui-dist": "^1.12.1",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
"vue-infinite-loading": "^2.4.3",
"vue-localstorage": "^0.6.2",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
"@babel/preset-env": "^7.4.3",
"handlebars-loader": "^1.7.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",