29 lines
765 B
JSON
29 lines
765 B
JSON
|
{
|
||
|
"name": "penpot-app",
|
||
|
"version": "0.0.1",
|
||
|
"main": "node_modules/expo/AppEntry.js",
|
||
|
"scripts": {
|
||
|
"start": "expo start",
|
||
|
"android": "expo start --android",
|
||
|
"ios": "expo start --ios"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@react-navigation/material-top-tabs": "^6.6.2",
|
||
|
"@react-navigation/native": "^6.1.6",
|
||
|
"expo": "~48.0.18",
|
||
|
"expo-status-bar": "~1.4.4",
|
||
|
"react": "18.2.0",
|
||
|
"react-native": "0.71.8",
|
||
|
"react-native-floating-action": "^1.22.0",
|
||
|
"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": "^12.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.20.0"
|
||
|
},
|
||
|
"private": true
|
||
|
}
|