-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "sofware-project-management",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "^5.12.3",
"@mui/x-data-grid": "^6.3.0",
"@mui/x-date-pickers": "^6.5.0",
"@tanstack/react-query": "^4.29.5",
"@uiw/codemirror-extensions-langs": "^4.20.2",
"@uiw/react-codemirror": "^4.20.2",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"material-ui-popup-state": "^5.0.8",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.7",
"react-hook-form": "^7.43.9",
"react-router-dom": "^6.11.1",
"recharts": "^2.5.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"@vitejs/plugin-react-swc": "^3.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"typescript": "^5.0.4",
"vite": "4.4.2"
}
}