-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 891 Bytes
/
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
{
"name": "b7sffg--run",
"version": "0.0.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"@mui/x-date-pickers": "7.17.0",
"@mui/x-charts": "7.17.0",
"@mui/x-data-grid": "7.17.0",
"@mui/x-tree-view": "7.17.0",
"@mui/material": "6.1.0",
"@mui/icons-material": "6.1.0",
"dayjs": "1.11.13",
"clsx": "2.1.1",
"@react-spring/web": "9.7.4",
"@mui/x-data-grid-pro": "7.17.0",
"@mui/x-date-pickers-pro": "7.17.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"typescript": "5.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-scripts": "latest"
}
}