33 lines
875 B
JSON
33 lines
875 B
JSON
{
|
|
"name": "solorpower-dashboard",
|
|
"version": "1.0.0",
|
|
"main": "expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~4.0.1",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-navigation/native-stack": "^7.10.1",
|
|
"expo": "~52.0.0",
|
|
"expo-document-picker": "~13.0.3",
|
|
"expo-linear-gradient": "~14.0.2",
|
|
"expo-status-bar": "~2.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.5",
|
|
"react-native-gifted-charts": "^1.4.70",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.20.0",
|
|
"react-native-svg": "^15.15.1",
|
|
"react-native-web": "~0.19.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2"
|
|
},
|
|
"private": true
|
|
}
|