-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.42 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/roboto": "5.1.0",
"@mui/icons-material": "6.1.6",
"@mui/material": "6.1.6",
"@mui/x-date-pickers": "7.22.2",
"@reduxjs/toolkit": "^2.0.0",
"axios": "1.7.7",
"http-proxy-middleware": "3.0.3",
"luxon": "3.5.0",
"oidc-client-ts": "^3.0.0",
"pretty-bytes": "6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-oidc-context": "^3.0.0",
"react-redux": "^9.0.0",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"redux-saga": "1.3.0",
"web-vitals": "4.2.4"
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "5.6.3",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.0.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"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"
]
}
}