+5
−0
+11004
−12634
+3
−11
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,18 +3,9 @@ | ||
"version": "0.1.0",
|
||
"private": true,
|
||
"dependencies": {
|
||
"@react-navigation/native": "^6.0.2",
|
||
"@react-navigation/native-stack": "^6.1.0",
|
||
"browserslist": "^4.17.1",
|
||
"react": "^17.0.2",
|
||
"react-dom": "^17.0.2",
|
||
"react-native": "^0.65.1",
|
||
"react-native-pager-view": "^5.4.4",
|
||
"react-native-safe-area-context": "^3.3.2",
|
||
"react-native-screens": "^3.7.2",
|
||
"react-navigation": "^4.4.4",
|
||
"react-scripts": "^4.0.3",
|
||
"typescript": "^4.4.3"
|
||
"react-scripts": "^2.1.8"
|
||
},
|
||
"scripts": {
|
||
"start": "react-scripts start",
|
||
| @@ -41,6 +32,7 @@ | ||
]
|
||
},
|
||
"devDependencies": {
|
||
"@babel/preset-env": "^7.15.6"
|
||
"@babel/preset-env": "^7.15.6",
|
||
"web-vitals": "^2.1.0"
|
||
}
|
||
} |
||
+15
−22
Loading