bitwarden-estensione-browser/package.json

83 lines
2.5 KiB
JSON
Raw Normal View History

2016-09-01 04:47:37 +02:00
{
"name": "bitwarden",
"version": "0.0.0",
2017-08-31 21:07:39 +02:00
"scripts": {
"start:firefox": "web-ext run --source-dir ./dist/",
"dev": "gulp build && webpack --config webpack.dev.js",
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
"prod": "gulp build && webpack --config webpack.prod.js",
2018-01-08 18:15:45 +01:00
"dist": "npm run prod && gulp dist",
"lint": "tslint src/**/*.ts || true",
"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": {
"@types/jasmine": "^2.8.2",
2017-08-30 21:04:18 +02:00
"angular": "1.6.6",
"angular-animate": "1.6.6",
"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",
"css-loader": "^0.28.7",
2017-11-16 03:39:48 +01:00
"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",
2017-11-08 21:17:09 +01:00
"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",
"gulp-zip": "4.0.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
2017-08-30 21:04:18 +02:00
"jshint": "2.9.5",
"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",
"less": "^3.0.0-alpha.3",
"less-loader": "^4.0.5",
"ng-infinite-scroll": "1.3.0",
"ngclipboard": "1.1.1",
"node-forge": "0.7.1",
"papaparse": "4.3.5",
"style-loader": "^0.19.0",
"sweetalert": "1.1.3",
2017-08-30 21:04:18 +02:00
"tldjs": "2.0.0",
2018-02-08 16:04:56 +01:00
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
2018-02-08 16:04:56 +01:00
"typescript": "^2.7.1",
2017-08-31 21:07:39 +02:00
"web-ext": "2.0.0",
2018-02-08 16:04:56 +01:00
"webpack": "^3.10.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@types/angular": "^1.6.34",
"@types/chrome": "0.0.51",
"@types/jquery": "^3.2.16",
"@types/node-forge": "0.6.10",
2017-11-14 17:29:00 +01:00
"@types/papaparse": "4.1.31",
2018-01-12 04:13:48 +01:00
"@types/safari-extension": "^0.0.27",
"@types/safari-extension-content": "^0.0.14",
"@types/tldjs": "1.7.1",
2017-11-02 04:41:16 +01:00
"@types/webcrypto": "^0.0.28",
2018-02-18 06:04:16 +01:00
"@uirouter/angularjs": "^1.0.10"
2016-09-01 04:47:37 +02:00
}
}