demo app hanoicomputer home category productdetail cart
This commit is contained in:
65
package.json
Normal file
65
package.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"main": "node_modules/expo/AppEntry.js",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"eject": "expo eject",
|
||||
"test": "jest --watchAll"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "jest-expo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "^12.0.0",
|
||||
"@react-native-community/checkbox": "^0.5.7",
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-native-picker/picker": "^1.9.12",
|
||||
"@react-navigation/bottom-tabs": "5.11.2",
|
||||
"@react-navigation/drawer": "^5.12.4",
|
||||
"@react-navigation/native": "~5.8.10",
|
||||
"@react-navigation/routers": "^5.7.2",
|
||||
"@react-navigation/stack": "^5.12.8",
|
||||
"@types/react-router": "^5.1.11",
|
||||
"expo": "~40.0.0",
|
||||
"expo-asset": "~8.2.1",
|
||||
"expo-av": "~8.7.0",
|
||||
"expo-constants": "~9.3.3",
|
||||
"expo-font": "~8.4.0",
|
||||
"expo-linear-gradient": "~8.4.0",
|
||||
"expo-linking": "~2.0.1",
|
||||
"expo-splash-screen": "~0.8.1",
|
||||
"expo-status-bar": "~1.0.3",
|
||||
"expo-web-browser": "~8.6.0",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
|
||||
"react-native-bem-check-box": "^1.0.0",
|
||||
"react-native-gesture-handler": "~1.8.0",
|
||||
"react-native-linear-gradient": "^2.5.6",
|
||||
"react-native-paper": "^4.7.2",
|
||||
"react-native-reanimated": "~1.13.0",
|
||||
"react-native-safe-area-context": "3.1.9",
|
||||
"react-native-screens": "~2.15.2",
|
||||
"react-native-swiper": "^1.6.0-rc.3",
|
||||
"react-native-table-component": "^1.2.1",
|
||||
"react-native-textarea": "^1.0.4",
|
||||
"react-native-web": "~0.13.12",
|
||||
"react-native-youtube-iframe": "^1.4.1",
|
||||
"react-router": "^5.2.0",
|
||||
"react-router-native": "^5.2.0",
|
||||
"styled-components": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.9.0",
|
||||
"@types/react": "~16.9.35",
|
||||
"@types/react-native": "~0.63.2",
|
||||
"@types/react-native-table-component": "^1.2.0",
|
||||
"@types/react-router-native": "^5.1.0",
|
||||
"@types/styled-components": "^5.1.7",
|
||||
"jest-expo": "^40.0.0",
|
||||
"typescript": "~4.0.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user