39 lines
1.1 KiB
JSON
39 lines
1.1 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/webpack-config": "^0.17.0",
|
|
"@react-native-picker/picker": "2.4.2",
|
|
"@react-navigation/native": "^6.0.12",
|
|
"@react-navigation/native-stack": "^6.8.0",
|
|
"@types/react-native-vector-icons": "^6.4.12",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"expo": "~46.0.9",
|
|
"expo-file-system": "~14.1.0",
|
|
"expo-status-bar": "~1.4.0",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-native": "0.69.5",
|
|
"react-native-gesture-handler": "~2.5.0",
|
|
"react-native-modalize": "^2.1.1",
|
|
"react-native-safe-area-context": "4.3.1",
|
|
"react-native-screens": "~3.15.0",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"react-native-web": "~0.18.7",
|
|
"react-query": "^3.39.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@types/react": "~18.0.14",
|
|
"@types/react-native": "~0.69.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"private": true
|
|
}
|