mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
# Summary
Fix problem package.json
## Test Plan
install packages and run apps.
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| Web | ✅ |
52 lines
1.4 KiB
JSON
52 lines
1.4 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",
|
|
"start-webpack": "webpack serve",
|
|
"test": "jest",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-native": "0.74.0",
|
|
"react-native-reanimated": "3.9.0-nightly-20240421-474f6983d",
|
|
"react-native-svg": "link:../",
|
|
"react-native-web": "^0.19.10",
|
|
"react-native-windows": "0.73.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.74.81",
|
|
"@react-native/eslint-config": "0.74.81",
|
|
"@react-native/metro-config": "0.74.81",
|
|
"@react-native/typescript-config": "0.74.81",
|
|
"@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",
|
|
"prettier": "2.8.8",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "5.0.4",
|
|
"metro-config": "^0.80.2",
|
|
"webpack": "^5.69.1",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|