-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "react-native-benchmarks",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start-native": "GLUESTACK_STYLE_TARGET=native TAMAGUI_TARGET=native expo start -c",
"start-native-release-mode": "GLUESTACK_STYLE_TARGET=native TAMAGUI_TARGET=native expo start --no-dev --minify",
"start-web": "GLUESTACK_STYLE_TARGET=web TAMAGUI_TARGET=web expo start -c",
"android": "DARK_MODE=media GLUESTACK_STYLE_TARGET=native TAMAGUI_TARGET=native yarn expo run:android",
"ios": "DARK_MODE=media GLUESTACK_STYLE_TARGET=native TAMAGUI_TARGET=native yarn expo run:ios",
"web": "DARK_MODE=media GLUESTACK_STYLE_TARGET=web TAMAGUI_TARGET=web expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/native": "11.11.0",
"@emotion/react": "11.11.1",
"@gluestack-style/animation-plugin": "0.1.12",
"@gluestack-style/react": "1.0.57",
"@gluestack-ui/config": "^1.1.19",
"@gluestack-ui/nativewind-utils": "^1.0.21",
"@gluestack-ui/themed": "^1.1.34",
"@gluestack-ui/themed-native-base": "^0.1.7",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@shopify/restyle": "2.4.2",
"@tamagui/animations-react-native": "1.102.1",
"@tamagui/config": "1.102.1",
"@tamagui/core": "^1..102.1",
"@tamagui/font-inter": "1.102.1",
"@tamagui/helpers": "^1..102.1",
"@tamagui/react-native-media-driver": "1.102.1",
"@tamagui/shorthands": "1.102.1",
"@tamagui/theme-base": "1.102.1",
"@tamagui/themes": "1.102.1",
"@types/react": "~18.2.79",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"dripsy": "4.3.3",
"expo": "^51.0.18",
"expo-font": "~12.0.7",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.18",
"gluestack-ui": "0.4.8",
"native-base": "^3.4.28",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-reanimated": "^3.13.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10",
"react-native-zephyr": "1.1.2",
"styled-components": "6.1.11",
"tamagui": "^1.102.1",
"twrnc": "^3.6.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@gluestack-style/babel-plugin-styled-resolver": "^1.0.7",
"@tamagui/babel-plugin": "1.102.1",
"@types/react-native": "0.72.2",
"jscodeshift": "0.15.2",
"prettier": "^3.3.2",
"react-native": "0.72.3",
"react-native-web": "0.19.7",
"tailwindcss": "^3.4.4"
},
"private": true
}