forked from johnsimeroth/learn-tamagui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.54 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
{
"name": "learn-tamagui",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"native": "cd apps/expo && yarn start",
"native:prod": "cd apps/expo && yarn start:prod",
"watch": "yarn workspaces foreach -pi run watch",
"vercel:install": "yarn set version stable && 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",
"fix": "manypkg fix",
"postinstall": "yarn check-deps && 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-deps": "check-dependency-version-consistency ."
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"react-native-svg": "^13.13.0",
"react-native-web": "~0.19.6"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@manypkg/cli": "^0.19.1",
"@nderscore/tamagui-typescript-plugin": "^0.5.3",
"@tamagui/animations-css": "^1.76.0",
"check-dependency-version-consistency": "^3.0.3",
"eslint": "^8.21.0",
"node-gyp": "^9.3.1",
"prettier": "^2.7.1",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
}