2016-09-01 04:47:37 +02:00
|
|
|
{
|
|
|
|
"name": "bitwarden",
|
2016-10-11 05:28:46 +02:00
|
|
|
"version": "0.0.0",
|
2017-08-31 21:07:39 +02:00
|
|
|
"scripts": {
|
2017-10-29 03:14:14 +01:00
|
|
|
"start:firefox": "web-ext run --source-dir ./dist/",
|
2017-10-29 13:58:50 +01:00
|
|
|
"dev": "gulp build && webpack --config webpack.dev.js",
|
|
|
|
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
|
2017-10-30 22:49:56 +01:00
|
|
|
"prod": "gulp build && webpack --config webpack.prod.js",
|
|
|
|
"lint": "tslint src/**/*.ts || true",
|
|
|
|
"lint:fix": "tslint src/**/*.ts --fix"
|
2017-08-31 21:07:39 +02:00
|
|
|
},
|
2016-09-01 04:47:37 +02:00
|
|
|
"devDependencies": {
|
2017-08-30 21:04:18 +02:00
|
|
|
"angular": "1.6.6",
|
|
|
|
"angular-animate": "1.6.6",
|
2017-10-21 18:58:31 +02:00
|
|
|
"angular-sweetalert": "1.1.2",
|
|
|
|
"angular-toastr": "2.1.1",
|
|
|
|
"angulartics": "1.4.0",
|
|
|
|
"angulartics-google-analytics": "0.4.0",
|
|
|
|
"bootstrap": "3.3.7",
|
|
|
|
"browserify": "14.4.0",
|
|
|
|
"child_process": "1.0.2",
|
2017-10-29 03:14:14 +01:00
|
|
|
"clean-webpack-plugin": "^0.1.17",
|
2017-10-21 18:58:31 +02:00
|
|
|
"clipboard": "1.7.1",
|
2017-10-29 03:14:14 +01:00
|
|
|
"copy-webpack-plugin": "^4.2.0",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.1",
|
|
|
|
"file-loader": "^1.1.5",
|
2017-10-21 18:58:31 +02:00
|
|
|
"font-awesome": "4.7.0",
|
2016-09-08 00:51:36 +02:00
|
|
|
"gulp": "3.9.1",
|
2017-10-21 18:58:31 +02:00
|
|
|
"gulp-google-webfonts": "0.0.14",
|
2017-10-29 03:14:14 +01:00
|
|
|
"gulp-if": "^2.0.2",
|
2017-10-21 18:58:31 +02:00
|
|
|
"gulp-jshint": "2.0.4",
|
|
|
|
"gulp-json-editor": "2.2.1",
|
2017-08-30 21:04:18 +02:00
|
|
|
"gulp-less": "3.3.2",
|
2017-10-29 03:14:14 +01:00
|
|
|
"gulp-replace": "^0.6.1",
|
2017-10-21 18:58:31 +02:00
|
|
|
"gulp-xmlpoke": "0.2.1",
|
|
|
|
"gulp-zip": "4.0.0",
|
2017-10-29 03:14:14 +01:00
|
|
|
"html-loader": "^0.5.1",
|
|
|
|
"html-webpack-plugin": "^2.30.1",
|
2017-10-21 18:58:31 +02:00
|
|
|
"jquery": "3.2.1",
|
2017-08-30 21:04:18 +02:00
|
|
|
"jshint": "2.9.5",
|
2017-10-29 03:14:14 +01:00
|
|
|
"less": "^3.0.0-alpha.3",
|
|
|
|
"less-loader": "^4.0.5",
|
2017-05-04 06:10:10 +02:00
|
|
|
"merge-stream": "1.0.1",
|
2017-10-21 18:58:31 +02:00
|
|
|
"ng-infinite-scroll": "1.3.0",
|
|
|
|
"ngclipboard": "1.1.1",
|
|
|
|
"node-forge": "0.7.1",
|
|
|
|
"papaparse": "4.3.5",
|
2017-05-04 06:10:10 +02:00
|
|
|
"q": "1.5.0",
|
2017-10-21 18:58:31 +02:00
|
|
|
"rimraf": "2.6.1",
|
2017-10-29 03:14:14 +01:00
|
|
|
"run-sequence": "^2.2.0",
|
|
|
|
"style-loader": "^0.19.0",
|
2016-09-20 05:56:27 +02:00
|
|
|
"sweetalert": "1.1.3",
|
2017-08-30 21:04:18 +02:00
|
|
|
"tldjs": "2.0.0",
|
2017-10-29 03:14:14 +01:00
|
|
|
"ts-loader": "^3.0.5",
|
2017-10-30 22:49:56 +01:00
|
|
|
"tslint": "^5.8.0",
|
|
|
|
"tslint-loader": "^3.5.3",
|
2017-10-29 03:14:14 +01:00
|
|
|
"typescript": "^2.5.3",
|
2016-10-26 03:13:59 +02:00
|
|
|
"vinyl-source-stream": "1.1.0",
|
2017-08-31 21:07:39 +02:00
|
|
|
"web-ext": "2.0.0",
|
2017-10-29 03:14:14 +01:00
|
|
|
"webpack": "^3.8.1",
|
|
|
|
"webpack-merge": "^4.1.0",
|
2017-10-21 18:58:31 +02:00
|
|
|
"webpack-stream": "4.0.0"
|
2017-10-29 03:14:14 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-01 14:18:05 +01:00
|
|
|
"@types/angular": "^1.6.34",
|
|
|
|
"@types/chrome": "0.0.51",
|
2017-11-02 00:38:30 +01:00
|
|
|
"@types/jquery": "^3.2.16",
|
|
|
|
"@uirouter/angularjs": "^1.0.10"
|
2016-09-01 04:47:37 +02:00
|
|
|
}
|
|
|
|
}
|