mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-18 09:10:05 -05:00
27 lines
549 B
JSON
27 lines
549 B
JSON
{
|
|
"name": "native",
|
|
"version": "1.0.0",
|
|
"main": "src/app.tsx",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~46.0.16",
|
|
"expo-status-bar": "~1.4.0",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-native": "0.69.6",
|
|
"react-native-web": "~0.18.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@types/react": "~18.0.14",
|
|
"@types/react-native": "~0.69.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"private": true
|
|
}
|