forked from eclipse-tractusx/vas-country-risk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.06 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
{
"name": "dashboard-app",
"version": "1.3.1",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@catena-x/portal-shared-components": "2.1.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "5.10.6",
"@mui/x-data-grid": "5.17.26",
"@mui/types": "7.2.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "^14.5.1",
"axios": "1.6.4",
"buffer": "^6.0.3",
"cx-portal-shared-components": "0.4.5",
"d3-fetch": "^3.0.1",
"env-cmd": "^10.1.0",
"enzyme": "^3.11.0",
"html-to-image": "^1.11.11",
"jest": "^29.7.0",
"jest-mock-axios": "^4.7.3",
"json5": "^2.2.3",
"jspdf": "^2.5.1",
"keycloak-js": "20.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-simple-maps": "^3.0.0",
"react-svg-worldmap": "^2.0.0-alpha.16",
"react-test-renderer": "^18.2.0",
"react-tooltip": "4.2.21",
"web-vitals": "^3.5.0",
"webpack": "5.89.0"
},
"scripts": {
"start": "react-scripts start",
"start:dev": "env-cmd -f .env.development npm start",
"start:prod": "env-cmd -f .env.production npm start",
"build": "react-scripts build",
"build:dev": "env-cmd -f .env.development npm run build",
"build:prod": "env-cmd -f .env.production npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "react-scripts test --env=jsdom --coverage --collectCoverageFrom='src/**/*.js' ",
"local-coverage": "react-scripts test --env=jsdom --watchAll --coverage --collectCoverageFrom='src/**/*.js' ",
"build:legal-notice": "bash scripts/legal-notice.sh"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-jest": "^29.7.0",
"jsdom": "22.0.0",
"sass": "^1.69.5",
"@adobe/css-tools": ">=4.3.2",
"follow-redirects": ">=1.15.4",
"postcss": "^8.4.31"
},
"overrides": {
"react-simple-maps": {
"d3-color": "^3.1.0",
"d3-zoom": "^3.0.0"
},
"react-scripts": {
"@svgr/webpack": "7.0.0"
},
"resolve-url-loader": {
"postcss": "^8.4.31"
},
"eslint": "8.32.0",
"react-router-dom": "6.14.1",
"keycloak-js": "20.0.5",
"@mui/icons-material": "5.10.6",
"@mui/material": "5.10.7",
"@catena-x/portal-shared-components": {
"@mui/x-date-pickers": "6.16.1",
"@mui/types": "7.2.5",
"@mui/system": {
"@mui/types": "7.2.5"
}
}
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(react-simple-maps|d3-[^/]+)/)"
],
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
}
}