-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.46 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
{
"name": "animall",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18.17.1 <20.11.1"
},
"scripts": {
"start": "expo start",
"android": "yarn start --android",
"ios": "yarn start --ios",
"cors": "yarn node cors-anywhere.ts",
"web": "yarn start --web",
"rebuild": "rm -rf node_modules && yarn",
"lefthook": "lefthook",
"markdown-link-check": "markdown-link-check -c markdown-link-check.config.json",
"commitlint": "commitlint",
"test": "jest",
"lint": "biome lint --write",
"format": "biome format --write",
"deps:update": "npx npm-check-updates --interactive --format group",
"typecheck": "tsc --noEmit",
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest"
},
"dependencies": {
"@dotlottie/react-player": "^1.6.15",
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/metro-runtime": "~3.2.3",
"@legendapp/state": "^2.1.3",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.9.16",
"@tamagui/animations-moti": "^1.115.4",
"@tamagui/babel-plugin": "^1.115.4",
"@tamagui/config": "^1.115.4",
"@tamagui/linear-gradient": "^1.115.4",
"@tamagui/lucide-icons": "^1.115.4",
"@tamagui/metro-plugin": "^1.115.4",
"@tanstack/react-query": "^4.33.0",
"@types/react-dom": "~18.2.25",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"expo": "~51.0.37",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image": "~1.13.0",
"expo-linear-gradient": "~13.0.2",
"expo-localization": "~15.0.3",
"expo-screen-orientation": "~7.0.4",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"i18next": "^23.6.0",
"lodash": "^4.17.21",
"lottie-react-native": "6.7.0",
"moti": "^0.29.0",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-i18next": "^13.3.1",
"react-native": "0.74.5",
"react-native-gesture-handler": "^2.14.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "^3.31.0",
"react-native-svg": "15.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "^0.19.6",
"react-native-webview": "13.8.6",
"react-native-youtube-iframe": "^2.3.0",
"react-youtube": "^10.1.0",
"tamagui": "^1.115.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@dev-plugins/react-navigation": "^0.0.5",
"@react-native/metro-config": "^0.74.0",
"@tamagui/react-native-svg": "^1.115.4",
"@testing-library/react-native": "^12.6.1",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.200",
"@types/react": "~18.2.79",
"@types/react-native-svg-charts": "^5.0.14",
"babel-plugin-inline-dotenv": "^1.7.0",
"cors-anywhere": "^0.4.4",
"dotenv": "^16.3.1",
"expo-doctor": "latest",
"jest": "^29.7.0",
"jest-expo": "~51.0.4",
"jest-transformer-svg": "^2.0.2",
"lefthook": "^1.6.15",
"markdown-link-check": "^3.12.2",
"msw": "^2.2.1",
"react-native-svg-transformer": "^1.1.0",
"react-test-renderer": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"packageManager": "[email protected]"
}