-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
148 lines (148 loc) · 4.71 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@weareinreach/app",
"version": "0.100.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"analyze": "ANALYZE=true next build",
"build": "next build",
"build:prebuild": "SKIP_ENV_VALIDATION=true tsx ./lib/prebuild.ts",
"clean:node": "rm -rf ./node_modules/ || true && rm -rf ./.next || true",
"predev": "pnpm -w docker:up",
"dev": "pnpm with-env next dev",
"postdev": "pnpm -w docker:down",
"dev:verbose": "NEXT_VERBOSE=1 next dev",
"format": "prettier --write --ignore-unknown .",
"generate:all": "pnpm with-env tsx ./lib/generate.ts",
"generate:i18n": "pnpm with-env tsx ./lib/generate.ts -t",
"generate:i18nTypes": "i18next-resources-for-ts interface -i ./public/locales/en -o ./src/types/resources.d.ts",
"preinstall": "npx only-allow pnpm",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start",
"type-check": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.9.0",
"@mantine/carousel": "6.0.22",
"@mantine/core": "6.0.22",
"@mantine/dates": "6.0.22",
"@mantine/form": "6.0.22",
"@mantine/hooks": "6.0.22",
"@mantine/next": "6.0.22",
"@mantine/notifications": "6.0.22",
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/bundle-analyzer": "14.2.5",
"@next/third-parties": "14.2.5",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.25.1",
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-node": "0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.26.0",
"@sentry/nextjs": "8.26.0",
"@sentry/node": "8.26.0",
"@sentry/opentelemetry": "8.26.0",
"@sentry/profiling-node": "8.26.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "1.3.1",
"@vercel/edge-config": "1.2.1",
"@vercel/kv": "2.0.0",
"@vercel/speed-insights": "1.0.12",
"@weareinreach/analytics": "workspace:*",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
"@weareinreach/crowdin": "workspace:*",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"@weareinreach/util": "workspace:*",
"cookies-next": "4.2.1",
"crud-object-diff": "2.3.6",
"dayjs": "1.11.12",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.12.3",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
"next": "14.2.5",
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"next-seo": "6.5.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-routes": "2.2.1",
"object-sizeof": "2.6.5",
"pretty-bytes": "6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.52.2",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "15.0.1",
"zod": "3.23.8"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.46.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@relative-ci/agent": "4.2.10",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.1",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.11",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.3",
"commander": "12.1.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-i18next": "6.0.9",
"i18next-hmr": "3.1.2",
"jiti": "1.21.6",
"listr2": "8.2.4",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.24.0",
"typescript": "5.5.4",
"webpack-bundle-analyzer": "4.10.2"
},
"ct3aMetadata": {
"initVersion": "5.10.1"
},
"nextBundleAnalysis": {
"budget": 588800,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 768,
"showDetails": true
}
}