-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.32 KB
/
Copy pathpackage.json
File metadata and controls
138 lines (138 loc) · 5.32 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
{
"name": "seanime-tenji",
"main": "index.js",
"version": "0.3.0",
"scripts": {
"dev:start": "expo start -c",
"dev:start:ios": "expo start -c --ios",
"dev:start:android": "expo start -c --android",
"dev:ios": "expo run:ios",
"dev:tvos": "EXPO_TV=1 SEANIME_TV_DEV=1 expo start --clear --port 8082 --ios",
"run:tvos": "EXPO_TV=1 SEANIME_TV_DEV=1 expo run:ios --port 8082",
"prebuild:tvos": "EXPO_TV=1 SEANIME_TV_DEV=1 expo prebuild --platform ios --clean",
"dev:ios:offline": "expo start -c --ios --offline",
"internal:dev:ios:device": "bash ./scripts/ios-device-build.sh",
"internal:dev:android": "bash ./scripts/android-dev.sh phone",
"internal:dev:android:tv": "bash ./scripts/android-dev.sh tv",
"internal:dev:android:both": "bash ./scripts/android-dev.sh both",
"internal:android:tv:window": "bash ./scripts/android-tv-window.sh",
"internal:build:android": "bash ./scripts/android-build.sh",
"internal:build:android:tv": "bash ./scripts/android-build.sh --tv",
"internal:build:ios": "bash ./scripts/ios-build.sh",
"internal:build:tvos": "bash ./scripts/ios-build.sh --tv",
"internal:release": "bash ./scripts/release.sh",
"internal:ota:publish": "node ./tools/publish-ota-update.mjs",
"internal:ota:publish:tv": "node ./tools/publish-ota-update.mjs --tv",
"internal:ota:publish:remote": "bash ./scripts/publish-ota-remote.sh",
"internal:ota:publish:remote:tv": "bash ./scripts/publish-ota-remote.sh --tv",
"internal:bump-version": "node ./tools/bump-version.mjs",
"update:anilist-tags": "node ./tools/update-anilist-tags.mjs",
"test": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --experimental-strip-types --test tests/*.test.ts",
"fix": "npx expo install --fix",
"ios": "EXPO_OFFLINE=1 expo start -c --ios",
"clean": "rm -rf .expo node_modules"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.2.13",
"@likashefqet/react-native-image-zoom": "^4.3.0",
"@react-native-community/datetimepicker": "9.1.0",
"@react-native-community/netinfo": "12.0.1",
"@react-native-community/slider": "5.2.0",
"@react-native-menu/menu": "^2.0.0",
"@rn-primitives/alert-dialog": "^1.2.0",
"@rn-primitives/aspect-ratio": "^1.2.0",
"@rn-primitives/avatar": "~1.2.0",
"@rn-primitives/checkbox": "^1.2.0",
"@rn-primitives/dialog": "^1.2.0",
"@rn-primitives/label": "^1.2.0",
"@rn-primitives/menubar": "^1.2.0",
"@rn-primitives/portal": "~1.3.0",
"@rn-primitives/progress": "~1.2.0",
"@rn-primitives/radio-group": "^1.2.0",
"@rn-primitives/select": "^1.2.0",
"@rn-primitives/separator": "^1.2.0",
"@rn-primitives/slot": "~1.2.0",
"@rn-primitives/switch": "^1.2.0",
"@rn-primitives/table": "^1.2.0",
"@rn-primitives/tabs": "^1.2.0",
"@rn-primitives/toggle": "^1.2.0",
"@rn-primitives/toggle-group": "^1.2.0",
"@rn-primitives/types": "~1.2.0",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.90.19",
"@total-typescript/ts-reset": "^0.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"expo": "~56.0.16",
"expo-brightness": "~56.0.5",
"expo-constants": "~56.0.21",
"expo-dev-client": "~56.0.23",
"expo-file-system": "~56.0.8",
"expo-font": "~56.0.7",
"expo-haptics": "~56.0.3",
"expo-image": "~56.0.11",
"expo-keep-awake": "~56.0.3",
"expo-linear-gradient": "~56.0.4",
"expo-linking": "~56.0.15",
"expo-navigation-bar": "~56.0.3",
"expo-router": "~56.2.15",
"expo-screen-orientation": "~56.0.5",
"expo-sensors": "~56.0.6",
"expo-splash-screen": "~56.0.13",
"expo-status-bar": "~56.0.4",
"expo-system-ui": "~56.0.5",
"expo-updates": "~56.0.22",
"immer": "^11.1.3",
"jotai": "^2.16.2",
"jotai-immer": "^0.4.1",
"lodash": "^4.17.21",
"lucide-react-native": "^0.562.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.1",
"react-native": "npm:react-native-tvos@0.85.3-3",
"react-native-gesture-handler": "~2.31.1",
"react-native-ios-context-menu": "^3.2.1",
"react-native-ios-utilities": "git+https://github.com/dominicstop/react-native-ios-utilities.git#v5.2.1",
"react-native-mmkv": "^4.3.0",
"react-native-nitro-modules": "^0.35.0",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-svg": "15.15.4",
"react-native-toast-message": "^2.3.3",
"react-native-volume-manager": "^2.0.8",
"react-native-worklets": "0.8.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.0",
"tailwindcss-animate": "^1.0.7",
"uniwind": "^1.6.3",
"zeego": "^3.0.6"
},
"overrides": {
"zeego": {
"@react-native-menu/menu": "2.0.0",
"react-native-ios-context-menu": "3.2.1",
"react-native-ios-utilities": "git+https://github.com/dominicstop/react-native-ios-utilities.git#v5.2.1"
}
},
"devDependencies": {
"@react-native-tvos/config-tv": "0.1.6",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.23",
"@types/node": "^24.0.0",
"@types/react": "~19.2.10",
"typescript": "~6.0.3"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"private": true
}