You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.9 KiB
57 lines
1.9 KiB
{ |
|
"name": "final_danovin_expo", |
|
"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", |
|
"eject": "expo eject", |
|
"build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn", |
|
"dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\"" |
|
}, |
|
"dependencies": { |
|
"@react-native-async-storage/async-storage": "~1.17.3", |
|
"@react-native-community/masked-view": "^0.1.11", |
|
"@react-navigation/bottom-tabs": "^6.3.1", |
|
"@react-navigation/native": "^6.0.10", |
|
"@react-navigation/native-stack": "^6.6.2", |
|
"axios": "^0.27.2", |
|
"expo": "^45.0.0", |
|
"expo-av": "~11.2.3", |
|
"expo-barcode-scanner": "~11.3.0", |
|
"expo-blur": "~11.1.0", |
|
"expo-font": "~10.1.0", |
|
"expo-linear-gradient": "~11.3.0", |
|
"expo-linking": "~3.1.0", |
|
"expo-screen-orientation": "~4.2.0", |
|
"expo-splash-screen": "~0.15.1", |
|
"expo-status-bar": "~1.3.0", |
|
"fiction-expo-restart": "^1.1.2", |
|
"jalali-moment": "^3.3.11", |
|
"react": "17.0.2", |
|
"react-dom": "17.0.2", |
|
"react-native": "0.68.1", |
|
"react-native-awesome-alerts": "^1.5.2", |
|
"react-native-htmlview": "^0.16.0", |
|
"react-native-openanything": "^0.0.6", |
|
"react-native-ratings": "^8.1.0", |
|
"react-native-safe-area-context": "4.2.4", |
|
"react-native-screens": "~3.11.1", |
|
"react-native-select-dropdown": "^1.13.0", |
|
"react-native-svg": "12.3.0", |
|
"react-native-web": "0.17.7", |
|
"react-native-webview": "11.18.1", |
|
"react-navigation-stack": "^2.10.4", |
|
"react-redux": "^8.0.1", |
|
"redux": "^4.2.0", |
|
"redux-persist": "^6.0.0", |
|
"redux-thunk": "^2.4.1", |
|
"tailwind-rn": "3.0.1" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.12.9" |
|
}, |
|
"private": true |
|
}
|
|
|