Browse Source

Remove unneeded files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v16.0.0alpha1
Julius Härtl 5 years ago
parent
commit
ca0624d79c
No account linked to committer's email address
2 changed files with 0 additions and 6281 deletions
  1. 0
    6245
      apps/files_sharing/package-lock.json
  2. 0
    36
      apps/files_sharing/package.json

+ 0
- 6245
apps/files_sharing/package-lock.json
File diff suppressed because it is too large
View File


+ 0
- 36
apps/files_sharing/package.json View File

@@ -1,36 +0,0 @@
{
"name": "files_sharing",
"version": "1.0.0",
"description": "File sharing in Nextcloud",
"main": "files_sharing.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"build": "webpack --progress --hide-modules --config webpack.prod.js",
"dev": "webpack --progress --watch --config webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.5.0",
"vue": "^2.5.17",
"vuex": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"babel-loader": "^8.0.2",
"css-loader": "^2.1.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.0",
"webpack-cli": "^3.1.1",
"webpack-merge": "^4.1.4"
}
}

Loading…
Cancel
Save