mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "Example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"windows": "react-native run-windows",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"tsc": "tsc --noEmit",
|
|
"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-dom": "^18.2.0",
|
|
"react-native": "0.76.0",
|
|
"react-native-gesture-handler": "^2.20.2",
|
|
"react-native-reanimated": "^3.16.1",
|
|
"react-native-safe-area-context": "^4.11.1",
|
|
"react-native-screens": "3.35.0",
|
|
"react-native-svg": "link:../",
|
|
"react-native-view-shot": "4.0.0-alpha.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native-community/cli": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
|
|
"@react-native/babel-preset": "0.76.0",
|
|
"@react-native/eslint-config": "0.76.0",
|
|
"@react-native/metro-config": "0.76.0",
|
|
"@react-native/typescript-config": "0.76.0",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.6.3",
|
|
"babel-loader": "^9.1.2",
|
|
"eslint": "^8.19.0",
|
|
"file-loader": "^6.2.0",
|
|
"jest": "^29.6.3",
|
|
"metro-config": "^0.80.9",
|
|
"patch-package": "^8.0.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "2.8.8",
|
|
"react-native-dotenv": "^3.4.11",
|
|
"react-test-renderer": "18.3.1",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|