-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
67 lines (67 loc) · 1.94 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
{
"name": "PlantRecog",
"version": "1.4.3",
"private": true,
"scripts": {
"android": "react-native run-android",
"start": "react-native start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"clean": "cd android && ./gradlew clean",
"postinstall": "patch-package",
"check-dependencies": "rnx-align-deps",
"fix-dependencies": "rnx-align-deps --write"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-firebase/analytics": "^15.4.0",
"@react-native-firebase/app": "^15.4.0",
"@react-native-firebase/remote-config": "^16.4.6",
"cross-fetch": "^3.1.5",
"deprecated-react-native-prop-types": "^2.3.0",
"patch-package": "^6.4.7",
"react": "18.1.0",
"react-native": "^0.70.0",
"react-native-bootsplash": "^4.3.2",
"react-native-camera": "^4.2.1",
"react-native-gesture-handler": "^2.6.0",
"react-native-image-picker": "^4.10.0",
"react-native-reanimated": "^2.10.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-svg": "^12.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@rnx-kit/align-deps": "^2.0.1",
"@types/react-native": "^0.69.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.24.0",
"eslint-config-universe": "^11.1.0",
"metro-react-native-babel-preset": "^0.72.1",
"prettier": "^2.7.1",
"react-test-renderer": "18.1.0",
"typescript": "^4.8.4"
},
"rnx-kit": {
"kitType": "app",
"alignDeps": {
"requirements": [
],
"capabilities": [
"animation",
"babel-preset-react-native",
"core",
"core-android",
"core-ios",
"gestures",
"react",
"react-test-renderer",
"svg"
]
}
}
}