-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
111 lines (91 loc) · 2.33 KB
/
pnpm-workspace.yaml
File metadata and controls
111 lines (91 loc) · 2.33 KB
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
packages:
- "packages/*"
- "apps/*"
overrides:
react-dom: "19.1.0"
react-test-renderer: "19.1.0"
react-native: "0.81.5"
"@react-native/babel-plugin-codegen": "0.81.5"
"@react-native/babel-preset": "0.81.5"
"@react-native/codegen": "0.81.5"
"@react-native/js-polyfills": "0.81.5"
"@react-native/metro-babel-transformer": "0.81.5"
"@react-native/metro-config": "0.81.5"
catalog:
# React ecosystem
react: "19.1.0"
react-dom: "19.1.0"
react-native: "0.81.5"
# Expo
expo: "~54.0.33"
expo-dev-client: "~6.0.20"
expo-status-bar: "~3.0.8"
"@expo/metro-runtime": "^6.1.2"
# TypeScript
typescript: "~5.9.2"
"@types/react": "~19.1.10"
"@types/react-dom": "~19.1.0"
"@types/node": "^25.6.0"
# Styling
tailwindcss: "~3.4.19"
twrnc: "^4.6.1"
# ESLint
eslint: "^9.27.0"
"@eslint/js": "^9.27.0"
typescript-eslint: "^8.32.1"
eslint-plugin-react: "^7.37.5"
eslint-plugin-react-hooks: "^5.2.0"
eslint-plugin-react-native: "^5.0.0"
eslint-plugin-import: "^2.31.0"
eslint-plugin-prettier: "^5.4.0"
eslint-config-prettier: "^10.1.5"
globals: "^15.15.0"
# Prettier
prettier: "^3.5.3"
# Git hooks & commit
husky: "^9.1.7"
"@commitlint/cli": "^20.5.0"
"@commitlint/config-conventional": "^20.5.0"
# Env
react-native-dotenv: "^3.4.11"
react-native-svg: "^15.11.2"
# Routing
expo-router: "~6.0.23"
# Turborepo
turbo: "^2.9.6"
# Storybook
storybook: "^10.3.5"
"@storybook/react-native-web-vite": "^10.3.5"
react-native-web: "^0.19.13"
# Build tools
vite: "^6.3.5"
postcss: "^8.5.6"
autoprefixer: "^10.4.21"
# Client state
jotai: "^2.12.3"
# Server state
"@tanstack/react-query": "^5.80.7"
"@tanstack/react-table": "^8.21.3"
# Testing
vitest: "^4.1.6"
vitest-native: "^0.3.0"
jest: "^29.7.0"
"@types/jest": "^29.5.14"
"@testing-library/react": "^16.3.0"
"@testing-library/react-native": "^13.3.1"
"@testing-library/jest-dom": "^6.6.3"
"@testing-library/user-event": "^14.6.1"
react-test-renderer: "19.1.0"
jsdom: "^29.1.1"
# i18n
i18next: "^25.1.3"
react-i18next: "^15.5.2"
i18next-browser-languagedetector: "^8.0.6"
expo-localization: "~15.0.3"
react-native-localize: "^3.4.1"
# Supabase
"@supabase/supabase-js": "^2.49.8"
# Date
"@internationalized/date": "^3.12.1"
# Release tools
conventional-changelog: "^7.2.0"