-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 974 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 974 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
{
"name": "react-native-graph-example",
"description": "Example app for react-native-graph",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-native-segmented-control/segmented-control": "^2.4.0",
"@shopify/react-native-skia": "^0.1.233",
"@types/gaussian": "^1.2.0",
"gaussian": "^1.2.0",
"react": "^18.2.0",
"react-native": "^0.71.7",
"react-native-gesture-handler": "^2.9.0",
"react-native-haptic-feedback": "^1.13.1",
"react-native-pressable-scale": "^1.0.6",
"react-native-reanimated": "^3.1.0",
"react-native-static-safe-area-insets": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@types/react": "^18.0.24",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.73.9"
}
}