mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-06 08:53:38 -05:00
29 lines
598 B
JSON
29 lines
598 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "src/app.tsx",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@kyoo/ui": "workspace:^",
|
|
"expo": "~46.0.17",
|
|
"expo-status-bar": "~1.4.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.69.7",
|
|
"react-native-svg": "12.4.4",
|
|
"yoshiki": "0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.6",
|
|
"@types/react": "~18.0.25",
|
|
"@types/react-native": "~0.69.15",
|
|
"typescript": "~4.9.3"
|
|
},
|
|
"private": true
|
|
}
|