-
-
Notifications
You must be signed in to change notification settings - Fork 220
/
package.json
163 lines (163 loc) · 5.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "nextjs-app",
"version": "3.59.1",
"private": true,
"type": "module",
"author": {
"name": "Vanvelthem Sébastien",
"url": "https://github.com/belgattitude"
},
"license": "MIT",
"homepage": "https://github.com/belgattitude/nextjs-monorepo-example",
"repository": {
"type": "git",
"url": "https://github.com/belgattitude/nextjs-monorepo-example",
"directory": "apps/nextjs-app"
},
"scripts": {
"build": "next build",
"build-fast": "cross-env NEXT_BUILD_ENV_SENTRY_ENABLED=0 NEXT_BUILD_ENV_SOURCEMAPS=0 NEXT_BUILD_ENV_TYPECHECK=0 NEXT_BUILD_ENV_LINT=0 next build",
"bundle-analyze": "cross-env ANALYZE=true NEXT_BUILD_ENV_SENTRY_ENABLED=1 NEXT_BUILD_ENV_TYPECHECK=0 NEXT_BUILD_ENV_LINT=0 yarn build",
"check-dist": "es-check -v",
"check-size": "size-limit --highlight-less",
"clean": "rimraf ./.next ./.out ./coverage ./tsconfig.tsbuildinfo ./node_modules/.cache",
"dev": "next",
"fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.mdx,.graphql --fix",
"flamegraph-home": "npx 0x --output-dir './.debug/flamegraph/{pid}.0x' --on-port 'autocannon http://localhost:$PORT --duration 20' -- node ../../node_modules/.bin/next start",
"lint": "TIMING=1 eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.mdx,.graphql --cache --cache-location ../../.cache/eslint/nextjs-app.eslintcache",
"start": "next start",
"test": "yarn test-unit",
"test-e2e": "cross-env E2E_WEBSERVER_MODE=BUILD_AND_START playwright test",
"test-unit": "vitest run",
"test-unit-watch": "vitest watch --ui",
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"browserslist": {
"production": [
">1%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/cache": "11.13.5",
"@emotion/react": "11.13.5",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.5",
"@envelop/core": "5.0.2",
"@envelop/graphql-jit": "8.0.4",
"@envelop/validation-cache": "7.0.0",
"@escape.tech/graphql-armor-character-limit": "2.3.0",
"@escape.tech/graphql-armor-cost-limit": "2.4.0",
"@escape.tech/graphql-armor-max-aliases": "2.6.0",
"@escape.tech/graphql-armor-max-depth": "2.4.0",
"@escape.tech/graphql-armor-max-directives": "2.3.0",
"@escape.tech/graphql-armor-max-tokens": "2.5.0",
"@fontsource-variable/inter": "5.1.0",
"@headlessui/react": "2.2.0",
"@hookform/resolvers": "3.9.1",
"@httpx/assert": "0.15.1",
"@httpx/dsn-parser": "1.8.5",
"@httpx/exception": "3.0.11",
"@httpx/json-api": "0.5.24",
"@httpx/plain-object": "2.0.3",
"@httpx/treeu": "0.4.7",
"@mui/icons-material": "6.1.8",
"@mui/material": "6.1.8",
"@pothos/core": "3.41.2",
"@pothos/plugin-errors": "3.11.2",
"@pothos/plugin-prisma": "3.65.3",
"@prisma/client": "5.22.0",
"@sentry/nextjs": "8.40.0",
"@sentry/react": "8.40.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.61.3",
"@vercel/analytics": "1.4.1",
"@your-org/common-i18n": "workspace:^",
"@your-org/core-lib": "workspace:^",
"@your-org/db-main-prisma": "workspace:^",
"@your-org/ts-utils": "workspace:^",
"@your-org/ui-lib": "workspace:^",
"clsx": "2.1.1",
"cors": "2.8.5",
"graphql": "16.9.0",
"graphql-jit": "0.8.7",
"graphql-yoga": "5.10.8",
"i18next": "24.1.0",
"jose": "5.9.6",
"ky": "1.7.4",
"next": "14.2.18",
"next-auth": "4.24.10",
"next-connect": "1.0.0",
"next-i18next": "15.4.0",
"next-secure-headers": "2.2.0",
"next-seo": "6.6.0",
"ofetch": "1.4.1",
"picocolors": "1.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.2",
"rippleui": "1.12.1",
"rooks": "7.14.1",
"sharp": "0.33.5",
"superjson": "2.2.1",
"type-fest": "4.29.0",
"wonka": "6.3.4",
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.18",
"@next/env": "14.2.18",
"@playwright/test": "1.49.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.22.0",
"@size-limit/file": "11.1.6",
"@svgr/webpack": "8.1.0",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/cors": "2.8.17",
"@types/is-ci": "3.0.4",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"eslint-plugin-tailwindcss": "3.17.5",
"is-ci": "3.0.1",
"jsdom": "25.0.1",
"npm-run-all2": "7.0.2",
"postcss": "8.4.49",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "10.1.2",
"prettier": "3.4.2",
"react-test-renderer": "18.3.1",
"rimraf": "6.0.1",
"size-limit": "11.1.6",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-magical-svg": "1.3.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.5"
}
}