forked from toss/suspensive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpnpm-workspace.yaml
55 lines (47 loc) · 1.19 KB
/
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
47
48
49
50
51
52
53
54
55
packages:
- "configs/*"
- "docs/*"
- "examples/*"
- "packages/*"
catalog:
"expo": "^51.0.22"
"expo-status-bar": "~1.12.1"
"@expo/webpack-config": "^19.0.1"
"babel-jest": "^29.7.0"
"jest": "^29.7.0"
"jest-expo": "^51.0.3"
"@testing-library/react-native": "^12.5.2"
# next
"@next/eslint-plugin-next": "^14.2.5"
"nextra": "^2.13.4"
"next": "^14.2.5"
"nextra-theme-docs": "^2.13.4"
"sharp": "^0.33.4"
# tailwindcss
"autoprefixer": "^10.4.20"
"postcss": "^8.4.41"
"prettier-plugin-tailwindcss": "^0.6.6"
"tailwindcss": "^3.4.10"
"clsx": "^2.1.1"
# codesandbox
"@codesandbox/sandpack-react": "^2.19.1"
"@codesandbox/sandpack-themes": "^2.0.21"
"remark-sandpack": "^0.0.3"
"axios": "^1.7.7"
"zod": "^3.23.8"
catalogs:
# react
react18:
"react": "^18.3.1"
"react-dom": "^18.3.1"
"@types/react": "^18.3.5"
"@types/react-dom": "^18.3.0"
"react-native": "^0.74.3"
# react-query
react-query4:
"@tanstack/react-query": "^4.36.1"
"@tanstack/react-query-devtools": "^4.36.1"
react-query5:
"@tanstack/react-query": "^5.52.1"
"@tanstack/react-query-devtools": "^5.52.1"
"@tanstack/react-query-next-experimental": "^5.52.1"