-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.21 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
70
71
72
73
74
75
76
77
78
79
{
"name": "portfolio-hm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@formatjs/intl-localematcher": "0.2.32",
"@hookform/resolvers": "^3.8.0",
"@material-tailwind/react": "^2.1.9",
"@mui/material": "^5.16.4",
"@next/font": "^14.2.3",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"@reduxjs/toolkit": "^2.2.6",
"@tailwindcss/forms": "^0.5.7",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"@types/aos": "^3.0.7",
"@types/lodash": "^4.17.5",
"@types/negotiator": "^0.6.3",
"@types/react-lottie": "^1.2.10",
"@types/react-vertical-timeline-component": "^3.3.3",
"aos": "^2.3.4",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"dayjs": "^1.11.12",
"framer-motion": "^11.2.6",
"i": "^0.3.7",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"mini-svg-data-uri": "^1.4.4",
"mongodb": "^6.8.0",
"negotiator": "0.6.3",
"next": "14.2.3",
"next-intl": "^3.17.1",
"next-themes": "^0.3.0",
"npm": "^10.8.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-lottie": "^1.2.4",
"react-photo-view": "^1.2.6",
"react-redux": "^9.1.2",
"react-responsive": "^10.0.0",
"react-spring": "^9.7.4",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"react-vertical-timeline-component": "^3.6.0",
"redux-persist": "^6.0.0",
"swiper": "^11.1.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.164.1",
"three-globe": "^2.31.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2"
}
}