This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "agencia-digital-atlantico",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"@mui/system": "^5.15.14",
"@react-email/components": "^0.0.16",
"@react-email/render": "^0.0.12",
"@vercel/analytics": "1.2.2",
"animate.css": "^4.1.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"framer-motion": "^10.16.4",
"husky": "^8.0.3",
"next": "14.2.12",
"nodemailer": "^6.9.13",
"prettier": "3.0.3",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.8",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.1",
"react-phone-number-input": "^3.3.10",
"react-scroll": "^1.9.0",
"sass": "^1.72.0",
"sharp": "^0.33.3",
"webpack": "^5.91.0",
"xoauth2": "^1.2.0",
"zod": "^3.22.4"
},
"overrides": {
"@react-email/components": {
"postcss": "8.4.38",
"@react-email/tailwind": "0.0.15"
}
}
}