-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.58 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
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
{
"name": "poc-archiver-expo",
"description": "ReactNative Expo SDK POC collection",
"repository": "https://github.com/amwebexpert/poc-archiver-expo",
"author": "[email protected]",
"version": "1.3.0",
"private": false,
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"start": "expo start",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"expo:doctor": "npx expo-doctor",
"eas:build:ios:preview": "eas build --platform ios --profile preview",
"eas:build:ios:development": "eas build --platform ios --profile development-simulator",
"eas:build:android:preview": "eas build --platform android --profile preview",
"eas:build:android:development": "eas build --platform android --profile development",
"generate:version": "node scripts/generate-version",
"eas:run:ios": "eas build:run -p ios --latest",
"eas:run:android": "eas build:run -p android --latest",
"postinstall": "patch-package && npm-license-crawler -onlyDirectDependencies -json assets/licenses.json"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@expo/vector-icons": "^14.0.4",
"@fugood/react-native-audio-pcm-stream": "^1.1.4",
"@fugood/transformers": "^2.17.2-beta.2",
"@gorhom/bottom-sheet": "^5.0.5",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/drawer": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@shopify/flash-list": "1.7.1",
"@shopify/react-native-skia": "1.5.0",
"browserify-zlib": "^0.2.0",
"date-fns": "^4.1.0",
"expo": "^52.0.23",
"expo-application": "~6.0.1",
"expo-asset": "~11.0.1",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.8",
"expo-device": "~7.0.1",
"expo-document-picker": "~13.0.1",
"expo-file-system": "~18.0.6",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.15",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-updates": "~0.26.10",
"expo-web-browser": "~14.0.1",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.1.0",
"onnxruntime-react-native": "^1.20.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"react-native": "0.76.5",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-element-dropdown": "^2.12.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-mmkv": "^3.2.0",
"react-native-network-logger": "^1.17.0",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "~4.4.0",
"react-native-skia-offscreencanvas": "^0.1.1",
"react-native-svg": "15.8.0",
"react-native-webview": "13.12.5",
"stream-browserify": "^3.0.0",
"text-encoding-polyfill": "^0.6.7",
"xregexp": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "^9.14.0",
"eslint-config-universe": "^14.0.0",
"npm-license-crawler": "^0.2.1",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"typescript": "~5.6.3"
},
"eslintConfig": {
"extends": "universe/native",
"root": true
},
"expo": {
"install": {
"exclude": [
"react-native-safe-area-context"
]
},
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@craftzdog/react-native-buffer",
"@expo/config-plugins",
"@fugood/react-native-audio-pcm-stream",
"@fugood/transformers",
"browserify-zlib",
"date-fns",
"mobx",
"mobx-react-lite",
"onnxruntime-react-native",
"react-native-dropdown-select-list",
"react-native-element-dropdown",
"react-native-fs",
"react-native-skia-offscreencanvas",
"stream-browserify",
"text-encoding-polyfill",
"xregexp"
]
}
}
},
"resolutions": {
"@expo/config-plugins": "~9.0.0",
"onnxruntime-common": "^1.20.1",
"onnxruntime-react-native": "^1.20.1"
}
}