mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-13 06:54:16 -05:00
34 lines
762 B
JSON
34 lines
762 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@kyoo/ui": "workspace:^",
|
|
"expo": "^47.0.0",
|
|
"expo-constants": "~14.0.2",
|
|
"expo-linking": "~3.2.3",
|
|
"expo-router": "^0.0.36",
|
|
"expo-status-bar": "~1.4.2",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-native": "0.70.5",
|
|
"react-native-safe-area-context": "4.4.1",
|
|
"react-native-screens": "~3.18.0",
|
|
"react-native-svg": "13.4.0",
|
|
"yoshiki": "0.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@types/react": "~18.0.24",
|
|
"@types/react-native": "~0.70.6",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"private": true
|
|
}
|