-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.21 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
{
"name": "@adm/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve host",
"start:tasks": "nx serve task-management",
"start:widgets": "nx serve kpi-widgets",
"start:alerts": "nx serve alerts-management",
"start:targets": "nx serve kpi-target-management",
"start:views": "nx serve view-management",
"test": "nx run-many --all --target=test",
"test:host": "nx test host",
"test:tasks": "nx test task-management",
"test:widgets": "nx test kpi-widgets",
"test:alerts": "nx test alerts-management",
"test:targets": "nx test kpi-target-management",
"test:views": "nx test view-management",
"test:affected": "nx affected -t test",
"test:coverage": "nx run-many --all --target=test --codeCoverage",
"lint": "nx run-many --all --target=lint --fix",
"lint:affected": "nx affected -t lint --fix",
"lint:host": "nx lint host --fix",
"lint:tasks": "nx lint task-management --fix",
"lint:widgets": "nx lint kpi-widgets --fix",
"lint:alerts": "nx lint alerts-management --fix",
"lint:targets": "nx lint kpi-target-management --fix",
"lint:views": "nx lint view-management --fix",
"build": "nx build host",
"build-predev": "nx build host --configuration=predev",
"build-dev": "nx build host --configuration=dev"
},
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.0",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@fontsource/roboto-condensed": "^5.0.8",
"@mcp-management/frontend-lib": "3.8.0",
"@mui/icons-material": "5.11.16",
"@mui/lab": "5.0.0-alpha.133",
"@mui/material": "5.13.4",
"@mui/x-data-grid": "6.6.0",
"@mui/x-date-pickers": "^6.9.1",
"@swc/helpers": "0.5.0",
"@tanstack/react-query": "4.29.15",
"axios": "1.4.0",
"dayjs": "^1.11.9",
"formik": "2.4.2",
"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"jwt-decode": "3.1.2",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.2",
"tslib": "2.3.0",
"yup": "1.2.0"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/react": "16.3.2",
"@nx/vite": "16.3.2",
"@nx/web": "16.3.2",
"@nx/webpack": "16.3.2",
"@nx/workspace": "16.3.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.2",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.isequal": "4.5.6",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/ui": "^0.31.0",
"babel-jest": "^29.4.1",
"cypress": "^12.11.0",
"eslint": "~8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~20.0.3",
"lint-staged": "^13.2.3",
"nx": "16.3.2",
"nx-cloud": "latest",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"sass": "^1.55.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.0.2",
"url-loader": "^4.1.1",
"vite": "^4.3.4",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.31.0"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix",
"prettier --write",
"git add"
]
}
}