-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.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
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
{
"name": "rule-logic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.99",
"@mui/material": "^5.10.5",
"@mui/styles": "^5.10.3",
"@mui/x-date-pickers": "^5.0.2",
"@reduxjs/toolkit": "^1.8.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"autosuggest-highlight": "^3.3.4",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"framer-motion": "^7.3.5",
"google-protobuf": "^3.21.0",
"grpc-web": "^1.3.1",
"history": "^5.3.0",
"i18next": "^21.9.1",
"jwt-decode": "^3.1.2",
"mobile-detect": "^1.4.5",
"moment": "^2.29.4",
"next": "12.3.0",
"next-redux-wrapper": "^8.0.0",
"next-transpile-modules": "^9.0.0",
"notistack": "^2.0.5",
"perfect-scrollbar": "^1.5.5",
"prismjs": "^1.29.0",
"qs": "^6.11.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-autosuggest": "^10.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-hook-mousetrap": "^2.0.4",
"react-i18next": "^11.18.6",
"react-masonry-css": "^1.0.16",
"react-phone-input-2": "^2.15.1",
"react-popper": "^2.3.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.4.0",
"react-swipeable": "^7.0.0",
"react-swipeable-views": "^0.14.0",
"react-window": "^1.8.7",
"redux-logger": "^3.0.6",
"rxjs": "^7.5.6",
"stylis-plugin-rtl": "^2.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.11",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}