-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 Bytes
/
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
{
"name": "ducehost-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@szhsin/react-accordion": "^1.2.3",
"framer-motion": "^11.0.3",
"gsap": "^3.12.3",
"libphonenumber-js": "^1.10.54",
"locomotive-scroll": "^5.0.0-beta.11",
"mongodb": "^6.3.0",
"mongoose": "^8.2.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.3.9",
"resend": "^3.2.0",
"sharp": "^0.33.2",
"swiper": "^11.0.5"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}