-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 983 Bytes
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
{
"name": "@audius/mobile-example-trending",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@audius/sdk": "file:../../../sdk",
"@tanstack/react-query": "^5.90.20",
"buffer": "^6.0.3",
"events": "^3.3.0",
"expo": "~54.0.33",
"expo-av": "~15.0.1",
"expo-crypto": "^15.0.8",
"expo-status-bar": "~3.0.9",
"querystring-es3": "^0.2.1",
"react": "19.0.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.0.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"
}
}