-
Notifications
You must be signed in to change notification settings - Fork 52
/
pnpm-workspace.yaml
46 lines (40 loc) · 1020 Bytes
/
pnpm-workspace.yaml
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
packages:
- "configs/*"
- "docs/*"
- "examples/*"
- "packages/*"
catalog:
"expo": "^52.0.6"
"expo-status-bar": "~2.0.0"
"expo-router": "~4.0.5"
"@expo/webpack-config": "^19.0.1"
"babel-jest": "^29.7.0"
"jest": "^29.7.0"
"jest-expo": "^52.0.0"
"@testing-library/react-native": "^12.8.1"
# next
"next": "^15.0.2"
"@next/eslint-plugin-next": "^15.0.2"
"sharp": "^0.33.5"
# tailwindcss
"autoprefixer": "^10.4.20"
"postcss": "^8.4.47"
"prettier-plugin-tailwindcss": "^0.6.8"
"tailwindcss": "^3.4.14"
"clsx": "^2.1.1"
catalogs:
# react
react18:
"react": "^18.3.1"
"react-dom": "^18.3.1"
"@types/react": "^18.3.12"
"@types/react-dom": "^18.3.1"
"react-native": "^0.76.1"
# react-query
react-query4:
"@tanstack/react-query": "^4.36.1"
"@tanstack/react-query-devtools": "^4.36.1"
react-query5:
"@tanstack/react-query": "^5.59.16"
"@tanstack/react-query-devtools": "^5.59.16"
"@tanstack/react-query-next-experimental": "^5.59.16"