-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage-versions.ts
More file actions
46 lines (40 loc) · 917 Bytes
/
package-versions.ts
File metadata and controls
46 lines (40 loc) · 917 Bytes
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
export const versionsPackageJson = {
typesNode: "^24",
typesReact: "^19.2",
typesReactDom: "^19.2",
typesBun: "latest",
turbo: "^2.6",
typescript: "^5.9",
tsx: "^4.20.6",
tscAlias: "^1.8.16",
eslint: "^9.39.1",
prettier: "^3.6.2",
prettierTailwind: "^0.6.14",
tailwind: "^4.1.17",
tailwindPostcss: "^4.1.17",
postcss: "^8.5.6",
twAnimateCss: "^1.4.0",
react: "^19.2",
reactDom: "^19.2",
nextSingle: "^16.0",
nextIntl: "^4.5",
useIntl: "^4.5",
rhf: "^7.66.0",
rhfResolvers: "^5.1.1",
lucide: "^0.553.0",
sonner: "^2.0.7",
dotenv: "^17.2.2",
drizzleKit: "^0.31.7",
drizzleOrm: "^0.44.7",
hono: "^4.10",
honoZodOpenapi: "^1.1.4",
honoZodValidator: "^0.7.4",
reactEmail: "^5.0",
reactEmailComponents: "^1.0",
zod: "^4.1.12",
cva: "^0.7.1",
babelPluginReactCompiler: "^1.0",
swcCli: "^0.7.9",
swcCore: "^1.15.1",
concurrently: "^9.2.1",
};