This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.85 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
{
"name": "centreon-frontend",
"version": "22.10.0",
"description": "The monorepo to manage the frontend projects",
"repository": {
"type": "git",
"url": "git+https://github.com/centreon/centreon-frontend.git"
},
"keywords": [
"centreon",
"react",
"eslint",
"webpack",
"typescript",
"nodejs"
],
"author": "[email protected]",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/centreon/centreon-frontend/issues"
},
"homepage": "https://github.com/centreon/centreon-frontend#readme",
"dependencies": {
"@dnd-kit/core": "^5.0.3",
"@dnd-kit/modifiers": "^5.0.0",
"@dnd-kit/sortable": "^6.0.1",
"@dnd-kit/utilities": "^3.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.80",
"@mui/material": "^5.6.4",
"@mui/styles": "^5.10.2",
"anylogger": "^1.0.11",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"dayjs": "^1.11.2",
"formik": "^2.2.9",
"humanize-duration": "^3.27.1",
"i18next": "^21.7.1",
"notistack": "2.0.4",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"resize-observer-polyfill": "^1.5.1",
"ts.data.json": "^2.1.0",
"ulog": "^2.0.0-beta.19"
},
"devDependencies": {
"@centreon/frontend-config": "file:packages/frontend-config",
"@centreon/ui": "file:packages/centreon-ui",
"@centreon/ui-context": "file:packages/ui-context"
},
"peerDependencies": {
"@swc/core": "1.x",
"@swc/jest": "0.x",
"@tanstack/react-query": "4.x",
"@tanstack/react-query-devtools": "4.x",
"@testing-library/jest-dom": "5.x",
"@testing-library/react": "13.x",
"@types/ramda": "0.28.x",
"@typescript-eslint/eslint-plugin": "^5.x",
"@typescript-eslint/parser": "^5.x",
"clean-webpack-plugin": "^4.x",
"eslint": "8.x",
"eslint-config-airbnb": "19.x",
"eslint-config-airbnb-base": "^15.x",
"eslint-config-prettier": "8.x",
"eslint-import-resolver-alias": "1.x",
"eslint-plugin-hooks": "0.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prefer-arrow-functions": "3.x",
"eslint-plugin-prettier": "4.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x",
"eslint-plugin-sort-keys-fix": "1.x",
"eslint-plugin-typescript-sort-keys": "2.x",
"identity-obj-proxy": "3.x",
"jest": "28.x",
"jest-fetch-mock": "^3.x",
"jotai": "^1.6.5",
"jotai-suspense": "^0.1.x",
"prettier": "2.x",
"resolve-url-loader": "5.x",
"url-loader": "4.x.x",
"swc-loader": "0.x",
"tss-react": "4.x",
"typescript": "4.x",
"webpack-merge": "5.x"
}
}