-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.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
{
"name": "drsinstallations",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@react-email/components": "^0.0.16",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"cookie": "^0.6.0",
"dateformat": "^5.0.3",
"dompurify": "^3.0.11",
"dotenv": "^16.4.5",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"html-react-parser": "^5.1.10",
"isomorphic-dompurify": "^2.6.0",
"lodash": "^4.17.21",
"next": "14.1.4",
"nodemailer": "^6.9.13",
"posthog-js": "^1.116.6",
"react": "^18",
"react-dom": "^18",
"react-email": "^2.1.1",
"react-google-recaptcha": "^3.1.0",
"sass": "^1.72.0",
"styled-components": "^6.1.8",
"swiper": "^11.1.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/dateformat": "^5.0.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-google-recaptcha": "^2.1.9",
"@types/validator": "^13.11.9",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"framer-motion": "^11.0.24",
"postcss": "^8",
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}