-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 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
51
52
53
54
{
"name": "spacebookCL",
"version": "0.0.1",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "react-native run-android",
"eject": "expo eject",
"expo-android": "expo start --android",
"expo-start": "expo start",
"expo-ios": "expo start --ios",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"eslint-plugin-flowtype": "^5.1.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-native": "^4.0.0",
"eslint-scope": "^5.1.1",
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"native-base": "^3.3.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.67.2",
"react-native-animation-library": "^0.0.8",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "^2.2.0",
"react-native-reanimated": "^2.4.1",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^3.11.1",
"react-native-svg": "^12.1.0",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/runtime": "^7.17.2",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.5.1",
"eslint": "^7.10.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.67.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}