-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.7 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.7 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
{
"name": "steadwise",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"native": "cd apps/expo && yarn start",
"watch": "yarn workspaces foreach -pi run watch",
"vercel:install": "yarn set version 3.5 && yarn install",
"web": "yarn build && sst bind 'yarn workspace next-app dev'",
"web:extract": "DISABLE_EXTRACTION=false yarn workspace next-app dev",
"web:prod": "yarn workspace next-app build",
"web:prod:serve": "yarn workspace next-app serve",
"fix": "manypkg fix",
"postinstall": "yarn check-deps && yarn build",
"build": "yarn workspaces foreach --exclude next-app run build",
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest react-native-web-lite@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary react-native-web-lite@canary",
"check-deps": "check-dependency-version-consistency ."
},
"resolutions": {
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"react-native-svg": "13.4.0",
"react-native-web": "^0.18.12"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@manypkg/cli": "^0.19.1",
"@supabase/supabase-js": "^2.32.0",
"check-dependency-version-consistency": "^3.0.3",
"eslint": "^8.21.0",
"expo-constants": "~14.2.1",
"expo-linking": "~4.0.1",
"node-gyp": "^9.3.1",
"prettier": "^2.7.1",
"react-native": "0.71.8",
"react-native-safe-area-context": "4.5.0",
"react-native-url-polyfill": "^2.0.0",
"sst": "2.24.9",
"turbo": "^1.10.3",
"typescript": "^4.9.4"
},
"packageManager": "yarn@3.5.0"
}