-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@gsap/react": "^2.1.1",
"@studio-freight/lenis": "^1.0.42",
"@studio-freight/react-lenis": "^0.0.47",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"emailjs": "^4.0.3",
"express": "^4.18.2",
"firebase": "^10.12.0",
"gsap": "^3.12.5",
"gsap-trial": "^3.12.5",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"next": "13.5.6",
"next-i18next": "^15.0.0",
"next-intl": "^3.1.2",
"nodemailer": "^6.9.7",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^13.5.0",
"react-responsive-carousel": "^3.2.23",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"sass": "^1.69.4",
"tailwindcss": "^3",
"typescript": "^5"
}
}