44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "comet",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^13.0.0",
|
|
"@expo/webpack-config": "^0.17.2",
|
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
|
"@react-native-picker/picker": "2.4.8",
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
|
"@react-navigation/native": "^6.0.12",
|
|
"@react-navigation/native-stack": "^6.8.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"expo": "^47.0.0",
|
|
"expo-file-system": "~15.1.1",
|
|
"expo-status-bar": "~1.4.2",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-native": "0.70.5",
|
|
"react-native-fast-image": "^8.6.1",
|
|
"react-native-gesture-handler": "~2.8.0",
|
|
"react-native-image-progress": "^1.2.0",
|
|
"react-native-modalize": "^2.1.1",
|
|
"react-native-progress": "^5.0.0",
|
|
"react-native-safe-area-context": "4.4.1",
|
|
"react-native-screens": "~3.18.0",
|
|
"react-native-svg": "13.4.0",
|
|
"react-native-web": "~0.18.7",
|
|
"react-query": "^3.39.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@types/react": "~18.0.24",
|
|
"@types/react-native": "~0.70.6",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"private": true
|
|
}
|