-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@react-three/drei": "^9.77.9",
"@react-three/fiber": "^8.13.3",
"@sendgrid/mail": "^7.7.0",
"@types/node": "18.16.2",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/three": "^0.152.1",
"classnames": "^2.3.2",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"gsap": "npm:@gsap/business",
"next": "13.3.1",
"next-sitemap": "^4.1.3",
"next-themes": "^0.2.1",
"next-translate-routes": "^1.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.43.9",
"react-toastify": "^9.1.2",
"three": "^0.153.0",
"typescript": "5.0.4",
"yup": "^1.1.1"
},
"devDependencies": {
"sass": "^1.62.1"
}
}