-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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": "acceptrec-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev"
},
"dependencies": {
"@apollo/client": "^3.10.8",
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@aws-sdk/client-s3": "^3.606.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@react-email/button": "0.0.15",
"@react-email/components": "^0.0.19",
"@react-email/html": "0.0.8",
"@react-google-maps/api": "^2.19.3",
"@types/node": "20.4.10",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"autoprefixer": "10.4.19",
"axios": "^1.4.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^11.2.12",
"googleapis": "^140.0.1",
"he": "^1.2.0",
"next": "^14.2.4",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "2.1.4",
"react-facebook": "^9.0.12",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-slick": "^0.30.2",
"resend": "^3.4.0",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.4",
"tailwindcss": "3.3.7",
"typescript": "5.1.6",
"xml2js": "^0.6.2",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/google.maps": "^3.54.10",
"@types/he": "^1.2.3",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"@types/xml2js": "^0.4.14"
}
}