summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/package.json
blob: 824a814c60e3212ad4e2e2dccbe682eaed0a509b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
    "name": "dox-ui",
    "version": "1.0.0",
    "description": "",
    "author": "ONAP",
    "license": "SEE LICENSE IN LICENSE",
    "scripts": {
        "start": "gulp dev && webpack-dev-server --progress",
        "build": "gulp build",
        "css-usage": "gulp css-usage",
        "static-keys-bundle": "gulp static-keys-bundle",
        "check-keys-against-bundles": "gulp static-keys-bundle-with-report",
        "test": "jest",
        "test-failedTestReport":
            "jest --json | node test-utils/failedTestReport.js",
        "test-dev": "jest --watch",
        "test-coverage":
            "jest --coverage && start ./coverage/lcov-report/index.html",
        "test-build": "jest --coverage",
        "storybook":
            "start-storybook -p 9090 -c .storybook -s .storybook/fonts",
        "storyshots": "jest storyshots.test.js",
        "build-storybook":
            "build-storybook -c .storybook -o .storybook-dist && gulp copy-storybook-fonts",
        "lint-fix": "eslint --fix  --ext .js --ext .jsx src"
    },
    "dependencies": {
        "attr-accept": "^1.1.0",
        "axios": "^0.16.2",
        "classnames": "^2.2.5",
        "core-js": "^2.4.0",
        "d3": "^4.10.0",
        "dox-sequence-diagram-ui": "file:../dox-sequence-diagram-ui",
        "intl": "^1.0.1",
        "intl-format-cache": "^2.0.5",
        "intl-messageformat": "^1.2.0",
        "intl-relativeformat": "^1.2.0",
        "lodash": "^4.13.1",
        "md5": "^2.1.0",
        "prop-types": "^15.6.0",
        "randomstring": "^1.1.5",
        "react": "^15.6.2",
        "react-bootstrap": "^0.32.1",
        "react-click-outside": "^2.3.1",
        "react-datepicker": "^0.48.0",
        "react-dnd": "^2.5.4",
        "react-dnd-html5-backend": "^2.5.4",
        "react-dom": "^15.6.2",
        "react-dropzone": "4.2.3",
        "react-input-autosize": "^2.2.0",
        "react-redux": "^5.0.6",
        "react-select": "1.2.1",
        "react-show-more": "^1.1.1",
        "react-sortable": "^1.2.0",
        "redux": "^3.7.2",
        "sdc-ui": "1.6.32",
        "uuid-js": "^0.7.5",
        "validator": "^4.3.0"
    },
    "devDependencies": {
        "@kadira/storybook": "^2.35.3",
        "@kadira/storybook-addon-knobs": "^1.7.1",
        "@kadira/storybook-addon-options": "^1.0.2",
        "babel-core": "^6.24.0",
        "babel-eslint": "^8.2.1",
        "babel-jest": "^22.1.0",
        "babel-loader": "^7.0.0-beta.1",
        "babel-plugin-transform-class-properties": "^6.10.2",
        "babel-plugin-transform-decorators-legacy": "^1.3.4",
        "babel-plugin-transform-object-rest-spread": "^6.8.0",
        "babel-plugin-transform-runtime": "^6.22.0",
        "babel-preset-env": "^1.6.1",
        "babel-preset-react": "^6.23.0",
        "css-loader": "^0.23.1",
        "deep-freeze": "0.0.1",
        "del": "^3.0.0",
        "enzyme": "^2.7.1",
        "eslint": "^4.18.1",
        "eslint-config-prettier": "^2.9.0",
        "eslint-loader": "^2.0.0",
        "eslint-plugin-import": "^2.9.0",
        "eslint-plugin-prettier": "^2.6.0",
        "eslint-plugin-react": "^7.7.0",
        "express": "^4.13.3",
        "file-loader": "^0.8.5",
        "gulp": "^3.9.1",
        "gulp-clean": "^0.3.1",
        "gulp-css-usage": "^2.0.0",
        "gulp-rename": "^1.2.2",
        "gulp-replace": "^0.5.4",
        "gulp-sass": "^3.1.0",
        "gulp-tap": "^1.0.1",
        "gulp-zip": "^4.1.0",
        "html-loader": "^0.4.3",
        "http-proxy-middleware": "^0.17.4",
        "ignore-loader": "^0.1.1",
        "jasmine-core": "^2.5.2",
        "jest": "^21.2.1",
        "jshint": "^2.9.4",
        "json-loader": "^0.5.4",
        "jsx-loader": "^0.13.2",
        "mkdirp": "^0.5.1",
        "moment": "^2.18.1",
        "node-sass": "^4.7.2",
        "node-watch": "^0.3.5",
        "prettier": "^1.10.2",
        "prompt": "^0.2.14",
        "react-addons-test-utils": "~15.3.2",
        "react-hot-loader": "^3.1.3",
        "rosie": "^1.6.0",
        "run-sequence": "^2.2.1",
        "sass-loader": "^6.0.6",
        "source-map-loader": "^0.1.5",
        "storyshots": "^3.2.2",
        "style-loader": "^0.13.0",
        "svg-sprite-loader": "^0.1.1",
        "url-loader": "^0.5.7",
        "webpack": "^2.2.1",
        "webpack-dev-server": "^2.4.2"
    },
    "engines": {
        "node": ">=8.0.0",
        "npm": ">=5.0.0",
        "yarn": "^1.3.2"
    },
    "jest": {
        "moduleNameMapper": {
            "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
                "<rootDir>/test-utils/fileMock.js",
            "\\.(css|scss)$": "<rootDir>/test-utils/styleMock.js",
            "^nfvo-utils/RestAPIUtil.js$": "<rootDir>/test-utils/MockRest.js",
            "^sdc-ui/lib/react/SVGIcon.js$":
                "<rootDir>/test-utils/MockSVGIcon.js",
            "^react-show-more$": "<rootDir>/test-utils/ShowMore.js",
            "^nfvo-utils(.*)$": "<rootDir>/src/nfvo-utils$1",
            "^nfvo-components(.*)$": "<rootDir>/src/nfvo-components$1",
            "^sdc-app(.*)$": "<rootDir>/src/sdc-app$1",
            "^test-utils(.*)$": "<rootDir>/test-utils$1",
            "^i18nJson$": "<rootDir>/src/nfvo-utils/i18n/en.json",
            "^src(.*)$": "<rootDir>/src$1"
        },
        "globals": {
            "DEBUG": false
        },
        "setupFiles": ["<rootDir>/test-utils/test-env-setup.js"],
        "setupTestFrameworkScriptFile": "<rootDir>/test-utils/test-setup.js",
        "testPathIgnorePatterns": [
            "<rootDir>/node_modules/",
            "<rootDir>/test/nfvo-components/storyshots.test.js"
        ],
        "collectCoverageFrom": ["src/**/*.{js,jsx}"],
        "coveragePathIgnorePatterns": ["/node_modules/", "(.)*.stories.js"],
        "coverageReporters": ["lcov"]
    }
}
="n">version}</sitePath> <staging.profile.id>176c31dfe190a</staging.profile.id> <!--maven--> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <!--io.fabric8--> <fabric8.version>0.23.0</fabric8.version> <!--docker tags--> <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag> <!--<docker.latest.tag>${project.version}-latest</docker.latest.tag>--> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>jersey-bean-validation</artifactId> <version>${jersey-bom.version}</version> </dependency> <dependency> <groupId>org.glassfish.hk2.external</groupId> <artifactId>asm-all-repackaged</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>${assertj.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> </dependency> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <version>${jmockit.version}</version> </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock</artifactId> <version>${wire-mock.version}</version> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-java</artifactId> <version>${cucumber.version}</version> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-junit</artifactId> <version>${cucumber.version}</version> </dependency> </dependencies> </dependencyManagement> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.0-M1</version> <configuration> <failOnError>false</failOnError> <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact> <groupId>org.umlgraph</groupId> <artifactId>umlgraph</artifactId> <version>5.6</version> </docletArtifact> <additionalparam>-views</additionalparam> <useStandardDocletOptions>true</useStandardDocletOptions> </configuration> </plugin> </plugins> </reporting> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.4</version> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>2.10</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.4.0</version> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>3.0.2</version> </plugin> </plugins> </pluginManagement> <plugins> <!-- Staging Plugin --> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>${nexus.proxy}</nexusUrl> <stagingProfileId>${staging.profile.id}</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> <systemPropertyVariables> <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile> </systemPropertyVariables> </configuration> </plugin> <!-- plugin for parsing the project version --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.8</version> <executions> <execution> <id>parse-version</id> <goals> <goal>parse-version</goal> </goals> </execution> </executions> </plugin> <!-- Java Code Coverage --> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.9</version> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>2.10</version> </dependency> </dependencies> </plugin> <!-- Set the deployment repositories properties. --> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.4</version> <executions> <execution> <inherited>false</inherited> <phase>integration-test</phase> <goals> <goal>execute</goal> </goals> <configuration> <source> pom.properties['deploy.url'] = pom.version.contains('-SNAPSHOT') ? project.distributionManagement.snapshotRepository.url : project.distributionManagement.repository.url; pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? project.distributionManagement.snapshotRepository.id : project.distributionManagement.repository.id; </source> </configuration> </execution> </executions> </plugin> <!-- license plugin --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.10</version> <configuration> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> <processStartTag>============LICENSE_START=======================================================</processStartTag> <processEndTag>============LICENSE_END=========================================================</processEndTag> <sectionDelimiter>================================================================================</sectionDelimiter> <licenseName>apache_v2</licenseName> <inceptionYear>2017</inceptionYear> <organizationName>AT&amp;T Intellectual Property. All rights reserved. </organizationName> <projectName>SDC</projectName> <canUpdateCopyright>true</canUpdateCopyright> <canUpdateDescription>true</canUpdateDescription> <canUpdateLicense>true</canUpdateLicense> <emptyLineAfterHeader>true</emptyLineAfterHeader> <verbose>false</verbose> <includes> <include>**/*.java</include> <include>**/*.ts</include> </includes> <excludes> <exclude>**/*.d.ts</exclude> </excludes> <roots> <root>src</root> <root>app</root> <root>server-mock</root> <root>typings</root> </roots> <extraExtensions> <ts>java</ts> </extraExtensions> </configuration> <executions> <execution> <id>first</id> <goals> <goal>update-file-header</goal> </goals> <!--phase>process-sources</phase --> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>all</id> <activation> <activeByDefault>true</activeByDefault> </activation> <modules> <module>build-tools</module> <module>onboarding</module> <module>services/activity-spec</module> <module>security-utils</module> <module>common-app-api</module> <module>common-be</module> <module>catalog-dao</module> <module>catalog-model</module> <module>catalog-be</module> <module>asdctool</module> <module>catalog-ui</module> <module>catalog-fe</module> <module>test-apis-ci</module> <module>ui-ci</module> <module>sdc-os-chef</module> <module>utils/webseal-simulator</module> </modules> </profile> <profile> <id>catalog</id> <activation> <activeByDefault>false</activeByDefault> </activation> <modules> <module>security-utils</module> <module>common-app-api</module> <module>common-be</module> <module>catalog-dao</module> <module>catalog-model</module> <module>catalog-be</module> <module>asdctool</module> <module>catalog-ui</module> <module>catalog-fe</module> <module>test-apis-ci</module> <module>ui-ci</module> </modules> <properties> <ecomp.version>1.2.7</ecomp.version> <artifact-generator-api.version>1802.0.1.167</artifact-generator-api.version> <artifact-generator-core.version>1802.0.1.167</artifact-generator-core.version> <dox-common-lib.version>1802.0.1.167</dox-common-lib.version> <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version> </properties> </profile> <profile> <id>onboarding</id> <activation> <activeByDefault>false</activeByDefault> </activation> <modules> <module>build-tools</module> <module>onboarding</module> </modules> </profile> </profiles> <repositories> <!-- LF repositories --> <repository> <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <repository> <id>ecomp-snapshots</id> <name>Snapshots Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </repository> <repository> <id>ecomp-public</id> <name>Public Repository</name> <url>${nexus.proxy}/content/repositories/public/</url> </repository> <!-- LF repositories END--> </repositories> <distributionManagement> <repository> <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>Snapshot Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> </project>