-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2 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
{
"name": "rmtly",
"version": "2.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^9.3.4",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-navigation/drawer": "^6.5.8",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"react": "18.2.0",
"react-native": "0.71.2",
"react-native-actions-sheet": "^0.8.7",
"react-native-dropdown-picker": "^5.4.2",
"react-native-gesture-handler": "^2.7.0",
"react-native-modalize": "^2.1.1",
"react-native-paper": "^5.1.4",
"react-native-permissions": "^3.6.1",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.0",
"react-native-vector-icons": "^9.2.0",
"react-native-vision-camera": "^2.15.4",
"vision-camera-code-scanner": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.7",
"@react-native-community/eslint-config": "^3.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.27",
"@types/jest": "^29.2.6",
"@types/react-native": "^0.71.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-jest": "^29.2.2",
"eslint": "^8.32.0",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "^0.73.7",
"prettier": "^2.8.3",
"react-test-renderer": "18.2.0",
"typescript": "^4.8.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}