-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 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
{
"name": "mk_challenge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/css": "^11.9.0",
"@emotion/react": "11",
"@emotion/styled": "11",
"@hookform/resolvers": "^2.9.3",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"debounce": "^1.2.1",
"framer-motion": "6",
"i18next": "^21.8.11",
"i18next-browser-languagedetector": "^6.1.4",
"next": "12.2.0",
"next-redux-wrapper": "^7.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.33.1",
"react-i18next": "^11.17.4",
"react-icons": "^4.4.0",
"react-input-mask": "^2.0.4",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/debounce": "^1.2.1",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-input-mask": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"babel-eslint": "^10.1.0",
"eslint": "8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-import": "^0.13.0",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^28.1.2",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"redux-devtools-extension": "^2.13.9",
"tsconfig-paths": "^4.0.0",
"typescript": "4.7.4"
}
}