Allow import of handcrafted templates with specific substitution filter format
[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.25.0",
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         "onap-ui-react": "^1.0.0",
33         "onap-ui-common": "^1.0.101",
34         "prop-types": "^15.6.2",
35         "react": "^16.4.2",
36         "react-bootstrap": "^0.32.1",
37         "react-checkbox-tree": "1.4.1",
38         "react-click-outside": "^3.0.1",
39         "react-datepicker": "^0.61.0",
40         "react-dnd": "^2.5.4",
41         "react-dnd-html5-backend": "^2.5.4",
42         "react-dom": "^16.4.2",
43         "react-dropzone": "4.3.0",
44         "react-input-autosize": "^2.2.1",
45         "react-redux": "^5.0.7",
46         "react-select": "1.2.1",
47         "react-show-more-text": "1.6.1",
48         "react-sortable": "^1.2.1",
49         "react-transition-group": "^2.4.0",
50         "redux": "^3.7.2",
51         "uuid-js": "^0.7.5",
52         "validator": "^4.3.0"
53     },
54     "devDependencies": {
55         "babel-core": "^6.26.0",
56         "babel-eslint": "^8.2.1",
57         "babel-jest": "^22.1.0",
58         "babel-loader": "7.1.4",
59         "babel-plugin-transform-class-properties": "^6.10.2",
60         "babel-plugin-transform-decorators-legacy": "^1.3.4",
61         "babel-plugin-transform-object-rest-spread": "^6.8.0",
62         "babel-plugin-transform-runtime": "^6.22.0",
63         "babel-preset-env": "^1.6.1",
64         "babel-preset-react": "^6.23.0",
65         "clean-webpack-plugin": "^0.1.19",
66         "css-loader": "^0.23.1",
67         "deep-freeze": "0.0.1",
68         "del": "^3.0.0",
69         "enzyme": "^3.4.0",
70         "enzyme-adapter-react-16": "^1.2.0",
71         "eslint": "^4.18.1",
72         "eslint-config-prettier": "^2.9.0",
73         "eslint-loader": "^2.0.0",
74         "eslint-plugin-import": "^2.9.0",
75         "eslint-plugin-prettier": "^2.6.0",
76         "eslint-plugin-react": "^7.7.0",
77         "express": "^4.13.3",
78         "file-loader": "^0.8.5",
79         "html-loader": "^0.4.3",
80         "http-proxy-middleware": "^0.17.4",
81         "ignore-loader": "^0.1.1",
82         "jasmine-core": "^2.5.2",
83         "jest": "^21.2.1",
84         "jshint": "^2.9.4",
85         "json-loader": "^0.5.4",
86         "jsx-loader": "^0.13.2",
87         "mkdirp": "^0.5.1",
88         "moment": "^2.18.1",
89         "node-sass": "^4.7.2",
90         "node-watch": "^0.3.5",
91         "prettier": "1.10.2",
92         "prompt": "^0.2.14",
93         "randomstring": "^1.1.5",
94         "react-hot-loader": "^4.3.4",
95         "react-test-renderer": "^16.4.2",
96         "rosie": "^1.6.0",
97         "run-sequence": "^2.2.1",
98         "sass-loader": "^6.0.6",
99         "source-map-loader": "^0.1.5",
100         "storyshots": "^3.2.2",
101         "style-loader": "^0.13.0",
102         "svg-sprite-loader": "^3.7.3",
103         "url-loader": "^0.5.7",
104         "webpack": "^4.5.0",
105         "webpack-cli": "^3.3.12",
106         "webpack-dev-server": "^3.1.3",
107         "worker-loader": "^2.0.0",
108         "html-webpack-plugin": "^3.2.0"
109     },
110     "resolutions": {
111         "**/sockjs-client": "1.5.2"
112     },
113     "engines": {
114         "node": ">=14.17.1",
115         "npm": ">=8.6.0",
116         "yarn": "^1.7.0"
117     },
118     "jest": {
119         "moduleNameMapper": {
120             "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test-utils/fileMock.js",
121             "\\.(css|scss)$": "<rootDir>/test-utils/styleMock.js",
122             "\\.worker\\.js$": "<rootDir>/test-utils/workerMock.js",
123             "^nfvo-utils/RestAPIUtil.js$": "<rootDir>/test-utils/MockRest.js",
124             "^onap-ui-react/lib/components/SVGIcon.js$": "<rootDir>/test-utils/MockSVGIcon.js",
125             "^react-show-more$": "<rootDir>/test-utils/ShowMore.js",
126             "^nfvo-utils(.*)$": "<rootDir>/src/nfvo-utils$1",
127             "^nfvo-components(.*)$": "<rootDir>/src/nfvo-components$1",
128             "^sdc-app(.*)$": "<rootDir>/src/sdc-app$1",
129             "^test-utils(.*)$": "<rootDir>/test-utils$1",
130             "^i18nJson$": "<rootDir>/src/nfvo-utils/i18n/en.json",
131             "^src(.*)$": "<rootDir>/src$1"
132         },
133         "globals": {
134             "DEBUG": false
135         },
136         "setupFiles": [
137             "<rootDir>/test-utils/shim.js",
138             "<rootDir>/test-utils/test-env-setup.js"
139         ],
140         "setupTestFrameworkScriptFile": "<rootDir>/test-utils/test-setup.js",
141         "testPathIgnorePatterns": [
142             "<rootDir>/node_modules/",
143             "<rootDir>/test/nfvo-components/storyshots.test.js"
144         ],
145         "collectCoverageFrom": [
146             "src/**/*.{js,jsx}"
147         ],
148         "coveragePathIgnorePatterns": [
149             "/node_modules/",
150             "(.)*.stories.js"
151         ],
152         "coverageReporters": [
153             "lcov"
154         ]
155     }
156 }