-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.75 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@builder.io/react-hydration-overlay": "^0.0.8",
"@hookform/resolvers": "^3.3.2",
"@react-three/drei": "^9.88.0",
"@react-three/fiber": "^8.14.5",
"@svgr/webpack": "^8.1.0",
"axios": "^1.6.0",
"buffer": "^6.0.3",
"file-loader": "^6.2.0",
"framer-motion": "^11.0.3",
"lottie-web": "^5.12.2",
"next": "^13.4.19",
"next-intl": "^3.0.0-beta.18",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.7",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-hook-form-persist": "^3.0.0",
"react-icons": "^4.11.0",
"react-responsive": "^9.0.2",
"react-scroll": "^1.9.0",
"react-tilt": "^1.0.2",
"sharp": "^0.32.6",
"swiper": "^10.3.1",
"three": "^0.156.1",
"url-loader": "^4.1.1",
"uuid-by-string": "^4.0.0",
"wouter": "^2.12.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "20.5.0",
"@types/nodemailer": "^6.4.13",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-scroll": "^1.8.7",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.18",
"eslint-plugin-simple-import-sort": "^10.0.0",
"sass": "^1.66.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"net": false,
"tls": false,
"dns": false,
"child_process": false
}
}