-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.64 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"rollup": "rollup -c",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@hookform/resolvers": "^2.9.3",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.4",
"@mui/styles": "^5.10.3",
"@reduxjs/toolkit": "^1.8.3",
"@tippyjs/react": "^4.2.6",
"@types/react-dnd-html5-backend": "^3.0.2",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"formik": "^2.2.9",
"immutability-helper": "^3.1.1",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"mui-datatables": "^4.2.2",
"next": "^13.4.7",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.7.1",
"react-modern-drawer": "^1.1.2",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-sortablejs": "^6.1.4",
"react-table": "^7.8.0",
"react-toastify": "^9.0.5",
"react-uuid": "^2.0.0",
"redux-persist": "^6.0.0",
"redux-typescript": "^1.2.1",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/mui-datatables": "^3.7.9",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/react-slick": "^0.23.10",
"@types/react-table": "^7.7.12",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}