-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.26 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
{
"name": "web",
"private": true,
"description": "full stack web developer",
"author": "Daren Malfait <daren@nerdfish.be> (https://www.nerdfish.be)",
"type": "module",
"scripts": {
"build": "content-collections build && next build",
"build:content-collections": "content-collections build",
"clean": "rm -rf .next dist node_modules .turbo",
"dev": "content-collections build && next dev --turbopack",
"start": "next start",
"test:e2e": "playwright test",
"test:e2e:inspector": "playwright test $1 --debug",
"test:e2e:ui": "playwright test --ui --ui-port=8080",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@hookform/resolvers": "^3.10.0",
"@nerdfish/theme": "^2.5.1",
"@next/env": "15.2.0",
"@playwright/test": "^1.50.1",
"@react-aria/i18n": "^3.12.5",
"@repo/ai": "workspace:*",
"@repo/calcom": "workspace:*",
"@repo/calendar": "workspace:*",
"@repo/content-collections": "workspace:*",
"@repo/design-system": "workspace:*",
"@repo/email": "workspace:*",
"@repo/global-settings": "workspace:*",
"@repo/i18n": "workspace:*",
"@repo/next-config": "workspace:*",
"@repo/observability": "workspace:*",
"@repo/og-utils": "workspace:*",
"@repo/recaptcha": "workspace:*",
"@repo/seo": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/timesheets": "workspace:*",
"@t3-oss/env-nextjs": "^0.12.0",
"@vercel/og": "^0.6.5",
"csv-import-react": "^1.0.14",
"fuse.js": "^7.1.0",
"motion": "^12.4.7",
"negotiator": "^1.0.0",
"next": "15.2.0",
"next-safe-action": "^7.10.4",
"nuqs": "^2.4.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"typescript": "^5.7.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vercel/toolbar": "^0.1.33",
"autoprefixer": "^10.4.20",
"axe-core": "^4.10.2",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^3.4.17"
}
}