-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.37 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
{
"name": "react-redux-ddd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.8",
"@hookform/resolvers": "^3.2.0",
"@mui/icons-material": "^5.14.3",
"@mui/joy": "^5.0.0-beta.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/system": "^5.14.5",
"@mui/x-date-pickers": "^6.11.1",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"emoji-picker-element": "^1.18.3",
"emoji-picker-react": "^4.5.1",
"history": "^5.3.0",
"jest": "^29.6.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"psl": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.5.2",
"react-mentions": "^4.4.10",
"react-popper": "^2.3.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"timezone-soft": "^1.4.1",
"zod": "^3.22.1"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
"@types/lodash.debounce": "^4.0.7",
"@types/moment": "^2.13.0",
"@types/psl": "^1.1.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-mentions": "^4.1.8",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.47.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}