forked from gluestack/gluestack-ui-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.58 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": "GLUESTACK_STYLE_TARGET=native TAMAGUI_TARGET=native yarn expo run:android",
"ios": "GLUESTACK_STYLE_TARGET=native TAMAGUI_TARGET=native yarn expo run:ios",
"web": "GLUESTACK_STYLE_TARGET=web TAMAGUI_TARGET=web expo start --web",
"postinstall": "yarn patch-package"
},
"dependencies": {
"@emotion/native": "11.11.0",
"@emotion/react": "11.11.1",
"@gluestack-style/react": "^1.0.18",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@shopify/restyle": "2.4.2",
"@tamagui/animations-react-native": "1.47.3",
"@tamagui/config": "1.47.3",
"@tamagui/core": "^1.74.15",
"@tamagui/font-inter": "1.47.3",
"@tamagui/helpers": "^1.74.15",
"@tamagui/react-native-media-driver": "1.47.3",
"@tamagui/shorthands": "1.47.3",
"@tamagui/theme-base": "1.47.3",
"@tamagui/themes": "1.47.3",
"@tim-hortons-ventures/th-design-system": "13.1.1--canary.ff46417.0",
"@types/react": "18.2.17",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"dripsy": "4.3.3",
"expo": "49.0.0",
"expo-font": "11.4.0",
"expo-splash-screen": "0.20.5",
"expo-status-bar": "1.6.0",
"expo-updates": "~0.18.12",
"lottie-react-native": "5.1.6",
"nativewind": "2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.9",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "0.19.7",
"react-native-zephyr": "1.1.2",
"styled-components": "^6.0.7",
"twrnc": "^3.6.3",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.13",
"@gluestack-style/babel-plugin-styled-resolver": "^0.2.6-alpha.0",
"@types/react-native": "0.72.2",
"patch-package": "^6.4.7",
"react-native": "0.72.9",
"react-native-web": "0.19.7",
"tailwindcss": "3.3.2"
},
"resolutions": {
"react-native-svg": "13.9.0"
},
"private": true
}