mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-02 09:03:40 -05:00
38 lines
898 B
JSON
38 lines
898 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:^",
|
|
"@tanstack/react-query": "^4.19.1",
|
|
"expo": "^47.0.0",
|
|
"expo-constants": "~14.0.2",
|
|
"expo-linear-gradient": "~12.0.1",
|
|
"expo-linking": "~3.2.3",
|
|
"expo-router": "^0.0.36",
|
|
"expo-status-bar": "~1.4.2",
|
|
"moti": "^0.21.0",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-native": "0.70.5",
|
|
"react-native-reanimated": "~2.12.0",
|
|
"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
|
|
}
|