35 lines
985 B
JSON
35 lines
985 B
JSON
{
|
|
"name": "react-native-graph-example",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~55.0.6",
|
|
"@react-native-segmented-control/segmented-control": "^2.5.7",
|
|
"@shopify/react-native-skia": "^2.5.3",
|
|
"@types/gaussian": "^1.2.2",
|
|
"expo": "~55.0.8",
|
|
"expo-status-bar": "~55.0.4",
|
|
"gaussian": "^1.3.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-gesture-handler": "^2.30.0",
|
|
"react-native-haptic-feedback": "^2.3.4",
|
|
"react-native-pressable-scale": "^2.1.0",
|
|
"react-native-reanimated": "^4.2.3",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "^0.7.4"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-native-builder-bob": "^0.40.18",
|
|
"react-native-monorepo-config": "^0.3.3"
|
|
}
|
|
}
|