summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml
blob: 28ee1b22d1fb69648f84131ef3c7918ec7ef059b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>openecomp-sdc-rest-webapp</artifactId>
        <version>1.8.3-SNAPSHOT</version>
    </parent>

    <artifactId>item-rest</artifactId>
    <packaging>pom</packaging>


    <modules>
        <module>item-rest-services</module>
        <module>item-rest-types</module>
    </modules>

</project>
-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": "^3.3.7", "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" } }