-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.68 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.68 KB
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
{
"name": "mr_white",
"version": "1.2.45",
"private": true,
"type": "module",
"scripts": {
"android": "one run:android",
"build:web": "one build",
"clean": "one clean",
"dev": "one dev",
"dev:clean": "one dev --clean",
"ios": "one run:ios",
"prebuild:native": "one prebuild",
"serve": "one serve",
"typecheck": "tsc --noEmit",
"upgrade:tamagui": "$npm_execpath up '*tamagui*' '@tamagui/*'"
},
"dependencies": {
"@react-navigation/native": "~7.1.19",
"@tamagui/animations-css": "^1.142.0",
"@tamagui/animations-moti": "^1.142.0",
"@tamagui/colors": "^1.142.0",
"@tamagui/config": "^1.142.0",
"@tamagui/image-next": "^1.142.0",
"@tamagui/lucide-icons": "^1.142.0",
"@tamagui/react-native-media-driver": "^1.142.0",
"@tamagui/shorthands": "^1.142.0",
"@types/react-native-get-random-values": "^1.8.2",
"@vxrn/color-scheme": "1.2.45",
"expo": "54.0.22",
"expo-build-properties": "~1.0.9",
"expo-linear-gradient": "~14.0.2",
"one": "1.2.45",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "^2.0.0",
"react-native-reanimated": "~4.1.3",
"react-native-safe-area-context": "~5.6.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.5.1",
"tamagui": "^1.142.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.3",
"@react-native-community/cli": "^20.0.2",
"@tamagui/vite-plugin": "^1.142.0",
"@types/react": "^19.2.2",
"babel-plugin-react-compiler": "^1.0.0",
"typescript": "^5.7.3",
"vite": "^7.1.12"
}
}