forked from sampie777/hymnbook2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 3.48 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 3.48 KB
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
80
81
82
83
{
"name": "hymnbook2",
"version": "1.29.0-SNAPSHOT",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"bundle": "cd android && ./gradlew bundleRelease",
"build": "cd android && ./gradlew assembleRelease",
"device-install": "adb -d install \"$(ls -t ./android/app/build/outputs/apk/release/*.apk | head -1)\"",
"device-install-windows": "adb -d install \"./android/app/build/outputs/apk/release/$(Get-ChildItem -Path ./android/app/build/outputs/apk/release/*.apk -Name | select -first 1)\""
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "git+https://github.com/sampie777/react-native-multi-slider.git#v2.3.2",
"@react-native-clipboard/clipboard": "1.16.3",
"@react-native-community/netinfo": "11.3.3",
"@react-navigation/bottom-tabs": "7.4.7",
"@react-navigation/native": "7.1.17",
"@react-navigation/native-stack": "7.3.26",
"@realm/react": "0.11.0",
"@stripe/stripe-react-native": "0.54.0",
"abcjs": "git+https://github.com/paulrosen/abcjs.git#v6.2.3",
"fastest-levenshtein": "1.0.16",
"fetch-retry": "6.0.0",
"htmlparser2": "10.0.0",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-config": "1.5.1",
"react-native-device-info": "10.12.0",
"react-native-draggable-flatlist": "4.0.2",
"react-native-gesture-handler": "patch:react-native-gesture-handler@npm%3A2.28.0#~/.yarn/patches/react-native-gesture-handler-npm-2.28.0-46647da20a.patch",
"react-native-keep-awake": "4.0.0",
"react-native-onboarding-swiper": "1.3.0",
"react-native-popup-menu": "0.18.0",
"react-native-quick-md5": "3.0.9",
"react-native-reanimated": "3.19.1",
"react-native-safe-area-context": "5.6.1",
"react-native-screens": "4.16.0",
"react-native-svg": "15.14.0",
"react-native-track-player": "5.0.0-alpha0",
"react-native-vector-icons": "10.3.0",
"realm": "20.2.0",
"rollbar": "2.26.4",
"rollbar-react-native": "1.0.0-beta.5"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-transform-export-namespace-from": "7.27.1",
"@babel/plugin-transform-flow-strip-types": "7.27.1",
"@babel/plugin-transform-nullish-coalescing-operator": "7.27.1",
"@babel/plugin-transform-private-methods": "7.27.1",
"@babel/plugin-transform-unicode-property-regex": "7.27.1",
"@babel/preset-env": "7.25.3",
"@babel/runtime": "7.27.4",
"@jest/globals": "30.2.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.4",
"@react-native/eslint-config": "0.81.4",
"@react-native/metro-config": "0.81.4",
"@react-native/typescript-config": "0.81.4",
"@types/node": "24.6.0",
"@types/react": "19.1.0",
"@types/react-native-keep-awake": "2.0.6",
"@types/react-native-onboarding-swiper": "1.1.9",
"@types/react-native-vector-icons": "6.4.18",
"@types/react-test-renderer": "19.1.0",
"babel-jest": "30.2.0",
"eslint": "8.57.0",
"jest": "29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "19.1.0",
"typescript": "5.8.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
}