-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "patrick-arns.de",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"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.5.9",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@tailwindcss/container-queries": "^0.1.1",
"@vercel/analytics": "^1.4.1",
"clsx": "^2.1.1",
"contentful": "^11.3.4",
"framer-motion": "^11.15.0",
"i18next": "^24.2.0",
"i18next-resources-to-backend": "^1.2.1",
"negotiator": "^1.0.0",
"next": "^14.2.22",
"next-themes": "^0.4.4",
"next-video": "^2.0.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-event-hook": "^3.1.2",
"react-i18next": "^15.2.0",
"react-intl": "^7.0.4",
"react-photo-album": "^3.0.2",
"react-player": "^2.16.0",
"react-rnd": "^10.4.14",
"react-simple-typewriter": "^5.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.20",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}