Removed some not used dependencies

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-08-30 11:39:16 +02:00
parent 4c0a97b25d
commit 754c3350d8
No known key found for this signature in database
GPG key ID: F941078878347C0C
3 changed files with 10233 additions and 6 deletions

3
.gitignore vendored
View file

@ -9,7 +9,6 @@ js/*.svg
nbproject/
node_modules/
npm-debug.log
package-lock.json
Thumbs.db
yarn-error.log
*.cmd
@ -19,4 +18,4 @@ yarn-error.log
*.njsproj
*.sln
*.suo
.svn
.svn

10231
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,6 @@
"name": "Kameron Sheppard",
"role": "Quality Assurance"
}
],
"repository": {
"type": "git",
@ -68,13 +67,10 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"acorn": "^6.1.1",
"bootstrap": "^3.3.7",
"json2csv": "4.5.2",
"moment": "^2.23.0",
"nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.9.0",
"stylelint-scss": "^3.5.4",
"v-click-outside": "^2.0.2",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.8",
@ -115,6 +111,7 @@
"sass-loader": "^7.1.0",
"stylelint": "^9.9.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.5.4",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.1",