-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1023 Bytes
/
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": "dotcom",
"description": "The code that runs www.schaechinger.com",
"version": "7.4.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.10",
"@slack/web-api": "^7.8.0",
"clsx": "^2.1.1",
"contentful": "^11.4.1",
"negotiator": "^1.0.0",
"next": "^15.1.4",
"next-intl": "^3.26.3",
"next-recaptcha-v3": "^1.5.2",
"next-themes": "^0.4.4",
"react": "^19",
"react-dom": "^19",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.23",
"postcss": "^8.4.49",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}