-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 6.14 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 6.14 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "jellify",
"version": "1.1.3",
"private": true,
"scripts": {
"init-android": "bun i",
"init-ios": "bun run init-ios:new-arch",
"init-ios:new-arch": "bun i && bun run pod:install:new-arch",
"reinstall": "rm -rf ./node_modules && bun i",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "bunx jest",
"tsc": "tsc",
"codegen": "env DEBUG=metro:* react-native codegen",
"clean:ios": "cd ios && pod deintegrate",
"clean:android": "cd android && rm -rf app/ build/",
"pod:install": "echo 'Please run `bun run pod:install:new-arch` to enable the new architecture'",
"pod:install:new-arch": "cd ios && bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"pod:clean": "cd ios && pod deintegrate",
"fastlane:ios:build": "cd ios && bundle exec fastlane build",
"fastlane:ios:match": "cd ios && bundle exec fastlane match development --readonly",
"fastlane:ios:beta": "cd ios && bundle exec fastlane beta",
"fastlane:android:build": "cd android && bundle install && bundle exec fastlane build",
"fastlane:android:deploy": "cd android && bundle install && bundle exec fastlane deploy",
"androidBuild": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd .. && echo 'find apk in android/app/build/outputs/apk/release'",
"prepare": "husky",
"format:check": "prettier --check .",
"format": "prettier --write .",
"createBundle:android": "mkdir -p android/App-Bundles && react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/App-Bundles/index.android.bundle --assets-dest android/App-Bundles",
"createBundle:ios": "mkdir -p ios/App-Bundles && react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios/App-Bundles/main.jsbundle --assets-dest ios/App-Bundles",
"sendOTA:android": "bash scripts/ota-android.sh",
"sendOTA:iOS": "bash scripts/ota-iOS.sh",
"sendOTA:PR": "bash scripts/ota-PR.sh",
"android-build": "cd android && ./gradlew generateCodegenArtifactsFromSchema && ./gradlew assembleRelease",
"generate-config": "bun ./node_modules/react-native-superconfig/scripts/generate-config.js",
"postinstall": "bun run generate-config && patch-package"
},
"dependencies": {
"@jellify-music/react-native-reanimated-slider": "0.4.0",
"@jellyfin/sdk": "0.13.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/cli": "20.1.1",
"@react-native-community/netinfo": "11.5.2",
"@react-native-vector-icons/material-design-icons": "13.0.0",
"@react-navigation/bottom-tabs": "7.15.9",
"@react-navigation/material-top-tabs": "7.4.23",
"@react-navigation/native": "7.2.2",
"@react-navigation/native-stack": "7.14.10",
"@sentry/react-native": "8.7.0",
"@shopify/flash-list": "2.3.1",
"@tamagui/animations-reanimated": "2.0.0-rc.39",
"@tamagui/config": "2.0.0-rc.39",
"@tanstack/query-async-storage-persister": "5.99.0",
"@tanstack/react-query": "5.99.0",
"@tanstack/react-query-persist-client": "5.99.0",
"@testing-library/react-native": "13.3.3",
"@typedigital/telemetrydeck-react": "0.4.1",
"axios": "1.13.6",
"lodash": "4.17.21",
"openai": "6.34.0",
"react": "19.2.3",
"react-freeze": "1.0.4",
"react-native": "0.84.1",
"react-native-blurhash": "2.1.3",
"react-native-carplay": "2.4.1-beta.0",
"react-native-device-info": "15.0.1",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.30.1",
"react-native-google-cast": "4.9.1",
"react-native-linear-gradient": "2.8.3",
"react-native-mmkv": "4.3.1",
"react-native-nitro-fetch": "1.0.1",
"react-native-nitro-modules": "0.35.4",
"react-native-nitro-ota": "0.13.0",
"react-native-nitro-player": "1.0.1",
"react-native-pager-view": "8.0.0",
"react-native-pulsar": "1.0.2",
"react-native-reanimated": "4.1.6",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-sortables": "1.9.4",
"react-native-superconfig": "0.16.0",
"react-native-svg": "15.15.4",
"react-native-text-ticker": "1.15.0",
"react-native-toast-message": "2.3.3",
"react-native-turbo-image": "1.24.1",
"react-native-url-polyfill": "3.0.0",
"react-native-uuid": "2.0.4",
"react-native-worklets": "0.7.2",
"react-native-worklets-core": "1.6.3",
"tamagui": "2.0.0-rc.39",
"zustand": "5.0.12"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/runtime": "7.29.2",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "9.39.4",
"@react-native-community/cli-platform-android": "20.1.1",
"@react-native-community/cli-platform-ios": "20.1.1",
"@react-native/babel-preset": "0.84.1",
"@react-native/eslint-config": "0.84.1",
"@react-native/metro-config": "0.84.1",
"@react-native/typescript-config": "0.84.1",
"@tamagui/babel-plugin": "2.0.0-rc.39",
"@types/jest": "30.0.0",
"@types/lodash": "4.17.21",
"@types/node": "25.5.2",
"@types/react": "19.2.3",
"@types/react-native-vector-icons": "6.4.18",
"@types/react-test-renderer": "19.1.0",
"babel-plugin-module-resolver": "5.0.3",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-native": "5.0.0",
"globals": "17.4.0",
"husky": "9.1.7",
"jest": "30.3.0",
"jscodeshift": "17.3.0",
"lint-staged": "16.4.0",
"patch-package": "8.0.1",
"prettier": "3.8.1",
"react-dom": "19.2.3",
"react-native-cli-bump-version": "1.5.1",
"react-test-renderer": "19.2.3",
"typescript": "6.0.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"engines": {
"bun": ">=1.3.2",
"node": ">=22.11.0"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"@sentry/cli",
"react-native-nitro-modules",
"unrs-resolver"
]
}