-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
159 lines (159 loc) · 4.82 KB
/
package.json
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
156
157
158
159
{
"name": "cx-web-client-spa",
"version": "0.0.0",
"description": "cxWebClientSpa",
"main": "app.js",
"repository": "",
"license": "",
"scripts": {
"start": "npm-run-all --parallel test:watch lint:watch webpack-dev-server",
"test": "jest",
"test:watch": "npm run test -- --watch CI=true",
"lint": "node_modules/.bin/esw webpack.config.* src tools --ignore-path .eslintignore ; exit 0",
"lint:watch": "npm run lint -- --watch ; exit 0",
"build-transpile-es6": "babel src -d es5_Source",
"webpack": "webpack --config=./webpack/webpack.dev.config",
"build-dev": "npm-run-all webpack",
"build-prod": "webpack --config=./webpack/webpack.production.config --progress --profile --colors -p",
"webpack-dev-server": "webpack-dev-server --config=./webpack/webpack.dev.config --hot --progress --colors --open --env development"
},
"jest": {
"verbose": false,
"unmockedModulePathPatterns": [
"/node_modules/"
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.(css|scss|less)$": "identity-obj-proxy"
},
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/tools/__mocks__/styleMock.js"
},
"roots": [
"<rootDir>/src",
"<rootDir>/tools/cucumber"
],
"globals": {
"NODE_ENV": "test"
},
"testMatch": [
"**/__tests__/**/*.js?(x)",
"**/?(*.)+(spec|test).js?(x)",
"**/?(*.)+(feature|steps)?(.js)"
],
"moduleFileExtensions": [
"js",
"jsx"
],
"testPathIgnorePatterns": [
"<rootDir>/(build|docs|node_modules)/"
],
"setupTestFrameworkScriptFile": "<rootDir>/tools/testSetup.js"
},
"author": "lux checkmarx",
"dependencies": {
"@checkmarx/cx-ui": "^1.0.204",
"ua-parser-js": "^0.7.22",
"axios": "^0.21.1",
"node-fetch": "^2.6.1",
"bootstrap": "^3.4.1",
"cookies-js": "^1.2.3",
"copy-to-clipboard": "^3.0.8",
"d3": "^5.7.0",
"fetch-intercept": "^2.2.3",
"fixed-data-table": "^0.6.5",
"globalize": "^1.2.3",
"i18next": "^11.9.1",
"i18next-xhr-backend": "^1.5.1",
"identity-obj-proxy": "^3.0.0",
"immutable": "^3.8.2",
"jquery": "^3.5.1",
"js-polyfills": "^0.1.41",
"linq": "^3.0.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash.merge": "^4.6.2",
"material-ui": "^0.20.0",
"mobx": "^4.8.0",
"mobx-react": "^5.0.0",
"moment": "^2.20.1",
"oidc-client": "^1.10.1",
"prop-types": "^15.6.0",
"react": "^16.8.3",
"react-bootstrap": "^0.31.5",
"react-bootstrap-table": "^4.3.1",
"react-custom-scrollbars": "^4.2.1",
"react-d3": "^0.4.0",
"react-date-range": "^0.9.4",
"react-dom": "^16.8.3",
"react-i18next": "^8.0.7",
"react-idle-timer": "^4.2.3",
"react-resize-detector": "^3.4.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-spinkit": "^3.0.0",
"react-toastify": "^3.3.2",
"react-tooltip": "^3.6.1",
"reactstrap": "^6.5.0",
"recompose": "^0.30.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-plugin-rewire": "^1.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"cheerio": "^1.0.0-rc.2",
"colors": "1.3.2",
"compression": "^1.7.1",
"cross-env": "^5.1.3",
"css-loader": "^1.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^4.17.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.6.1",
"eslint-watch": "^4.0.2",
"eventsource-polyfill": "0.9.6",
"expect": "^23.6.0",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest-css-modules": "^1.1.0",
"jest-cucumber": "^1.0.11",
"jsdom": "^13.0.0",
"mocha": "^5.0.0",
"nock": "^10.0.1",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.2",
"npm-sass": "^2.0.0",
"react-addons-test-utils": "^15.6.2",
"react-hot-loader": "^4.3.11",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"sinon": "^7.0.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^3.11.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dev-middleware": "^1.12.2",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.21.0",
"webpack-spritesmith": "^0.5.3",
"why-did-you-update": "^0.2.0"
}
}