-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "patrick-arns.de",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.0.1",
"@contentful/rich-text-types": "^17.0.0",
"@formatjs/intl-localematcher": "^0.6.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@tailwindcss/container-queries": "^0.1.1",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"contentful": "^11.5.4",
"framer-motion": "^12.4.10",
"i18next": "^24.2.2",
"i18next-resources-to-backend": "^1.2.1",
"negotiator": "^1.0.0",
"next": "15.2.1",
"next-themes": "^0.4.4",
"next-video": "^2.1.0",
"react": "19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "19.0.0",
"react-event-hook": "^3.1.2",
"react-i18next": "^15.4.1",
"react-intl": "^7.1.6",
"react-photo-album": "^3.0.2",
"react-player": "^2.16.0",
"react-rnd": "^10.5.2",
"react-simple-typewriter": "^5.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.12",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.13.9",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"eslint": "^9.21.0",
"eslint-config-next": "15.2.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.2"
},
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}