-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"name": "styledcomponents",
"version": "1.0.0",
"scripts": {
"start": "expo start -c",
"start:prod": "expo start --no-dev --minify",
"android": "expo run:android",
"web": "expo start --web",
"ios": "expo run:ios"
},
"dependencies": {
"@emotion/native": "11.11.0",
"@emotion/react": "11.13.5",
"@fast-styles/react": "0.2.9",
"@shopify/restyle": "2.4.4",
"@tamagui/animations-react-native": "1.118.1",
"@tamagui/config": "1.118.1",
"@tamagui/core": "1.118.1",
"@tamagui/font-inter": "1.118.1",
"@tamagui/react-native-media-driver": "1.118.1",
"@tamagui/shorthands": "1.118.1",
"@tamagui/theme-base": "1.118.1",
"@tamagui/themes": "1.118.1",
"dripsy": "4.3.8",
"expo": "52.0.12",
"expo-font": "13.0.1",
"expo-splash-screen": "0.29.13",
"expo-status-bar": "2.0.0",
"nativewind": "4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-safe-area-context": "4.14.0",
"react-native-unistyles": "2.20.0",
"react-native-web": "0.19.13",
"react-native-zephyr": "1.1.2",
"styled-components": "6.1.13",
"tamagui": "1.118.1",
"twrnc": "4.6.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@fast-styles/babel-plugin": "^0.2.3",
"@tamagui/babel-plugin": "1.118.1",
"@tamagui/metro-plugin": "^1.118.1",
"@types/react": "18.3.12",
"@types/react-native": "0.72.8",
"tailwindcss": "3.4.15"
},
"private": true
}