-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.34 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.34 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
{
"name": "NitroImageExample",
"version": "0.13.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --client-logs",
"pods": "bundle install && cd ios && bundle exec pod install",
"bundle-install": "bundle install",
"build:android-release": "cd android && ./gradlew assembleRelease --no-daemon"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^7.4.6",
"@react-navigation/native": "^7.1.17",
"react": "19.1.0",
"react-native": "0.81.0",
"react-native-fast-image": "^8.6.3",
"react-native-nitro-image": "workspace:*",
"react-native-nitro-web-image": "workspace:*",
"react-native-nitro-modules": "0.35.5",
"react-native-safe-area-context": "^5.6.0",
"react-native-screens": "^4.14.1"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/runtime": "^7.27.6",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.0",
"@react-native/metro-config": "0.81.0",
"@react-native/typescript-config": "0.81.0",
"@types/react": "^19.1.0",
"typescript": "5.8.3"
},
"engines": {
"node": ">=18"
}
}