-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.62 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.62 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
{
"name": "runanywhere-starter-app",
"version": "1.0.0",
"description": "A comprehensive starter app demonstrating RunAnywhere SDK capabilities - on-device AI for React Native",
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-navigation/native": "^7.1.24",
"@react-navigation/stack": "^7.6.16",
"@runanywhere/core": "^0.18.1",
"@runanywhere/llamacpp": "^0.18.1",
"@runanywhere/onnx": "^0.18.1",
"react": "19.2.0",
"react-native": "0.83.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.30.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-live-audio-stream": "^1.1.1",
"react-native-nitro-modules": "^0.31.10",
"react-native-safe-area-context": "~5.6.2",
"react-native-sound": "^0.13.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.0",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "latest",
"@react-native-community/cli-platform-android": "latest",
"@react-native-community/cli-platform-ios": "latest",
"@react-native/babel-preset": "0.83.1",
"@react-native/eslint-config": "0.83.1",
"@react-native/metro-config": "0.83.1",
"@react-native/typescript-config": "0.83.1",
"@types/react": "~19.1.0",
"@types/react-test-renderer": "^18.3.0",
"eslint": "^8.57.0",
"prettier": "^3.4.2",
"typescript": "~5.9.2"
},
"engines": {
"node": ">=18"
}
}