-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.96 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
{
"name": "lavaxsean",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start-native": "TAMAGUI_TARGET=native expo start -c",
"start-web": "TAMAGUI_TARGET=web expo start -c",
"android": "TAMAGUI_TARGET=native yarn expo run:android",
"ios": "TAMAGUI_TARGET=native yarn expo run:ios",
"web": "TAMAGUI_TARGET=web expo start --web"
},
"dependencies": {
"@react-native-picker/picker": "2.4.10",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@tamagui/animations-react-native": "^1.57.3",
"@tamagui/babel-plugin": "^1.57.3",
"@tamagui/config": "^1.57.3",
"@tamagui/font-inter": "^1.57.3",
"@tamagui/lucide-icons": "^1.57.3",
"@tamagui/shorthands": "^1.57.3",
"@tamagui/theme-base": "^1.57.3",
"@tamagui/themes": "^1.57.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"expo": "~49.0.8",
"expo-font": "^11.4.0",
"expo-status-bar": "~1.6.0",
"firebase": "^10.3.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.4",
"react-native-button-toggle-group": "^1.1.2",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-gifted-charts": "^1.3.2",
"react-native-linear-gradient": "^2.8.2",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "3.22.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-svg": "13.9.0",
"react-native-web": "^0.19.8",
"react-native-word-cloud": "^1.0.7",
"tamagui": "^1.57.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "0.16.14",
"@types/react": "~18.0.14",
"@types/react-native": "^0.72.2",
"esbuild-loader": "2.17.0",
"tamagui-loader": "1.0.0-alpha.37",
"thread-loader": "3.0.4",
"typescript": "^5.1.3"
},
"private": true
}