X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-ui%2Fpackage.json;h=4a3226a8527800b616cb970d5ebee283c67656cf;hb=cc13802507c3787d341ac1a5d50b539fc1174987;hp=0d22c479dba2466a5adfb5b64cbbb9ebca9d52b8;hpb=e6fc26ab18d1409c490c859398fc5fca71d0518b;p=sdc.git diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index 0d22c479db..4a3226a852 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -1,138 +1,156 @@ { - "name": "dox-ui", - "version": "1.0.0", - "description": "", - "author": "ECOMP", - "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", - "storybook": "gulp copy-storybook-resources && start-storybook -p 9090 -c .storybook -s .storybook/resources,.storybook/fonts", - "storyshots": "jest storyshots.test.js", - "build-storybook": "build-storybook -c .storybook -o .storybook-dist && gulp copy-storybook-fonts && gulp copy-storybook-resources-prod" - }, - "dependencies": { - "classnames": "^2.2.5", - "core-js": "^2.4.0", - "d3": "^3.5.16", - "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", - "randomstring": "^1.1.5", - "react": "~15.3.2", - "react-bootstrap": "^0.30.1", - "react-dom": "~15.3.2", - "react-dropzone": "3.7.3", - "react-redux": "^4.4.1", - "react-select": "1.0.0-rc.5", - "react-sortable": "^1.2.0", - "redux": "^3.3.1", - "restful-js": "^0.7.0", - "sdc-ui": "1.6.8", - "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": "^7.2.1", - "babel-jest": "^19.0.0", - "babel-loader": "^7.0.0-beta.1", - "babel-plugin-transform-class-properties": "^6.10.2", - "babel-plugin-transform-es2015-destructuring": "^6.9.0", - "babel-plugin-transform-es2015-modules-commonjs": "^6.10.3", - "babel-plugin-transform-es2015-spread": "^6.8.0", - "babel-plugin-transform-object-rest-spread": "^6.8.0", - "babel-plugin-transform-runtime": "^6.22.0", - "babel-preset-es2015": "^6.24.0", - "babel-preset-react": "^6.23.0", - "babel-preset-stage-0": "^6.22.0", - "css-loader": "^0.23.1", - "deep-freeze": "0.0.1", - "enzyme": "^2.7.1", - "eslint-loader": "^1.3.0", - "eslint-plugin-import": "^0.8.1", - "eslint-plugin-react": "^3.14.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-helpers": "^5.0.0", - "gulp-rename": "^1.2.2", - "gulp-replace": "^0.5.4", - "gulp-tap": "^1.0.1", - "html-loader": "^0.4.3", - "http-proxy-middleware": "^0.8.2", - "ignore-loader": "^0.1.1", - "jasmine-core": "^2.5.2", - "jest": "^19.0.2", - "jshint": "^2.9.4", - "json-loader": "^0.5.4", - "jsx-loader": "^0.13.2", - "mkdirp": "^0.5.1", - "moment": "^2.18.1", - "node-watch": "^0.3.5", - "prompt": "^0.2.14", - "react-addons-test-utils": "~15.3.2", - "react-datepicker": "^0.48.0", - "react-hot-loader": "^1.3.1", - "rosie": "^1.6.0", - "sass-loader": "^3.2.3", - "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": ">=5.1", - "npm": ">=3.3" - }, - "jest": { - "moduleNameMapper": { - "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/test-utils/fileMock.js", - "\\.(css|scss)$": "/test-utils/styleMock.js", - "^nfvo-utils/RestAPIUtil.js$": "/test-utils/MockRest.js", - "^sdc-ui/lib/react/SVGIcon.js$": "/test-utils/MockSVGIcon.js", - "^nfvo-utils(.*)$": "/src/nfvo-utils$1", - "^nfvo-components(.*)$": "/src/nfvo-components$1", - "^sdc-app(.*)$": "/src/sdc-app$1", - "^test-utils(.*)$": "/test-utils$1", - "^i18nJson$": "/src/nfvo-utils/i18n/en.json", - "^src(.*)$": "/src$1" + "name": "dox-ui", + "version": "1.0.0", + "description": "", + "author": "ONAP", + "license": "Apache-2.0", + "scripts": { + "build": "webpack --mode=production", + "build-dev": "webpack --mode=development", + "start": "webpack-dev-server --progress --mode=development", + "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", + "storyshots": "jest storyshots.test.js", + "lint-fix": "eslint --fix --ext .js --ext .jsx src" }, - "globals": { - "DEBUG": false + "dependencies": { + "attr-accept": "^1.1.0", + "axios": "^0.25.0", + "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", + "onap-ui-react": "^1.0.0", + "onap-ui-common": "^1.0.101", + "prop-types": "^15.6.2", + "react": "^16.4.2", + "react-bootstrap": "^0.32.1", + "react-checkbox-tree": "1.4.1", + "react-click-outside": "^3.0.1", + "react-datepicker": "^0.61.0", + "react-dnd": "^2.5.4", + "react-dnd-html5-backend": "^2.5.4", + "react-dom": "^16.4.2", + "react-dropzone": "4.3.0", + "react-input-autosize": "^2.2.1", + "react-redux": "^5.0.7", + "react-select": "1.2.1", + "react-show-more-text": "^1.0.3", + "react-sortable": "^1.2.1", + "react-transition-group": "^2.4.0", + "redux": "^3.7.2", + "uuid-js": "^0.7.5", + "validator": "^4.3.0" }, - "setupFiles": [ - "/test-utils/test-env-setup.js" - ], - "setupTestFrameworkScriptFile": "/test-utils/test-setup.js", - "testPathIgnorePatterns": [ - "/node_modules/", - "/test/nfvo-components/storyshots.test.js" - ], - "collectCoverageFrom": [ - "src/**/*.{js,jsx}" - ], - "coverageReporters": [ - "lcov" - ] - } + "devDependencies": { + "babel-core": "^6.26.0", + "babel-eslint": "^8.2.1", + "babel-jest": "^22.1.0", + "babel-loader": "7.1.4", + "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", + "clean-webpack-plugin": "^0.1.19", + "css-loader": "^0.23.1", + "deep-freeze": "0.0.1", + "del": "^3.0.0", + "enzyme": "^3.4.0", + "enzyme-adapter-react-16": "^1.2.0", + "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", + "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", + "randomstring": "^1.1.5", + "react-hot-loader": "^4.3.4", + "react-test-renderer": "^16.4.2", + "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": "^3.7.3", + "url-loader": "^0.5.7", + "webpack": "^4.5.0", + "webpack-cli": "^3.3.12", + "webpack-dev-server": "^3.1.3", + "worker-loader": "^2.0.0", + "html-webpack-plugin": "^3.2.0" + }, + "resolutions": { + "**/sockjs-client": "1.5.2" + }, + "engines": { + "node": ">=14.17.1", + "npm": ">=8.6.0", + "yarn": "^1.7.0" + }, + "jest": { + "moduleNameMapper": { + "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/test-utils/fileMock.js", + "\\.(css|scss)$": "/test-utils/styleMock.js", + "\\.worker\\.js$": "/test-utils/workerMock.js", + "^nfvo-utils/RestAPIUtil.js$": "/test-utils/MockRest.js", + "^onap-ui-react/lib/components/SVGIcon.js$": "/test-utils/MockSVGIcon.js", + "^react-show-more$": "/test-utils/ShowMore.js", + "^nfvo-utils(.*)$": "/src/nfvo-utils$1", + "^nfvo-components(.*)$": "/src/nfvo-components$1", + "^sdc-app(.*)$": "/src/sdc-app$1", + "^test-utils(.*)$": "/test-utils$1", + "^i18nJson$": "/src/nfvo-utils/i18n/en.json", + "^src(.*)$": "/src$1" + }, + "globals": { + "DEBUG": false + }, + "setupFiles": [ + "/test-utils/shim.js", + "/test-utils/test-env-setup.js" + ], + "setupTestFrameworkScriptFile": "/test-utils/test-setup.js", + "testPathIgnorePatterns": [ + "/node_modules/", + "/test/nfvo-components/storyshots.test.js" + ], + "collectCoverageFrom": [ + "src/**/*.{js,jsx}" + ], + "coveragePathIgnorePatterns": [ + "/node_modules/", + "(.)*.stories.js" + ], + "coverageReporters": [ + "lcov" + ] + } }