-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.57 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
76
77
78
79
{
"name": "bird-watcher",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 15'",
"archive": "xcodebuild -workspace ios/BirdWatcher.xcworkspace -configuration Debug -scheme BirdWatcher archive",
"pod": "cd ios && pod install && cd ../",
"format": "eslint . --fix",
"lint": "eslint . --quiet",
"type-check": "tsc --noEmit",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@likashefqet/react-native-image-zoom": "^2.1.1",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@shopify/flash-list": "^1.6.1",
"@types/react-native-video": "^5.0.16",
"clsx": "^2.0.0",
"devalue": "^4.3.2",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "^2.13.2",
"react-native-localize": "^3.0.2",
"react-native-mmkv": "^2.10.2",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.25.0",
"react-native-svg": "^13.14.0",
"react-native-video": "latest",
"react-native-webrtc": "111.0.3",
"react-query": "^3.39.3",
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.0.24",
"@types/react-native-vector-icons": "^6.4.15",
"@types/react-test-renderer": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.51.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "0.77.0",
"prettier": "^3.0.3",
"react-native-dotenv": "^3.4.9",
"react-native-svg-transformer": "^1.1.0",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"tsc": "^2.0.4",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16"
},
"resolutions": {
"@babel/core": "^7.20.2",
"babel-loader": "^8.3.0"
},
"packageManager": "[email protected]"
}