-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "sme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/styled-engine-sc": "^6.0.0-alpha.2",
"@reduxjs/toolkit": "^1.9.7",
"@types/aos": "^3.0.7",
"aos": "^2.3.4",
"axios": "^1.5.1",
"formik": "^2.4.5",
"next": "13.5.4",
"react": "^18",
"react-bootstrap": "^2.9.0",
"react-countup": "^6.5.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18",
"react-redux": "^8.1.3",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-step-wizard": "^5.3.11",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "^1.69.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.1",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.11",
"typescript": "^5"
}
}