-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 810 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 810 Bytes
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
{
"private": true,
"name": "animated-example",
"version": "0.0.1",
"main": "./src/app/index.js",
"scripts": {
"dev": "expo start --clear",
"dev:android": "expo start --android --clear",
"dev:ios": "expo start --ios --clear",
"dev:web": "expo start --web --clear",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"expo": "^53.0.11",
"expo-build-properties": "~0.14.6",
"expo-status-bar": "~2.2.3",
"react": "~19.0.0",
"react-dom": "~19.0.0",
"react-native": "~0.79.5",
"react-native-web": "~0.20.0",
"react-strict-dom": "0.0.54",
"react-strict-animated": "0.0.55",
"react-native-safe-area-context": "5.4.0"
},
"devDependencies": {
"@babel/core": "^7.27.3"
}
}