mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 05:36:17 +00:00
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.14 to 30.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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": "^30.0.0",
|
|
"babel-plugin-module-resolver": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 22.11.0"
|
|
}
|
|
}
|