mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 21:58:54 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "react-native-omni-example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios --simulator='iPhone 16'",
|
|
"lint": "eslint .",
|
|
"start": "react-native start --reset-cache --port 8082",
|
|
"test": "jest",
|
|
"pod": "bundle install && bundle exec pod install --project-directory=ios"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.2.3",
|
|
"react-native": "0.84.1",
|
|
"@react-native/new-app-screen": "0.84.1",
|
|
"react-native-safe-area-context": "^5.5.2",
|
|
"react-native-nitro-modules": "0.35.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native-community/cli": "20.1.0",
|
|
"@react-native-community/cli-platform-android": "20.1.0",
|
|
"@react-native-community/cli-platform-ios": "20.1.0",
|
|
"@react-native/babel-preset": "0.84.1",
|
|
"@react-native/eslint-config": "0.84.1",
|
|
"@react-native/metro-config": "0.84.1",
|
|
"@react-native/typescript-config": "0.84.1",
|
|
"@types/jest": "^29.5.13",
|
|
"babel-plugin-module-resolver": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 22.11.0"
|
|
}
|
|
}
|