-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.05 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
{
"name": "rndemo",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 12 Pro Max'",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/cameraroll": "^4.0.2",
"@react-native-community/hooks": "^2.6.0",
"@react-native-masked-view/masked-view": "^0.2.2",
"@react-navigation/core": "3.7.5",
"@react-navigation/native": "^5.9.3",
"date-fns": "^2.19.0",
"numeral": "^2.0.6",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-camera": "^3.42.0",
"react-native-config": "^1.4.2",
"react-native-elements": "^3.1.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-maps": "0.27.1",
"react-native-paper": "^3.12.0",
"react-native-permissions": "^3.0.0",
"react-native-popable": "^0.3.0",
"react-native-reanimated": "^1.13.2",
"react-native-redash": "^16.0.8",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.18.0",
"react-native-sensors": "^7.0.2",
"react-native-shared-element": "^0.7.0",
"react-native-touchable-scale": "^2.1.2",
"react-native-vector-icons": "^8.0.0",
"react-native-windows": "^0.63.20",
"react-navigation": "4.3.8",
"react-navigation-hooks": "^1.1.0",
"react-navigation-material-bottom-tabs": "^2.3.4",
"react-navigation-shared-element": "^2.3.1",
"react-navigation-stack": "^2.10.3",
"react-navigation-tabs": "^2.10.1",
"tic-tac-toe-ai-engine": "^1.0.9",
"typescript": "^4.1.3",
"use-memo-one": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"patch-package": "^6.2.2",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}