-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.94 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.94 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
{
"name": "moepictures",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"relink": "cd ios && pod install",
"postinstall": "patch-package"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",
"@blazejkustra/react-native-alert": "^1.0.0",
"@callstack/liquid-glass": "^0.7.0",
"@expo/react-native-action-sheet": "^4.1.1",
"@lodev09/react-native-true-sheet": "^3.9.9",
"@openspacelabs/react-native-zoomable-view": "github:Moestash/react-native-zoomable-view",
"@react-native-async-storage/async-storage": "^3.0.1",
"@react-native-camera-roll/camera-roll": "^7.10.2",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/slider": "^5.1.2",
"@react-native-documents/picker": "^12.0.1",
"@react-navigation/native": "^7.1.34",
"@react-navigation/native-stack": "^7.14.6",
"@reduxjs/toolkit": "^2.11.2",
"@shopify/react-native-skia": "github:Moestash/react-native-skia",
"common-tags": "^1.8.2",
"fast-clone": "^1.5.13",
"magic-bytes.js": "^1.13.0",
"path-browserify": "^1.0.1",
"pixiv.ts": "^0.8.9",
"react": "^19.2.4",
"react-native": "0.83.1",
"react-native-context-menu-view": "^1.21.0",
"react-native-drawer-layout": "^4.2.2",
"react-native-file-access": "^4.0.0",
"react-native-gesture-handler": "^2.30.0",
"react-native-haptic-feedback": "^2.3.4",
"react-native-image-crop-tools": "^1.6.4",
"react-native-image-picker": "^8.2.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-nitro-modules": "^0.35.2",
"react-native-pager-view": "^8.0.1",
"react-native-quick-base64": "^2.2.2",
"react-native-quick-crypto": "^1.0.17",
"react-native-reanimated": "^4.2.2",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"react-native-sortables": "^1.9.4",
"react-native-star-rating-widget": "github:Moestash/react-native-star-rating-widget",
"react-native-svg": "^15.15.4",
"react-native-tab-view": "^4.3.0",
"react-native-toast-message": "^2.3.3",
"react-native-uitextview": "github:Moestash/react-native-uitextview",
"react-native-video": "^6.19.1",
"react-native-worklets": "^0.7.4",
"react-redux": "^9.2.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@react-native-community/cli": "20.1.2",
"@react-native-community/cli-platform-android": "20.1.2",
"@react-native-community/cli-platform-ios": "20.1.2",
"@react-native/babel-preset": "0.83.1",
"@react-native/metro-config": "0.83.1",
"@types/common-tags": "^1.8.4",
"@types/react": "^19.2.14",
"babel-plugin-module-resolver": "^5.0.3",
"patch-package": "^8.0.1",
"react-native-svg-transformer": "^1.5.3",
"typescript": "^5.9.3"
}
}