-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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": "jeromes-resume",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"accept-language": "^3.0.20",
"autoprefixer": "10.4.20",
"client-only": "^0.0.1",
"eslint": "^8.57",
"eslint-config-next": "14.2.14",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"js-cookie": "^3.0.5",
"next": "^14.2.14",
"next-themes": "^0.3.0",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.2",
"react-icons": "^5.3.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"@types/js-cookie": "^3.0.6"
}
}