forked from SouJunior/mentores-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "portal-mentoria",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.1.0",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-easy-crop": "^2.0.0",
"@types/swiper": "^6.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "3.2.5",
"typescript": "5.1.6"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@tanstack/react-query": "^5.17.15",
"axios": "^1.4.0",
"cookies-next": "^2.1.2",
"dayjs": "^1.11.10",
"eslint-config-next": "13.4.12",
"formik": "^2.4.2",
"framer-motion": "^10.13.0",
"jwt-decode": "^4.0.0",
"next": "13.4.12",
"phosphor-react": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-crop": "^5.0.2",
"react-toastify": "^9.1.3",
"styled-components": "^6.0.5",
"swiper": "^10.0.4",
"yup": "^1.2.0"
}
}