-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.61 KB
/
package.json
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
{
"name": "kibro",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"native": "yarn dotenv -- yarn workspace expo-app start",
"watch": "yarn workspaces foreach -pi run watch",
"vercel:install": "yarn set version stable && yarn install",
"web": "yarn dotenv -- yarn build && cd apps/next && yarn next",
"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 build",
"build": "yarn workspaces foreach --exclude next-app -pi run build",
"upgrade:tamagui": "manypkg upgrade tamagui && manypkg upgrade @tamagui && manypkg upgrade tamagui-loader && manypkg upgrade react-native-web-lite",
"update-types:prod": "npx supabase gen types typescript --project-id \"$PROJECT_ID\" > types/supabase.ts",
"update-types:dev": "npx supabase gen types typescript --local > types/supabase.ts"
},
"resolutions": {
"@types/react-native": "0.70.8",
"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.9"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@manypkg/cli": "^0.19.1",
"@tamagui/theme-base": "^1.7.7",
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"turbo": "^1.4.2",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",
"devDependencies": {
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"dotenv-cli": "^7.1.0",
"supabase": "^1.46.5"
}
}