-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-free": "^6.1.1",
"@heroicons/react": "^1.0.6",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.11.10",
"@mui/styles": "^5.11.13",
"@mui/x-date-pickers": "^5.0.12",
"@reduxjs/toolkit": "^1.8.0",
"@tailwindcss/forms": "^0.5.0",
"antd": "^4.19.2",
"antd-img-crop": "^4.2.0",
"axios": "^0.26.1",
"csvtojson": "^2.0.10",
"firebase": "^9.6.9",
"formik": "^3.0.0-next.8",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-facebook-pixel": "^1.0.4",
"react-ga": "^3.3.1",
"react-hook-form": "^7.41.5",
"react-icons": "^4.8.0",
"react-redux": "^7.2.6",
"react-shimmer-skeleton": "^1.0.3",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"tailwind-scrollbar-hide": "^1.1.7",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}