1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-27 10:46:02 +02:00

cleanup package.json

This commit is contained in:
Kyle Spearrin 2018-04-14 09:52:13 -04:00
parent 3b0726ba70
commit 809f9b9cde
2 changed files with 7 additions and 2985 deletions

2970
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,6 @@
"devDependencies": {
"@angular/compiler-cli": "5.2.0",
"@ngtools/webpack": "1.10.2",
"@types/angular": "^1.6.34",
"@types/chrome": "0.0.51",
"@types/jasmine": "^2.8.2",
"@types/jquery": "^3.2.16",
@ -34,28 +33,18 @@
"@types/safari-extension-content": "^0.0.14",
"@types/tldjs": "1.7.1",
"@types/webcrypto": "^0.0.28",
"angular": "1.6.9",
"angular2-template-loader": "^0.6.2",
"angular-animate": "1.6.9",
"angular-sweetalert": "1.1.2",
"angular-toastr": "2.1.1",
"angulartics": "1.4.0",
"angulartics-google-analytics": "0.4.0",
"bootstrap": "3.3.7",
"clean-webpack-plugin": "^0.1.17",
"clipboard": "1.7.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.4",
"css-loader": "^0.28.7",
"del": "3.0.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"font-awesome": "4.7.0",
"gulp": "3.9.1",
"gulp-filter": "5.0.1",
"gulp-google-webfonts": "0.0.14",
"gulp-if": "^2.0.2",
"gulp-jshint": "2.0.4",
"gulp-json-editor": "2.2.1",
"gulp-replace": "^0.6.1",
"gulp-xmlpoke": "0.2.1",
@ -72,20 +61,13 @@
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-typescript": "^3.0.8",
"less": "^3.0.0-alpha.3",
"less-loader": "^4.0.5",
"ng-infinite-scroll": "1.3.0",
"ngclipboard": "1.1.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"sweetalert": "2.1.0",
"tldjs": "2.0.0",
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
"typescript": "^2.7.1",
"web-ext": "2.0.0",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.0"
},
@ -100,15 +82,17 @@
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@angular/upgrade": "5.2.0",
"@uirouter/angularjs": "^1.0.10",
"angular2-toaster": "4.0.2",
"angulartics2": "5.0.1",
"core-js": "2.4.1",
"font-awesome": "4.7.0",
"lunr": "2.1.6",
"ngx-infinite-scroll": "0.8.4",
"node-forge": "0.7.1",
"papaparse": "4.3.5",
"rxjs": "5.5.6",
"sweetalert": "2.1.0",
"tldjs": "2.0.0",
"web-animations-js": "2.3.1",
"zone.js": "0.8.19"
}