Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | { |
| 2 | "name": "vid-cli", |
| 3 | "version": "0.0.0", |
Sonsino, Ofir (os0695) | 4c26b85 | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 4 | "license": "Apache-2.0", |
Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 5 | "scripts": { |
| 6 | "ng": "ng", |
| 7 | "start": "ng serve --port 4201", |
| 8 | "build": "ng build --no-progress --no-aot", |
| 9 | "build.prod": "ng build", |
| 10 | "test": "ng test --c --single-run", |
| 11 | "lint": "ng lint --type-check --fix", |
| 12 | "coverage": "ng test --code-coverage", |
| 13 | "coverage-console": "ng test --c --single-run", |
| 14 | "e2e": "ng e2e", |
| 15 | "build-watch": "ng build --watch", |
| 16 | "cypress:open": "cypress open", |
| 17 | "cypress:open:dev": "cypress open --config baseUrl=http://localhost:8080/vid ", |
| 18 | "cypress:run": "cypress run" |
| 19 | }, |
| 20 | "private": true, |
| 21 | "dependencies": { |
| 22 | "@angular-redux/store": "^7.1.1", |
| 23 | "@angular/animations": "5.2.0", |
| 24 | "@angular/cdk": "2.0.0-beta.12", |
| 25 | "@angular/common": "5.2.0", |
| 26 | "@angular/compiler": "5.2.0", |
| 27 | "@angular/core": "5.2.0", |
| 28 | "@angular/forms": "5.2.0", |
| 29 | "@angular/http": "5.2.0", |
| 30 | "@angular/platform-browser": "5.2.0", |
| 31 | "@angular/platform-browser-dynamic": "5.2.0", |
| 32 | "@angular/router": "5.2.0", |
| 33 | "@angularclass/hmr": "2.1.3", |
| 34 | "@angularclass/hmr-loader": "3.0.4", |
| 35 | "@harmowatch/ngx-redux-core": "0.2.2", |
| 36 | "@nicky-lenaers/ngx-scroll-to": "^0.6.1", |
| 37 | "@types/lodash": "4.14.91", |
| 38 | "angular-svg-icon": "^5.0.0", |
| 39 | "angular-tree-component": "7.0.1", |
| 40 | "angular2-datatable": "0.6.0", |
| 41 | "angular2-multiselect-dropdown": "2.5.0", |
| 42 | "bootstrap": "^3.3.7", |
| 43 | "core-js": "2.4.1", |
| 44 | "font-awesome": "^4.7.0", |
| 45 | "ng-multiselect-dropdown": "0.1.3", |
| 46 | "ng2-bootstrap-modal": "1.0.1", |
| 47 | "ngx-bootstrap": "^2.0.2", |
| 48 | "ngx-contextmenu": "4.1.2", |
| 49 | "ngx-datatable": "1.0.3", |
| 50 | "ngx-moment": "^2.0.0-rc.0", |
| 51 | "ngx-tooltip": "0.0.9", |
| 52 | "redux": "^3.7.2", |
| 53 | "redux-observable": "^0.18.0", |
| 54 | "rxjs": "5.5.6", |
| 55 | "sdc-ui": "^1.6.29-angular5", |
| 56 | "tslib": "1.9.x", |
| 57 | "zone.js": "0.8.19" |
| 58 | }, |
| 59 | "devDependencies": { |
| 60 | "@angular/cli": "1.7.2", |
| 61 | "@angular/compiler-cli": "5.2.0", |
| 62 | "@angular/language-service": "5.2.0", |
| 63 | "@bahmutov/add-typescript-to-cypress": "^2.0.0", |
| 64 | "@types/chai": "^4.1.3", |
| 65 | "@types/cypress": "^1.1.3", |
| 66 | "@types/jasmine": "2.8.3", |
| 67 | "@types/jasminewd2": "2.0.2", |
| 68 | "@types/mocha": "^5.2.0", |
| 69 | "@types/node": "6.0.60", |
| 70 | "codelyzer": "4.0.1", |
| 71 | "cypress": "^2.1.0", |
| 72 | "jasmine-core": "2.5.2", |
| 73 | "jasmine-spec-reporter": "4.2.1", |
| 74 | "karma": "2.0.2", |
| 75 | "karma-chrome-launcher": "2.2.0", |
| 76 | "karma-coverage-istanbul-reporter": "2.0.1", |
| 77 | "karma-istanbul-threshold": "1.2.2", |
| 78 | "karma-jasmine": "1.1.2", |
| 79 | "karma-jasmine-html-reporter": "1.1.0", |
| 80 | "karma-junit-reporter": "^1.2.0", |
| 81 | "karma-phantomjs-launcher": "1.0.4", |
| 82 | "karma-remap-istanbul": "0.6.0", |
| 83 | "karma-spec-reporter": "0.0.32", |
| 84 | "protractor": "5.1.2", |
| 85 | "ts-node": "4.1.0", |
| 86 | "tslint": "5.9.1", |
| 87 | "typescript": "2.5.3" |
| 88 | } |
| 89 | } |