Fix known issues title in release notes
[sdc.git] / openecomp-ui / package.json
1 {
2     "name": "dox-ui",
3     "version": "1.0.0",
4     "description": "",
5     "author": "ONAP",
6     "license": "Apache-2.0",
7     "scripts": {
8         "build": "webpack --mode=production",
9         "build-dev": "webpack --mode=development",
10         "start": "webpack-dev-server --progress --mode=development",
11         "test": "jest",
12         "test-failedTestReport": "jest --json | node test-utils/failedTestReport.js",
13         "test-dev": "jest --watch",
14         "test-coverage": "jest --coverage && start ./coverage/lcov-report/index.html",
15         "test-build": "jest --coverage",
16         "storyshots": "jest storyshots.test.js",
17         "lint-fix": "eslint --fix  --ext .js --ext .jsx src"
18     },
19     "dependencies": {
20         "attr-accept": "^1.1.0",
21         "axios": "^0.16.2",
22         "classnames": "^2.2.5",
23         "core-js": "^2.4.0",
24         "d3": "^4.10.0",
25         "dox-sequence-diagram-ui": "file:../dox-sequence-diagram-ui",
26         "intl": "^1.0.1",
27         "intl-format-cache": "^2.0.5",
28         "intl-messageformat": "^1.2.0",
29         "intl-relativeformat": "^1.2.0",
30         "lodash": "^4.13.1",
31         "md5": "^2.1.0",
32         "prop-types": "^15.6.2",
33         "react": "^16.4.2",
34         "react-bootstrap": "^0.32.1",
35         "react-click-outside": "^3.0.1",
36         "react-datepicker": "^0.61.0",
37         "react-dnd": "^2.5.4",
38         "react-dnd-html5-backend": "^2.5.4",
39         "react-dom": "^16.4.2",
40         "react-dropzone": "4.3.0",
41         "react-input-autosize": "^2.2.1",
42         "react-redux": "^5.0.7",
43         "react-select": "1.2.1",
44         "react-show-more-text": "^1.0.3",
45         "react-sortable": "^1.2.1",
46         "react-transition-group": "^2.4.0",
47         "redux": "^3.7.2",
48         "sdc-ui": "1.6.62",
49         "uuid-js": "^0.7.5",
50         "validator": "^4.3.0",
51         "react-checkbox-tree": "1.4.1"
52     },
53     "devDependencies": {
54         "babel-core": "^6.24.0",
55         "babel-eslint": "^8.2.1",
56         "babel-jest": "^22.1.0",
57         "babel-loader": "7.1.4",
58         "babel-plugin-transform-class-properties": "^6.10.2",
59         "babel-plugin-transform-decorators-legacy": "^1.3.4",
60         "babel-plugin-transform-object-rest-spread": "^6.8.0",
61         "babel-plugin-transform-runtime": "^6.22.0",
62         "babel-preset-env": "^1.6.1",
63         "babel-preset-react": "^6.23.0",
64         "clean-webpack-plugin": "^0.1.19",
65         "css-loader": "^0.23.1",
66         "deep-freeze": "0.0.1",
67         "del": "^3.0.0",
68         "enzyme": "^3.4.0",
69         "enzyme-adapter-react-16": "^1.2.0",
70         "eslint": "^4.18.1",
71         "eslint-config-prettier": "^2.9.0",
72         "eslint-loader": "^2.0.0",
73         "eslint-plugin-import": "^2.9.0",
74         "eslint-plugin-prettier": "^2.6.0",
75         "eslint-plugin-react": "^7.7.0",
76         "express": "^4.13.3",
77         "file-loader": "^0.8.5",
78         "html-loader": "^0.4.3",
79         "http-proxy-middleware": "^0.17.4",
80         "ignore-loader": "^0.1.1",
81         "jasmine-core": "^2.5.2",
82         "jest": "^21.2.1",
83         "jshint": "^2.9.4",
84         "json-loader": "^0.5.4",
85         "jsx-loader": "^0.13.2",
86         "mkdirp": "^0.5.1",
87         "moment": "^2.18.1",
88         "node-sass": "^4.7.2",
89         "node-watch": "^0.3.5",
90         "prettier": "1.10.2",
91         "prompt": "^0.2.14",
92         "randomstring": "^1.1.5",
93         "react-hot-loader": "^4.3.4",
94         "react-test-renderer": "^16.4.2",
95         "rosie": "^1.6.0",
96         "run-sequence": "^2.2.1",
97         "sass-loader": "^6.0.6",
98         "source-map-loader": "^0.1.5",
99         "storyshots": "^3.2.2",
100         "style-loader": "^0.13.0",
101         "svg-sprite-loader": "^3.7.3",
102         "url-loader": "^0.5.7",
103         "webpack": "^4.5.0",
104         "webpack-cli": "^2.0.14",
105         "webpack-dev-server": "^3.1.3",
106         "worker-loader": "^2.0.0"
107     },
108     "engines": {
109         "node": ">=8.0.0",
110         "npm": ">=5.0.0",
111         "yarn": "^1.7.0"
112     },
113     "jest": {
114         "moduleNameMapper": {
115             "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test-utils/fileMock.js",
116             "\\.(css|scss)$": "<rootDir>/test-utils/styleMock.js",
117             "\\.worker\\.js$": "<rootDir>/test-utils/workerMock.js",
118             "^nfvo-utils/RestAPIUtil.js$": "<rootDir>/test-utils/MockRest.js",
119             "^sdc-ui/lib/react/SVGIcon.js$": "<rootDir>/test-utils/MockSVGIcon.js",
120             "^react-show-more$": "<rootDir>/test-utils/ShowMore.js",
121             "^nfvo-utils(.*)$": "<rootDir>/src/nfvo-utils$1",
122             "^nfvo-components(.*)$": "<rootDir>/src/nfvo-components$1",
123             "^sdc-app(.*)$": "<rootDir>/src/sdc-app$1",
124             "^test-utils(.*)$": "<rootDir>/test-utils$1",
125             "^i18nJson$": "<rootDir>/src/nfvo-utils/i18n/en.json",
126             "^src(.*)$": "<rootDir>/src$1"
127         },
128         "globals": {
129             "DEBUG": false
130         },
131         "setupFiles": [
132             "<rootDir>/test-utils/shim.js",
133             "<rootDir>/test-utils/test-env-setup.js"
134         ],
135         "setupTestFrameworkScriptFile": "<rootDir>/test-utils/test-setup.js",
136         "testPathIgnorePatterns": [
137             "<rootDir>/node_modules/",
138             "<rootDir>/test/nfvo-components/storyshots.test.js"
139         ],
140         "collectCoverageFrom": [
141             "src/**/*.{js,jsx}"
142         ],
143         "coveragePathIgnorePatterns": [
144             "/node_modules/",
145             "(.)*.stories.js"
146         ],
147         "coverageReporters": [
148             "lcov"
149         ]
150     }
151 }