-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.7 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
47
48
49
50
51
52
53
54
{
"name": "refs",
"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 && 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",
"postinstall": "yarn check-tamagui && yarn build",
"build": "yarn workspaces foreach --all --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-tamagui": "tamagui check",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "husky"
},
"resolutions": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.0",
"react-native-svg": "15.3.0",
"react-native-web": "~0.19.12",
"metro": "0.81.0",
"metro-resolver": "https://github.com/raykyri/metro.git#7a4c6a1854891387c77dbc7cfcb9ac9b4db475b5"
},
"dependencies": {
"@babel/runtime": "^7.24.6",
"@tamagui/cli": "^1.116.12",
"check-dependency-version-consistency": "^4.1.0",
"eslint": "^9.3.0",
"husky": "^9.1.6",
"node-gyp": "^10.1.0",
"prettier": "^3.3.3",
"turbo": "^1.13.4",
"typescript": "~5.3.3",
"vitest": "^2.1.1"
},
"packageManager": "[email protected]",
"engines": {
"node": "22",
"npm": "10.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3"
}
}