-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 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": "@audius/mobile-example-upload",
"version": "1.0.0",
"private": true,
"main": "index.js",
"expo": {
"autolinking": {
"searchPaths": [
"./node_modules"
],
"exclude": [
"react-native-webview"
]
}
},
"scripts": {
"start": "expo start --port 8082",
"android": "expo run:android --port 8082",
"ios": "expo run:ios --port 8082",
"web": "expo start --web --port 8082"
},
"dependencies": {
"@audius/sdk": "file:../../../sdk",
"@react-native-async-storage/async-storage": "^2.1.2",
"buffer": "^6.0.3",
"events": "^3.3.0",
"expo": "~54.0.33",
"expo-crypto": "^15.0.8",
"expo-document-picker": "~14.0.8",
"expo-image-picker": "~17.0.10",
"expo-linking": "~8.0.11",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"querystring-es3": "^0.2.1",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "~1.11.0",
"url": "^0.11.4"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~19.1.0",
"babel-preset-expo": "~54.0.10",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^5.0.0",
"util": "^0.12.5"
}
}