-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
{
"name": "vielra-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.2",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/plus-jakarta-sans": "^4.5.9",
"@hookform/resolvers": "^2.9.10",
"@iconify/react": "^4.0.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.2",
"i18next": "^22.4.10",
"js-cookie": "^3.0.1",
"next": "12.0.10",
"next-i18next": "^13.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.41.3",
"react-i18next": "^12.2.0",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-social-login": "^3.4.16",
"react-use": "^17.4.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "17.0.14",
"@types/react": "17.0.44",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"sass": "^1.58.3",
"typescript": "4.5.5"
},
"overrides": {
"@types/react": "17.0.44"
},
"resolutions": {
"@types/react": "17.0.44"
}
}