-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "@audius/mobile-example-update-profile",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"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-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"
}
}