-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.34 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest jest",
"test:watch": "yarn test --watchAll",
"test:appium": "jest appium"
},
"dependencies": {
"@expo-google-fonts/nunito-sans": "^0.2.0",
"@react-native-community/slider": "4.1.12",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.0.5",
"babel-plugin-inline-dotenv": "^1.6.0",
"date-fns": "^2.23.0",
"dotenv": "^10.0.0",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-av": "~10.2.0",
"expo-constants": "~13.0.1",
"expo-firebase-analytics": "~6.0.0",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.0",
"expo-linking": "~3.0.0",
"expo-localization": "~12.0.0",
"expo-notifications": "~0.14.0",
"expo-status-bar": "~1.2.0",
"firebase": "8.2.3",
"i18n-js": "^3.8.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-paper": "~4.9.2",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.14.7",
"@testing-library/react-native": "^8.0.0",
"@types/i18n-js": "^3.8.2",
"@types/jest": "26.0.24",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.6.3",
"jest-expo": "^44.0.0",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"ts-jest": "26.5.6",
"typescript": "~4.3.5",
"webdriverio": "^7.16.8"
},
"private": true
}