forked from kduret/centreon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.53 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
160
161
162
{
"name": "centreon",
"version": "21.10.0",
"description": "centreon web package",
"scripts": {
"build": "webpack --mode production --config ./webpack.config.prod.js",
"build:analyze": "webpack --mode production --config ./webpack.config.analyze.js",
"build:dev": "webpack --mode development --config ./webpack.config.dev.js",
"watch": "webpack --mode=development --config ./webpack.config.dev.js --watch",
"eslint": "eslint ./www/front_src --ext .js,.jsx,.ts,.tsx",
"eslint:fix": "npm run eslint -- --fix",
"test": "jest",
"test:watch": "npm test -- --watch",
"start:dev": "cross-env WEBPACK_ENV=serve webpack serve --mode development --config ./webpack.config.dev.js",
"lhci": "lhci autorun",
"lhci:open": "lhci open"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.14.5",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-shorthand-properties": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@lhci/cli": "^0.8.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/ramda": "0.27.45",
"@types/react-router": "^5.1.16",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.4",
"babel-loader": "^8.2.2",
"babel-merge": "^3.0.0",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"clipboardy": "^2.3.0",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-hooks": "^0.4.1",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-prefer-arrow-functions": "^3.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^1.8.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.3.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.4",
"jest-environment-jsdom": "^27.2.4",
"jest-junit": "^13.0.0",
"mini-css-extract-plugin": "^2.3.0",
"mockdate": "^3.0.5",
"node-sass": "^6.0.1",
"postcss-loader": "^6.1.1",
"postcss-safe-parser": "^6.0.0",
"prettier": "^2.4.1",
"puppeteer": "^11.0.0",
"react-beautiful-dnd-test-utils": "^3.2.1",
"react-mock-router": "^1.0.15",
"react-refresh": "^0.10.0",
"redux-mock-store": "^1.5.4",
"resize-observer-polyfill": "^1.5.1",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.2.4",
"thread-loader": "^3.0.4",
"ts-loader": "^9.2.6",
"typescript": "4.4.3",
"url-loader": "^4.1.1",
"webpack": "^5.56.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@centreon/centreon-frontend": "git+https://[email protected]/centreon/centreon-frontend.git#master",
"@date-io/dayjs": "1.3.13",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.4",
"@visx/visx": "2.1.1",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"clsx": "^1.1.1",
"connected-react-router": "^6.9.1",
"d3-array": "2.12.1",
"d3-scale": "^4.0.2",
"dayjs": "^1.10.7",
"dom-serializer": "^1.3.2",
"dom-to-image": "^2.6.0",
"dompurify": "^2.3.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"html-react-parser": "^1.4.0",
"i18next": "^21.2.4",
"install": "^0.13.0",
"jotai": "^1.4.2",
"jsdom": "^17.0.0",
"json-loader": "^0.5.7",
"numeral": "^2.0.6",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-full-screen": "^1.1.0",
"react-fullscreen-crossbrowser": "^1.1.0",
"react-i18next": "^11.12.0",
"react-material-ui-carousel": "^2.3.5",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-select": "^5.1.0",
"react-spring": "^9.2.5",
"redux": "^4.1.1",
"redux-batched-actions": "^0.5.0",
"redux-form": "^8.3.7",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"string-argv": "^0.3.1",
"systemjs": "^6.10.3",
"systemjs-plugin-css": "^0.1.37",
"ts.data.json": "^2.0.0",
"use-deep-compare-effect": "^1.8.0",
"yup": "^0.32.9"
},
"jest": {
"testResultsProcessor": "jest-junit",
"testURL": "http://localhost/"
},
"jest-junit": {
"output": "./jest-test-results.xml",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
}
}