-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.75 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "sgn-native",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "DARK_MODE=media expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"postinstall": "patch-package",
"shake": "adb shell input keyevent 82",
"storybook-generate": "sb-rn-get-stories",
"storybook": "npx cross-env STORYBOOK_ENABLED='true' expo start -c"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/html-elements": "^0.10.1",
"@expo/vector-icons": "^14.0.0",
"@gluestack-ui/accordion": "^1.0.5",
"@gluestack-ui/actionsheet": "^0.2.43",
"@gluestack-ui/alert": "^0.1.15",
"@gluestack-ui/alert-dialog": "^0.1.30",
"@gluestack-ui/avatar": "^0.1.17",
"@gluestack-ui/button": "^1.0.7",
"@gluestack-ui/checkbox": "^0.1.30",
"@gluestack-ui/divider": "^0.1.9",
"@gluestack-ui/fab": "^0.1.21",
"@gluestack-ui/form-control": "^0.1.18",
"@gluestack-ui/icon": "^0.1.22",
"@gluestack-ui/image": "^0.1.10",
"@gluestack-ui/input": "^0.1.31",
"@gluestack-ui/link": "^0.1.22",
"@gluestack-ui/menu": "^0.2.34",
"@gluestack-ui/modal": "^0.1.34",
"@gluestack-ui/nativewind-utils": "^1.0.21",
"@gluestack-ui/overlay": "latest",
"@gluestack-ui/popover": "^0.1.37",
"@gluestack-ui/pressable": "^0.1.16",
"@gluestack-ui/progress": "^0.1.16",
"@gluestack-ui/radio": "^0.1.31",
"@gluestack-ui/select": "^0.1.27",
"@gluestack-ui/slider": "^0.1.25",
"@gluestack-ui/spinner": "^0.1.14",
"@gluestack-ui/switch": "^0.1.22",
"@gluestack-ui/textarea": "^0.1.23",
"@gluestack-ui/toast": "^1.0.7",
"@gluestack-ui/tooltip": "^0.1.32",
"@legendapp/motion": "^2.3.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.0.2",
"@rn-primitives/label": "^1.0.3",
"@storybook/addon-react-native-web": "^0.0.24",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "~51.0.11",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.19",
"expo-font": "~12.0.7",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.15",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"expo-web-browser": "~13.0.3",
"javascript-time-ago": "^2.5.10",
"nativewind": "4.0.36",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-outside-press": "^1.2.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "13.4.0",
"react-native-web": "~0.19.10",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "^4.5.2",
"@storybook/addon-ondevice-actions": "^7.6.20",
"@storybook/addon-ondevice-controls": "^7.6.20",
"@storybook/react-native": "^7.6.20",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.7",
"babel-loader": "^8.3.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.1",
"jscodeshift": "0.15.2",
"prettier": "^3.3.2",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "~5.3.3"
},
"private": true
}