-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"name": "react-native-css-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"build": "expo start --clear",
"debug": "DEBUG='react-native-css:*' expo start --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "6.0.0-canary-20250713-8f814f8",
"@tailwindcss/postcss": "^4.1.11",
"expo": "54.0.0-canary-20250713-8f814f8",
"expo-dev-client": "5.2.4",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "5.0.11-canary-20250713-8f814f8",
"metro-runtime": "^0.83.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.80.2",
"react-native-reanimated": "4.0.1",
"react-native-web": "~0.20.0",
"react-native-worklets": "0.4.1",
"react-refresh": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-builder-bob": "^0.40.13",
"react-native-monorepo-config": "^0.1.9"
},
"private": true
}