-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 988 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
33
{
"name": "react-native-chart-kit-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"android:build": "expo prebuild --platform android --no-install && node scripts/use-gradle-8.js && cd android && ./gradlew assembleDebug",
"ios": "expo run:ios",
"web": "expo start --web",
"check": "expo install --check"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"expo": "~54.0.26",
"expo-status-bar": "~3.0.9",
"lodash": "^4.18.1",
"paths-js": "^0.4.11",
"point-in-polygon": "^1.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-chart-kit": "file:../react-native-chart-kit",
"react-native-safe-area-context": "~5.6.2",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"babel-preset-expo": "^54.0.7"
},
"private": true
}