-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-auto-scroll-manual-fix",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"expo": "~51.0.38",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-status-bar": "~1.12.1",
"metro": "~0.80.8",
"metro-config": "~0.80.8",
"metro-resolver": "~0.80.8",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1"
},
"devDependencies": {
"@babel/plugin-transform-async-generator-functions": "^7.20.7",
"@babel/plugin-transform-class-properties": "^7.18.6",
"@babel/plugin-transform-logical-assignment-operators": "^7.20.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-numeric-separator": "^7.18.6",
"@babel/plugin-transform-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-optional-catch-binding": "^7.18.6",
"@babel/plugin-transform-optional-chaining": "^7.21.0",
"@types/react": "~18.2.79",
"glob": "^9.0.0",
"jest": "^29.7.0",
"jest-expo": "~51.0.4",
"rimraf": "^4.0.0",
"typescript": "~5.3.3"
},
"private": true
}