-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.05 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
{
"name": "folio",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"check:tamagui": "tamagui check",
"start": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"vercel-build": "expo export -p web",
"postbuild": "ls -R web-build"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|react-redux|react-native-gesture-handler)"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect",
"<rootDir>/jest.setup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.1.17",
"@reduxjs/toolkit": "^2.2.8",
"@tamagui/config": "^1.114.2",
"@tamagui/font-inter": "^1.114.2",
"@tamagui/linear-gradient": "^1.114.2",
"@tamagui/lucide-icons": "^1.114.2",
"@tamagui/react-native-media-driver": "^1.114.2",
"@tamagui/shorthands": "^1.114.2",
"@tamagui/themes": "^1.114.2",
"@tamagui/toast": "^1.114.2",
"babel-preset-expo": "^11.0.6",
"burnt": "^0.12.2",
"expo": "^51.0.37",
"expo-build-properties": "~0.12.5",
"expo-document-picker": "~12.0.2",
"expo-file-system": "^17.0.1",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-sharing": "^12.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.1.2",
"react-native": "0.74.5",
"react-native-gesture-handler": "^2.20.0",
"react-native-reanimated": "^3.16.0",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"react-redux": "^9.1.2",
"tamagui": "^1.114.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@expo/metro-config": "~0.18.4",
"@expo/metro-runtime": "~3.2.1",
"@tamagui/babel-plugin": "^1.114.2",
"@tamagui/cli": "^1.114.2",
"@tamagui/metro-plugin": "^1.114.2",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "^51.0.4",
"typescript": "^5.5.2"
},
"private": true,
"packageManager": "[email protected]"
}