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": {
|
2018-02-24 05:46:27 +01:00
|
|
|
"sub:init": "git submodule update --init --recursive",
|
|
|
|
"sub:update": "git submodule update --remote",
|
2018-03-04 06:01:49 +01:00
|
|
|
"sub:pull": "git submodule foreach git pull",
|
2018-02-24 05:46:27 +01:00
|
|
|
"postinstall": "npm run sub:init",
|
2018-04-11 03:54:20 +02:00
|
|
|
"build": "gulp build && webpack --config webpack.config.js",
|
|
|
|
"build:watch": "gulp build && webpack --config webpack.config.js --watch",
|
2018-04-13 21:14:04 +02:00
|
|
|
"build:prod": "gulp build && cross-env NODE_ENV=production webpack --config webpack.config.js",
|
|
|
|
"build:prod:watch": "gulp build && cross-env NODE_ENV=production webpack --config webpack.config.js --watch",
|
|
|
|
"dist": "npm run build:prod && gulp dist",
|
|
|
|
"dist:firefox": "npm run build:prod && gulp dist:firefox",
|
|
|
|
"dist:opera": "npm run build:prod && gulp dist:opera",
|
|
|
|
"dist:safari": "npm run build:prod && gulp dist:safari",
|
2017-10-30 22:49:56 +01:00
|
|
|
"lint": "tslint src/**/*.ts || true",
|
2017-11-17 22:33:58 +01:00
|
|
|
"lint:fix": "tslint src/**/*.ts --fix",
|
2017-11-18 03:42:25 +01:00
|
|
|
"test": "karma start --single-run",
|
|
|
|
"test:watch": "karma start"
|
2017-08-31 21:07:39 +02:00
|
|
|
},
|
2016-09-01 04:47:37 +02:00
|
|
|
"devDependencies": {
|
2018-04-06 17:48:45 +02:00
|
|
|
"@angular/compiler-cli": "5.2.0",
|
2018-04-04 04:14:54 +02:00
|
|
|
"@ngtools/webpack": "1.10.2",
|
|
|
|
"@types/chrome": "0.0.51",
|
2017-11-17 22:33:58 +01:00
|
|
|
"@types/jasmine": "^2.8.2",
|
2018-04-04 04:14:54 +02:00
|
|
|
"@types/jquery": "^3.2.16",
|
|
|
|
"@types/lunr": "2.1.5",
|
2018-05-09 20:13:20 +02:00
|
|
|
"@types/mousetrap": "^1.6.0",
|
2018-04-06 17:48:45 +02:00
|
|
|
"@types/node": "8.0.19",
|
2018-04-04 04:14:54 +02:00
|
|
|
"@types/node-forge": "0.6.10",
|
2018-04-11 02:26:37 +02:00
|
|
|
"@types/papaparse": "4.1.33",
|
2018-04-04 04:14:54 +02:00
|
|
|
"@types/safari-extension": "^0.0.27",
|
|
|
|
"@types/safari-extension-content": "^0.0.14",
|
|
|
|
"@types/tldjs": "1.7.1",
|
|
|
|
"@types/webcrypto": "^0.0.28",
|
2018-04-13 22:03:37 +02:00
|
|
|
"angular2-template-loader": "^0.6.2",
|
2017-10-29 03:14:14 +01:00
|
|
|
"clean-webpack-plugin": "^0.1.17",
|
|
|
|
"copy-webpack-plugin": "^4.2.0",
|
2018-04-13 21:14:04 +02:00
|
|
|
"cross-env": "^5.1.4",
|
2017-10-29 03:14:14 +01:00
|
|
|
"css-loader": "^0.28.7",
|
2017-11-16 03:39:48 +01:00
|
|
|
"del": "3.0.0",
|
2017-10-29 03:14:14 +01:00
|
|
|
"extract-text-webpack-plugin": "^3.0.1",
|
|
|
|
"file-loader": "^1.1.5",
|
2016-09-08 00:51:36 +02:00
|
|
|
"gulp": "3.9.1",
|
2017-11-08 21:17:09 +01:00
|
|
|
"gulp-filter": "5.0.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-json-editor": "2.2.1",
|
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-11-17 22:33:58 +01:00
|
|
|
"jasmine-core": "^2.8.0",
|
|
|
|
"jasmine-spec-reporter": "^4.2.1",
|
|
|
|
"karma": "^1.7.1",
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-cli": "^1.0.1",
|
|
|
|
"karma-coverage-istanbul-reporter": "^1.3.0",
|
|
|
|
"karma-jasmine": "^1.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
|
|
"karma-typescript": "^3.0.8",
|
2018-04-04 04:14:54 +02:00
|
|
|
"node-sass": "^4.7.2",
|
|
|
|
"sass-loader": "^6.0.6",
|
2017-10-29 03:14:14 +01:00
|
|
|
"style-loader": "^0.19.0",
|
2018-02-08 16:04:56 +01:00
|
|
|
"ts-loader": "^3.5.0",
|
|
|
|
"tslint": "^5.9.1",
|
2017-10-30 22:49:56 +01:00
|
|
|
"tslint-loader": "^3.5.3",
|
2018-02-08 16:04:56 +01:00
|
|
|
"typescript": "^2.7.1",
|
|
|
|
"webpack": "^3.10.0",
|
2017-11-08 16:22:26 +01:00
|
|
|
"webpack-merge": "^4.1.0"
|
2017-10-29 03:14:14 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-04 04:14:54 +02:00
|
|
|
"@angular/animations": "5.2.0",
|
|
|
|
"@angular/common": "5.2.0",
|
|
|
|
"@angular/compiler": "5.2.0",
|
|
|
|
"@angular/core": "5.2.0",
|
|
|
|
"@angular/forms": "5.2.0",
|
|
|
|
"@angular/http": "5.2.0",
|
|
|
|
"@angular/platform-browser": "5.2.0",
|
|
|
|
"@angular/platform-browser-dynamic": "5.2.0",
|
|
|
|
"@angular/router": "5.2.0",
|
|
|
|
"@angular/upgrade": "5.2.0",
|
|
|
|
"angular2-toaster": "4.0.2",
|
|
|
|
"angulartics2": "5.0.1",
|
|
|
|
"core-js": "2.4.1",
|
2018-04-14 15:52:13 +02:00
|
|
|
"font-awesome": "4.7.0",
|
2018-04-04 04:14:54 +02:00
|
|
|
"lunr": "2.1.6",
|
2018-05-09 20:13:20 +02:00
|
|
|
"mousetrap": "1.6.1",
|
2018-04-11 16:23:12 +02:00
|
|
|
"ngx-infinite-scroll": "0.8.4",
|
2018-04-04 04:14:54 +02:00
|
|
|
"node-forge": "0.7.1",
|
2018-04-11 02:26:37 +02:00
|
|
|
"papaparse": "4.3.5",
|
2018-04-04 04:14:54 +02:00
|
|
|
"rxjs": "5.5.6",
|
2018-04-14 15:52:13 +02:00
|
|
|
"sweetalert": "2.1.0",
|
|
|
|
"tldjs": "2.0.0",
|
2018-04-11 16:57:34 +02:00
|
|
|
"web-animations-js": "2.3.1",
|
2018-04-04 04:14:54 +02:00
|
|
|
"zone.js": "0.8.19"
|
2016-09-01 04:47:37 +02:00
|
|
|
}
|
|
|
|
}
|