-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.74 KB
/
package.json
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
{
"name": "GIGO",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --variant=release",
"ios": "react-native run-ios --configuration Release",
"lint": "eslint .",
"start": "react-native start --experimental-debugger",
"test": "jest"
},
"dependencies": {
"@expo/vector-icons": "^14.0.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-google-signin/google-signin": "^11.0.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.3",
"Buffer": "^0.0.0",
"avataaars": "^2.0.0",
"base64-arraybuffer": "^1.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.45",
"react": "18.2.0",
"react-jwt": "^1.2.1",
"react-markdown": "^8.0.4",
"react-native": "0.74.0",
"react-native-blob-util": "^0.19.9",
"react-native-canvas": "^0.1.39",
"react-native-config": "^1.5.1",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.17.1",
"react-native-iap": "^12.15.2",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-linking": "^0.0.0",
"react-native-paper": "^5.12.3",
"react-native-push-notification": "^8.1.1",
"react-native-really-awesome-button": "^2.0.4",
"react-native-reanimated": "^3.14.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^15.3.0",
"react-native-svg-transformer": "^1.4.0",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-vector-icons": "^10.1.0",
"react-native-webview": "https://github.com/react-native-webview/react-native-webview.git",
"react-redux": "^9.1.2",
"react-syntax-highlighter": "^15.5.0",
"redux-persist": "^6.0.0",
"rehype-format": "^4.0.1",
"rehype-ignore": "^1.0.4",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark-breaks": "^3.0.0",
"remark-code-blocks": "^2.0.1",
"remark-gfm": "^3.0.1",
"shiki": "^0.12.1",
"styled-components": "^6.1.11",
"unist-builder": "^3.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-is": "^5.1.1",
"unist-util-position": "^4.0.3",
"unist-util-visit": "^4.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@bam.tech/react-native-make": "^3.0.3",
"@react-native/babel-preset": "0.74.81",
"@react-native/eslint-config": "0.74.81",
"@react-native/metro-config": "0.74.81",
"@react-native/typescript-config": "0.74.81",
"@testing-library/react-native": "^12.5.1",
"@types/lodash": "^4.17.6",
"@types/react": "^18.2.6",
"@types/react-native-snap-carousel": "^3.8.11",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}