-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 835 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 835 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
{
"name": "transformers-js-react-native-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"ios:native": "expo run:ios",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean",
"web": "expo start --web"
},
"dependencies": {
"@huggingface/transformers": "^4.2.0",
"expo": "~54.0.33",
"expo-dev-client": "~6.0.20",
"expo-file-system": "~19.0.21",
"expo-status-bar": "~3.0.9",
"onnxruntime-react-native": "^1.24.3",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-audio-api": "^0.11.7",
"@automatalabs/react-native-transformers": "file:.."
},
"private": true,
"devDependencies": {
"babel-preset-expo": "~54.0.10"
}
}