blob: ff2682b46fced4371d1bd92e8feb61bbc9818c9e [file] [log] [blame]
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +03001{
2 "name": "vid-cli",
3 "version": "0.0.0",
Sonsino, Ofir (os0695)4c26b852018-08-29 17:01:32 +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",
11 "test:jest": "jest",
12 "test:jest:pipeline": "jest --silent --ci --reporters=default --reporters=jest-junit",
13 "test:jest:watch": "jest --watch",
14 "test:jest:coverage": "jest --ci --reporters=default --reporters=jest-junit --coverage --silent",
15 "test:jest:snapshot": "jest --ci --reporters=default --reporters=jest-junit --coverage -u",
16 "test:watch": "jest --clearCache && jest --watch",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030017 "coverage": "ng test --code-coverage",
Ittay Stern6f900cc2018-08-29 17:01:32 +030018 "verify": "cypress verify",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030019 "e2e": "ng e2e",
20 "build-watch": "ng build --watch",
21 "cypress:open": "cypress open",
Ittay Stern6f900cc2018-08-29 17:01:32 +030022 "cypress": "cypress open --config baseUrl=http://localhost:8080/vid ",
23 "cypress:run": "cypress run",
24 "cypress:headless": "cypress run --config baseUrl=http://localhost:8080/vid",
25 "format": "prettier",
26 "format:fix": "pretty-quick --staged",
27 "lint": "ng lint"
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030028 },
29 "private": true,
30 "dependencies": {
Ittay Stern6f900cc2018-08-29 17:01:32 +030031 "@angular-redux/store": "^9.0.0",
32 "@angular/animations": "^7.1.4",
33 "@angular/cdk": "^7.2.2",
34 "@angular/common": "^7.1.4",
35 "@angular/compiler": "^7.1.4",
36 "@angular/core": "^7.1.4",
37 "@angular/forms": "^7.1.4",
38 "@angular/http": "^7.1.4",
39 "@angular/material": "7.2.2",
40 "@angular/platform-browser": "^7.1.4",
41 "@angular/platform-browser-dynamic": "^7.1.4",
42 "@angular/platform-server": "^7.1.4",
43 "@angular/router": "^7.1.4",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030044 "@harmowatch/ngx-redux-core": "0.2.2",
45 "@nicky-lenaers/ngx-scroll-to": "^0.6.1",
Ittay Stern6f900cc2018-08-29 17:01:32 +030046 "@turf/turf": "^5.1.6",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030047 "@types/lodash": "4.14.91",
48 "angular-svg-icon": "^5.0.0",
49 "angular-tree-component": "7.0.1",
50 "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",
Thanh Haa09a47f2018-10-16 10:28:42 -040053 "bootstrap": "^4.1.2",
Ittay Stern6f900cc2018-08-29 17:01:32 +030054 "core-js": "^2.6.1",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030055 "font-awesome": "^4.7.0",
Ittay Stern6f900cc2018-08-29 17:01:32 +030056 "install": "^0.12.2",
57 "jest-image-snapshot": "2.8.1",
58 "jest-preset-angular": "6.0.2",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030059 "ng-multiselect-dropdown": "0.1.3",
60 "ng2-bootstrap-modal": "1.0.1",
61 "ngx-bootstrap": "^2.0.2",
Ittay Stern6f900cc2018-08-29 17:01:32 +030062 "ngx-contextmenu": "^5.1.1",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030063 "ngx-datatable": "1.0.3",
64 "ngx-moment": "^2.0.0-rc.0",
65 "ngx-tooltip": "0.0.9",
Ittay Stern6f900cc2018-08-29 17:01:32 +030066 "npm": "^6.4.1",
67 "redux": "^4.0.1",
68 "redux-observable": "^1.0.0",
69 "rxjs": "^6.3.3",
70 "rxjs-compat": "^6.3.3",
71 "slnodejs": "^2.1.124",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030072 "tslib": "1.9.x",
Ittay Stern6f900cc2018-08-29 17:01:32 +030073 "zone.js": "^0.8.26"
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030074 },
75 "devDependencies": {
Ittay Stern6f900cc2018-08-29 17:01:32 +030076 "@angular-builders/jest": "^7.1.2",
77 "@angular-devkit/build-angular": "^0.11.4",
78 "@angular/cli": "^7.1.4",
79 "@angular/compiler-cli": "^7.1.4",
80 "@angular/language-service": "^7.1.4",
81 "@babel/preset-env": "^7.2.3",
82 "@bahmutov/add-typescript-to-cypress": "2.0.0",
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +030083 "@types/chai": "^4.1.3",
Ittay Stern6f900cc2018-08-29 17:01:32 +030084 "@types/cypress": "1.1.3",
85 "@types/jest": "24.0.6",
86 "@types/jest-each": "0.3.4",
87 "@types/node": "^10.12.18",
88 "angular2-template-loader": "^0.6.2",
89 "babel-jest": "24.1.0",
90 "codelyzer": "^4.5.0",
91 "cypress": "^3.1.0",
92 "hammerjs": "2.0.8",
93 "husky": "^1.3.1",
94 "istanbul-reports": "^2.0.1",
95 "jest": "24.1.0",
96 "jest-each": "24.0.0",
97 "jest-junit": "6.3.0",
98 "jest-sonar-reporter": "2.0.0",
99 "ngx-wallaby-jest": "0.0.1",
100 "npm-run-all": "^4.1.5",
101 "onap-ui-angular": "5.1.71",
102 "onap-ui-common": "1.0.86",
103 "prettier": "1.16.4",
104 "pretty-quick": "^1.10.0",
105 "ts-mockito": "2.3.1",
106 "ts-node": "~5.0.1",
107 "tslint": "^5.12.0",
108 "typescript": "^3.1.6",
109 "wallaby-webpack": "^3.9.11",
110 "webpack": "^4.28.2"
111 },
112 "jest-junit": {
113 "outputDirectory": "./coverage",
114 "outputName": "./test-results-jest.xml"
115 },
116 "jest": {
117 "preset": "jest-preset-angular",
118 "setupFilesAfterEnv": ["<rootDir>/src/setupJest.ts"],
119 "transform": {
120 "^.+\\.(ts|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js",
121 "^.+\\.js$": "babel-jest"
122 }
Sonsino, Ofir (os0695)ff76b5e2018-07-10 15:57:37 +0300123 }
124}