-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.19 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/styled": "^11.11.0",
"@giscus/react": "^3.0.0",
"@hookform/resolvers": "^3.1.0",
"@mantine/core": "^7.4.1",
"@mantine/hooks": "^7.4.1",
"@mantine/styles": "^6.0.21",
"@types/react-ga": "^2.3.0",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.8",
"date-fns-tz": "^2.0.0",
"dompurify": "^3.2.2",
"framer-motion": "^10.16.4",
"g": "^2.0.1",
"i18next": "^23.15.1",
"jsdom": "^25.0.1",
"next": "^14.0.3",
"next-i18next": "^15.3.1",
"next-seo": "^6.4.0",
"nextjs-progressbar": "^0.0.16",
"npm": "^9.7.2",
"phosphor-react": "^1.4.1",
"polished": "^4.2.2",
"react": "18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-github-calendar": "^4.0.10",
"react-hook-form": "^7.44.3",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.2",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-player": "^2.11.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"react-spring": "^9.7.3",
"react-tabs": "^6.0.1",
"react-vertical-timeline-component": "^3.6.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-media-query": "^2.1.2",
"swr": "^2.2.4",
"tabler-icons-react": "^1.56.0",
"typewriter-effect": "^2.19.0",
"use-sound": "^4.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"@types/react-vertical-timeline-component": "^3.3.3",
"@types/styled-components": "^5.1.26",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"file-loader": "^6.2.0",
"tailwindcss": "^3.4.0",
"typescript": "4.8.4",
"url-loader": "^4.1.1"
}
}