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",
"blueimp-md5": "^2.12.0",
"css-vars-ponyfill": "^2.1.1",
"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",
"nextcloud-axios": "^0.2.1",
"nextcloud-vue": "^0.12.2",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
"vue-infinite-loading": "^2.4.4",
"@babel/preset-env": "^7.5.5",
"handlebars-loader": "^1.7.1",
"style-loader": "^1.0.0",
"webpack-merge": "^4.2.2"
},
"browserslist": [
"extends browserslist-config-nextcloud"
]