-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "bluetechdigital",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.10.5",
"@react-email/components": "^0.0.19",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"dateformat": "^5.0.3",
"dompurify": "^3.1.5",
"dotenv": "^16.4.5",
"formik": "^2.4.6",
"graphql": "^16.8.2",
"gsap": "^3.12.5",
"html-react-parser": "^5.1.10",
"isomorphic-dompurify": "^2.12.0",
"lenis": "^1.1.6",
"next": "^14.2.4",
"nodemailer": "^6.9.14",
"posthog-js": "^1.139.8",
"react": "^18",
"react-date-picker": "^11.0.0",
"react-dom": "^18",
"react-email": "^3.0.2",
"react-google-recaptcha": "^3.1.0",
"sass": "^1.77.6",
"styled-components": "^6.1.11",
"swiper": "^11.1.4"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/dateformat": "^5.0.2",
"@types/lodash": "^4.17.5",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"@types/validator": "^13.12.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"framer-motion": "^11.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}