2022-08-28 21:46:29 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-09-20 20:12:40 +00:00
|
|
|
"@expo/vector-icons": "^13.0.0",
|
2023-08-01 19:06:23 +00:00
|
|
|
"@expo/webpack-config": "^0.17.2",
|
2023-08-01 19:16:46 +00:00
|
|
|
"@react-native-async-storage/async-storage": "1.18.2",
|
|
|
|
"@react-native-picker/picker": "2.4.10",
|
2022-09-20 20:12:40 +00:00
|
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
2022-09-18 17:39:31 +00:00
|
|
|
"@react-navigation/native": "^6.0.12",
|
|
|
|
"@react-navigation/native-stack": "^6.8.0",
|
|
|
|
"cheerio": "^1.0.0-rc.12",
|
2023-08-02 16:56:57 +00:00
|
|
|
"crypto-js": "^4.1.1",
|
2023-08-01 19:16:46 +00:00
|
|
|
"expo": "^49.0.0",
|
|
|
|
"expo-file-system": "~15.4.2",
|
|
|
|
"expo-status-bar": "~1.6.0",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-native": "0.72.3",
|
2022-09-20 22:36:51 +00:00
|
|
|
"react-native-fast-image": "^8.6.1",
|
2023-08-01 19:16:46 +00:00
|
|
|
"react-native-gesture-handler": "~2.12.0",
|
2022-09-20 22:36:51 +00:00
|
|
|
"react-native-image-progress": "^1.2.0",
|
2022-09-18 17:39:31 +00:00
|
|
|
"react-native-modalize": "^2.1.1",
|
2023-08-02 16:56:57 +00:00
|
|
|
"react-native-progress": "https://github.com/EslamElMeniawy/react-native-progress",
|
2023-08-01 19:16:46 +00:00
|
|
|
"react-native-safe-area-context": "4.6.3",
|
|
|
|
"react-native-screens": "~3.22.0",
|
|
|
|
"react-native-svg": "13.9.0",
|
|
|
|
"react-native-web": "~0.19.6",
|
2022-09-18 17:39:31 +00:00
|
|
|
"react-query": "^3.39.2"
|
2022-08-28 21:46:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-01 19:16:46 +00:00
|
|
|
"@babel/core": "^7.20.0",
|
2023-08-02 16:56:57 +00:00
|
|
|
"@types/crypto-js": "^4.1.1",
|
2023-08-01 19:16:46 +00:00
|
|
|
"@types/react": "~18.2.14",
|
2023-08-02 16:56:57 +00:00
|
|
|
"@types/react-native": "^0.72.2",
|
2023-08-01 19:16:46 +00:00
|
|
|
"typescript": "^5.1.3"
|
2022-08-28 21:46:29 +00:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|