Files
react-native-svg/apps/fabric-macos-example/package.json
Jakub Grzywacz 490d09e229 chore: fabric macos example CI (#2579)
# Summary

Fix `fabric-macos-example` CI 

## Test Plan

Ci should be green
2024-12-16 14:26:52 +01:00

49 lines
1.5 KiB
JSON

{
"name": "FabricMacOSExample",
"version": "0.0.1",
"private": true,
"scripts": {
"macos": "react-native run-macos",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "https://github.com/software-mansion/react-native-gesture-handler",
"react-native-macos": "^0.76.6",
"react-native-reanimated": "^3.16.1",
"react-native-svg": "link:../../"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"patch-package": "^8.0.0",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}