blob: deb5ecf63813c9adb5edd01fb4c1d0d4fd40b927 [file] [log] [blame]
{
"name": "metron-alerts",
"version": "0.7.0",
"license": "Apache-2.0",
"angular-cli": {},
"scripts": {
"build": "./node_modules/@angular/cli/bin/ng build --prod",
"start": "ng serve --aot",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test --browsers=Chrome",
"testCI": "ng test --watch=false --browsers=ChromeHeadless && npm run cypress:ci",
"pree2e": "webdriver-manager update",
"e2e": "protractor-flake --protractor-path=./node_modules/.bin/protractor --max-attempts=3 -- ./protractor.conf.js",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"cypress:ci": "run-p --race start cypress:run"
},
"private": true,
"dependencies": {
"@angular/common": "^6.1.6",
"@angular/compiler": "^6.1.6",
"@angular/core": "^6.1.6",
"@angular/forms": "^6.1.6",
"@angular/http": "^6.1.6",
"@angular/platform-browser": "^6.1.6",
"@angular/platform-browser-dynamic": "^6.1.6",
"@angular/router": "^6.1.6",
"@types/bootstrap": "^4.1.1",
"@types/jquery": "^3.3.4",
"ace-builds": "^1.2.6",
"ajv": "^6.5.1",
"angular-confirmation-popover": "^4.2.0",
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"moment": "^2.22.2",
"ng2-dragula": "^1.5.0",
"pikaday-time": "^1.6.1",
"puppeteer": "^1.7.0",
"rxjs": "^6.3.0",
"ts-node": "^7.0.0",
"web-animations-js": "^2.2.2",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular/cli": "^6.0.6",
"@angular/compiler-cli": "^6.1.6",
"@types/ace": "0.0.32",
"@types/es6-promise": "0.0.33",
"@types/jasmine": "2.5.38",
"@types/moment": "^2.13.0",
"@types/node": "~6.0.60",
"@types/pikaday-time": "^1.4.2",
"codelyzer": "^4.0.1",
"compression": "^1.7.3",
"cypress": "^3.1.0",
"express": "^4.16.3",
"http-proxy-middleware": "^0.18.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.5",
"optimist": "0.6.1",
"protractor": "^5.4.0",
"protractor-flake": "^3.3.0",
"rxjs-tslint": "^0.1.5",
"serve-favicon": "^2.5.0",
"serve-static": "^1.13.2",
"ssh2": "^0.5.5",
"tslint": "~5.0.0",
"typescript": "~2.9.2"
}
}