-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.81 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
{
"name": "client",
"private": true,
"version": "1.2.0 - Alfa",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"eslint": "eslint --fix",
"prettier": "prettier --config .prettierrc.json src/* --write",
"format": "eslint --fix . && prettier --config .prettierrc.json src/* --write",
"preview": "vite preview --port 5173"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^6.20.2",
"@reduxjs/toolkit": "^2.2.5",
"ag-grid-community": "^32.0.0",
"ag-grid-react": "^32.0.0",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.12",
"file-saver": "^2.0.5",
"i18next": "^23.11.3",
"lodash": "^4.17.21",
"motion": "^11.13.5",
"notistack": "^3.0.1",
"qs": "^6.12.3",
"randomcolor": "^0.6.2",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.3",
"recharts": "^2.13.3",
"sass": "^1.74.1",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/qs": "^6.9.15",
"@types/randomcolor": "^0.5.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.24",
"@types/react-redux": "^7.1.33",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-unused-imports": "^3.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^4.5.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}