| { |
| "name": "vid-cli", |
| "version": "0.0.0", |
| "license": "Apache-2.0", |
| "scripts": { |
| "ng": "ng", |
| "start": "ng serve --port 4201", |
| "build": "ng build --no-progress --no-aot", |
| "build.prod": "ng build", |
| "test": "ng test --c --single-run", |
| "lint": "ng lint --type-check --fix", |
| "coverage": "ng test --code-coverage", |
| "coverage-console": "ng test --c --single-run", |
| "e2e": "ng e2e", |
| "build-watch": "ng build --watch", |
| "cypress:open": "cypress open", |
| "cypress:open:dev": "cypress open --config baseUrl=http://localhost:8080/vid ", |
| "cypress:run": "cypress run" |
| }, |
| "private": true, |
| "dependencies": { |
| "@angular-redux/store": "^7.1.1", |
| "@angular/animations": "5.2.0", |
| "@angular/cdk": "2.0.0-beta.12", |
| "@angular/common": "5.2.0", |
| "@angular/compiler": "5.2.0", |
| "@angular/core": "5.2.0", |
| "@angular/forms": "5.2.0", |
| "@angular/http": "5.2.0", |
| "@angular/platform-browser": "5.2.0", |
| "@angular/platform-browser-dynamic": "5.2.0", |
| "@angular/router": "5.2.0", |
| "@angularclass/hmr": "2.1.3", |
| "@angularclass/hmr-loader": "3.0.4", |
| "@harmowatch/ngx-redux-core": "0.2.2", |
| "@nicky-lenaers/ngx-scroll-to": "^0.6.1", |
| "@types/lodash": "4.14.91", |
| "angular-svg-icon": "^5.0.0", |
| "angular-tree-component": "7.0.1", |
| "angular2-datatable": "0.6.0", |
| "angular2-multiselect-dropdown": "2.5.0", |
| "bootstrap": "^4.1.2", |
| "core-js": "2.4.1", |
| "font-awesome": "^4.7.0", |
| "ng-multiselect-dropdown": "0.1.3", |
| "ng2-bootstrap-modal": "1.0.1", |
| "ngx-bootstrap": "^2.0.2", |
| "ngx-contextmenu": "4.1.2", |
| "ngx-datatable": "1.0.3", |
| "ngx-moment": "^2.0.0-rc.0", |
| "ngx-tooltip": "0.0.9", |
| "redux": "^3.7.2", |
| "redux-observable": "^0.18.0", |
| "rxjs": "5.5.6", |
| "sdc-ui": "^1.6.29-angular5", |
| "tslib": "1.9.x", |
| "zone.js": "0.8.19" |
| }, |
| "devDependencies": { |
| "@angular/cli": "1.7.2", |
| "@angular/compiler-cli": "5.2.0", |
| "@angular/language-service": "5.2.0", |
| "@bahmutov/add-typescript-to-cypress": "^2.0.0", |
| "@types/chai": "^4.1.3", |
| "@types/cypress": "^1.1.3", |
| "@types/jasmine": "2.8.3", |
| "@types/jasminewd2": "2.0.2", |
| "@types/mocha": "^5.2.0", |
| "@types/node": "6.0.60", |
| "codelyzer": "4.0.1", |
| "cypress": "^2.1.0", |
| "jasmine-core": "2.5.2", |
| "jasmine-spec-reporter": "4.2.1", |
| "karma": "2.0.2", |
| "karma-chrome-launcher": "2.2.0", |
| "karma-coverage-istanbul-reporter": "2.0.1", |
| "karma-istanbul-threshold": "1.2.2", |
| "karma-jasmine": "1.1.2", |
| "karma-jasmine-html-reporter": "1.1.0", |
| "karma-junit-reporter": "^1.2.0", |
| "karma-phantomjs-launcher": "1.0.4", |
| "karma-remap-istanbul": "0.6.0", |
| "karma-spec-reporter": "0.0.32", |
| "protractor": "5.1.2", |
| "ts-node": "4.1.0", |
| "tslint": "5.9.1", |
| "typescript": "2.5.3" |
| } |
| } |