-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.47 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
{
"name": "fitgoat",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"upgrade:tamagui": "$npm_execpath up '*tamagui*' '@tamagui/*'"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.3",
"@tamagui/animations-react-native": "^1.61.3",
"@tamagui/babel-plugin": "^1.61.3",
"@tamagui/config": "^1.61.3",
"@tamagui/font-inter": "^1.61.3",
"@tamagui/lucide-icons": "^1.61.3",
"@tamagui/themes": "^1.61.3",
"@tamagui/toast": "^1.74.21",
"burnt": "^0.12.1",
"expo": "^49.0.16",
"expo-av": "~13.4.1",
"expo-camera": "~13.4.4",
"expo-constants": "~14.4.2",
"expo-file-system": "^15.6.0",
"expo-font": "11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-media-library": "~15.4.1",
"expo-router": "2.0.5",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"firebase": "^10.5.0",
"openai": "^4.12.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-gifted-charts": "^1.3.29",
"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",
"tamagui": "^1.61.3",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@google/semantic-release-replace-plugin": "1.1.0",
"@manypkg/cli": "^0.20.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.3",
"semantic-release": "19.0.5",
"typescript": "^5.1.3"
},
"volta": {
"node": "18.17.0",
"yarn": "3.6.1"
},
"private": true
}