-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.44 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.44 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.6",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/styles": "^6.4.8",
"@mui/x-data-grid": "^8.8.0",
"@mui/x-date-pickers": "^8.10.2",
"@react-router/node": "^7.9.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^13.2.1",
"@vitejs/plugin-react": "^5.0.4",
"axios": "^1.11.0",
"date-fns": "^4.1.0",
"isbot": "^5",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"react": "^19.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^19.1.0",
"react-resizable": "^3.0.5",
"react-router": "^7.7.0",
"recharts": "^3.1.2",
"vite": "^7.1.9",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "vite",
"build": "react-router build",
"dev": "react-router dev",
"serve": "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"
]
},
"devDependencies": {
"@react-router/dev": "^7.9.4"
}
}