blob: 25b4b4ddb62bee825af8e052fb7688813556bbbf [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001{
2 "name": "vid-cli",
3 "version": "0.0.0",
Ittay Sternb4070aa2019-09-19 12:14:07 +03004 "license": "Apache-2.0",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03005 "scripts": {
6 "ng": "ng",
7 "start": "ng serve --port 4201",
Ittay Stern6f900cc2018-08-29 17:01:32 +03008 "build": "ng build --no-progress --no-aot --output-hashing all",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03009 "build.prod": "ng build",
Ittay Stern6f900cc2018-08-29 17:01:32 +030010 "test": "jest",
Eylon Malin26c84f22019-12-17 10:21:49 +020011 "ci": "npm run test && npm run build",
Ittay Stern6f900cc2018-08-29 17:01:32 +030012 "test:jest": "jest",
13 "test:jest:pipeline": "jest --silent --ci --reporters=default --reporters=jest-junit",
14 "test:jest:watch": "jest --watch",
15 "test:jest:coverage": "jest --ci --reporters=default --reporters=jest-junit --coverage --silent",
16 "test:jest:snapshot": "jest --ci --reporters=default --reporters=jest-junit --coverage -u",
17 "test:watch": "jest --clearCache && jest --watch",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030018 "coverage": "ng test --code-coverage",
Ittay Stern6f900cc2018-08-29 17:01:32 +030019 "verify": "cypress verify",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030020 "e2e": "ng e2e",
21 "build-watch": "ng build --watch",
22 "cypress:open": "cypress open",
Eylon Malin4be73ee2019-11-26 21:27:08 +020023 "cypress": "cypress open",
Ittay Stern6f900cc2018-08-29 17:01:32 +030024 "cypress:run": "cypress run",
Eylon Malin4be73ee2019-11-26 21:27:08 +020025 "cypress:headless": "cypress run",
Ittay Stern6f900cc2018-08-29 17:01:32 +030026 "format": "prettier",
27 "format:fix": "pretty-quick --staged",
28 "lint": "ng lint"
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030029 },
30 "private": true,
31 "dependencies": {
Ittay Sternf7926712019-07-07 19:23:03 +030032 "@angular-redux/store": "9.0.0",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020033 "@angular/animations": "8.2.14",
Ittay Sternf7926712019-07-07 19:23:03 +030034 "@angular/cdk": "7.2.2",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020035 "@angular/common": "8.2.14",
36 "@angular/compiler": "8.2.14",
37 "@angular/core": "8.2.14",
38 "@angular/forms": "8.2.14",
Ittay Stern6f900cc2018-08-29 17:01:32 +030039 "@angular/material": "7.2.2",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020040 "@angular/platform-browser": "8.2.14",
41 "@angular/platform-browser-dynamic": "8.2.14",
42 "@angular/platform-server": "8.2.14",
43 "@angular/router": "8.2.14",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030044 "@harmowatch/ngx-redux-core": "0.2.2",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020045 "@nicky-lenaers/ngx-scroll-to": "3.0.1",
Ittay Sternf7926712019-07-07 19:23:03 +030046 "@turf/turf": "5.1.6",
47 "@types/lodash": "4.14.121",
48 "angular-svg-icon": "5.0.0",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020049 "angular-tree-component": "8.5.2",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030050 "angular2-datatable": "0.6.0",
51 "angular2-multiselect-dropdown": "2.5.0",
Ittay Stern6f900cc2018-08-29 17:01:32 +030052 "angular5-csv": "^0.2.10",
Ittay Sternf7926712019-07-07 19:23:03 +030053 "bootstrap": "3.3.7",
54 "core-js": "2.6.1",
55 "font-awesome": "4.7.0",
56 "install": "0.12.2",
Ittay Stern6f900cc2018-08-29 17:01:32 +030057 "jest-image-snapshot": "2.8.1",
58 "jest-preset-angular": "6.0.2",
Yoav Schneiderman26034812019-12-03 12:55:39 +020059 "moment": "^2.24.0",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030060 "ng-multiselect-dropdown": "0.1.3",
61 "ng2-bootstrap-modal": "1.0.1",
Yoav Schneiderman3f216a52020-01-22 11:07:00 +020062 "ng2-file-upload": "^1.4.0",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030063 "ngx-bootstrap": "^2.0.2",
Ittay Stern6f900cc2018-08-29 17:01:32 +030064 "ngx-contextmenu": "^5.1.1",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030065 "ngx-datatable": "1.0.3",
66 "ngx-moment": "^2.0.0-rc.0",
67 "ngx-tooltip": "0.0.9",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020068 "node-sass": "^4.13.0",
Ittay Stern6f900cc2018-08-29 17:01:32 +030069 "npm": "^6.4.1",
Rina Roib7719ba2019-07-10 15:53:25 +030070 "redux": "4.0.1",
Ittay Stern6f900cc2018-08-29 17:01:32 +030071 "redux-observable": "^1.0.0",
72 "rxjs": "^6.3.3",
73 "rxjs-compat": "^6.3.3",
74 "slnodejs": "^2.1.124",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030075 "tslib": "1.9.x",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020076 "zone.js": "~0.9.1"
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030077 },
78 "devDependencies": {
Ittay Sternf7926712019-07-07 19:23:03 +030079 "@angular-builders/jest": "7.3.1",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020080 "@angular-devkit/build-angular": "~0.803.21",
81 "@angular/cli": "8.3.21",
82 "@angular/compiler-cli": "8.2.14",
83 "@angular/language-service": "8.2.14",
Ittay Sternf7926712019-07-07 19:23:03 +030084 "@babel/preset-env": "7.3.1",
Ittay Stern6f900cc2018-08-29 17:01:32 +030085 "@bahmutov/add-typescript-to-cypress": "2.0.0",
Ittay Sternf7926712019-07-07 19:23:03 +030086 "@types/chai": "4.1.7",
Ittay Stern6f900cc2018-08-29 17:01:32 +030087 "@types/jest": "24.0.6",
88 "@types/jest-each": "0.3.4",
89 "@types/node": "^10.12.18",
Ittay Sternf7926712019-07-07 19:23:03 +030090 "angular2-template-loader": "0.6.2",
Ittay Stern6f900cc2018-08-29 17:01:32 +030091 "babel-jest": "24.1.0",
Yoav Schneiderman3f216a52020-01-22 11:07:00 +020092 "blueimp-file-upload": "^10.7.0",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +020093 "codelyzer": "^5.0.1",
Eylon Malin4be73ee2019-11-26 21:27:08 +020094 "cypress": "3.6.1",
Yoav Schneiderman3f216a52020-01-22 11:07:00 +020095 "cypress-file-upload": "^3.5.3",
Ittay Stern6f900cc2018-08-29 17:01:32 +030096 "hammerjs": "2.0.8",
97 "husky": "^1.3.1",
Ittay Sternf7926712019-07-07 19:23:03 +030098 "istanbul-reports": "2.1.1",
Amir Skalka8d17bc32019-12-10 16:47:11 +020099 "jest": "24.9.0",
Ittay Stern6f900cc2018-08-29 17:01:32 +0300100 "jest-each": "24.0.0",
101 "jest-junit": "6.3.0",
102 "jest-sonar-reporter": "2.0.0",
103 "ngx-wallaby-jest": "0.0.1",
104 "npm-run-all": "^4.1.5",
Einat Vinouze5a618692020-06-02 12:11:14 +0300105 "onap-ui-angular": "5.4.4",
106 "onap-ui-common": "1.0.119",
Ittay Stern6f900cc2018-08-29 17:01:32 +0300107 "prettier": "1.16.4",
108 "pretty-quick": "^1.10.0",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +0200109 "redux-observable-es6-compat": "^1.2.1",
Ittay Stern6f900cc2018-08-29 17:01:32 +0300110 "ts-mockito": "2.3.1",
111 "ts-node": "~5.0.1",
112 "tslint": "^5.12.0",
Yoav Schneiderman4ef3ee72020-01-08 14:46:14 +0200113 "typescript": "3.5.3",
Ittay Stern6f900cc2018-08-29 17:01:32 +0300114 "wallaby-webpack": "^3.9.11",
115 "webpack": "^4.28.2"
116 },
117 "jest-junit": {
118 "outputDirectory": "./coverage",
119 "outputName": "./test-results-jest.xml"
120 },
121 "jest": {
122 "preset": "jest-preset-angular",
Ittay Sternf7926712019-07-07 19:23:03 +0300123 "setupFilesAfterEnv": [
124 "<rootDir>/src/setupJest.ts"
125 ],
Ittay Stern6f900cc2018-08-29 17:01:32 +0300126 "transform": {
127 "^.+\\.(ts|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js",
128 "^.+\\.js$": "babel-jest"
129 }
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +0300130 }
131}