-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "anikai-app",
"version": "1.7.1",
"description": "The ultimate anime streaming companion for Android with smart auto-resume, PIN lock, and ad-free browsing",
"author": "AniKai Community",
"license": "MIT",
"main": "node_modules/expo/AppEntry.js",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/anikai-mobile.git"
},
"keywords": [
"anime",
"streaming",
"android",
"react-native",
"expo",
"webview"
],
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:apk": "eas build -p android --profile preview"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"expo": "~50.0.0",
"expo-file-system": "~16.0.0",
"expo-keep-awake": "~12.8.0",
"expo-media-library": "~15.9.0",
"expo-notifications": "~0.27.0",
"expo-sharing": "~11.10.0",
"expo-status-bar": "~1.11.0",
"react": "18.2.0",
"react-native": "0.73.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-webview": "13.6.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"sharp": "^0.34.5"
},
"private": true
}