forked from margelo/react-native-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1013 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
{
"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.123",
"@types/gaussian": "^1.2.0",
"gaussian": "^1.2.0",
"react": "^17.0.2",
"react-native": "^0.67.4",
"react-native-gesture-handler": "^2.4.1",
"react-native-haptic-feedback": "^1.13.1",
"react-native-pressable-scale": "^1.0.6",
"react-native-reanimated": "^2.8.0",
"react-native-static-safe-area-insets": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@types/react": "^17.0.42",
"@types/react-native": "^0.67.4",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.66.2"
}
}