Korbs/Penpot-App
Archived
1
Fork 0
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-App/package.json
2023-07-31 23:44:53 -04:00

30 lines
803 B
JSON
Executable file

{
"name": "penpot-app",
"version": "0.0.1",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"expo": "~48.0.0",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-updates": "~0.16.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^6.2.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-tab-view": "^3.5.1",
"react-native-webview": "11.26.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}