-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.42 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "formato_consultoria",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@djpfs/react-vlibras": "^2.0.2",
"@headlessui/react": "^1.7.8",
"@phosphor-icons/react": "^2.0.10",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@types/node": "18.11.9",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"cloudinary": "^1.40.0",
"clsx": "^2.0.0",
"date-fns": "^2.29.3",
"framer-motion": "^10.16.4",
"lucide-react": "^0.276.0",
"next": "^13.4.19",
"next-cloudinary": "^1.8.2",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.0",
"plaiceholder": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-download-link": "^2.3.0",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.11.0",
"react-player": "^2.13.0",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"react-slick": "^0.29.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.32.5",
"shiki": "^0.14.4",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"unified": "^11.0.4"
},
"description": "Business consulting, leading strategies for companies to leverage their business.",
"main": "index.js",
"author": "For Formato Consultoria by Diego C. Silva <[email protected]>",
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/typography": "^0.5.10",
"@types/imagemin-jpegtran": "^5.0.1",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-slick": "^0.23.10",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"sass": "^1.56.1",
"tailwindcss": "^3.3.3"
}
}