mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Georgijs Vilums <=> Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "expo-app",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "expo lint",
|
|
"export": "expo export"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "14.0.0",
|
|
"@gorhom/bottom-sheet": "4",
|
|
"@hookform/resolvers": "2.9.8",
|
|
"@tanstack/react-query": "4.35.3",
|
|
"axios": "0.24.0",
|
|
"date-fns": "2.29.3",
|
|
"expo": "50.0.0",
|
|
"expo-checkbox": "2.7.0",
|
|
"expo-constants": "15.4.5",
|
|
"expo-font": "11.10.3",
|
|
"expo-image": "1.10.6",
|
|
"expo-image-picker": "14.7.1",
|
|
"expo-linear-gradient": "12.7.2",
|
|
"expo-linking": "6.2.2",
|
|
"expo-router": "3.4.8",
|
|
"expo-secure-store": "12.8.1",
|
|
"expo-web-browser": "13.0.3",
|
|
"expo-status-bar": "1.11.1",
|
|
"expo-updates": "0.24.11",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "7.43.9",
|
|
"react-native": "0.73.4",
|
|
"react-native-dropdown-picker": "5.4.4",
|
|
"react-native-gesture-handler": "2.14.0",
|
|
"react-native-masked-text": "1.13.0",
|
|
"react-native-modal": "13.0.1",
|
|
"react-native-reanimated": "3.6.2",
|
|
"react-native-safe-area-context": "4.8.2",
|
|
"react-native-screens": "3.29.0",
|
|
"react-native-svg": "14.1.0",
|
|
"react-native-toast-message": "2.1.5",
|
|
"react-native-web": "0.19.6",
|
|
"styled-components": "5.3.5",
|
|
"yup": "0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.21.0",
|
|
"@types/react": "18.2.45",
|
|
"@types/styled-components-react-native": "5.1.3",
|
|
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
"@typescript-eslint/parser": "5.32.0",
|
|
"babel-plugin-module-resolver": "4.1.0",
|
|
"eslint": "8.21.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-import-resolver-typescript": "3.4.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
"eslint-plugin-prefer-arrow-functions": "3.1.4",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.30.1",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"prettier": "2.7.1",
|
|
"react-native-svg-transformer": "1.0.0",
|
|
"typescript": "5.3.2"
|
|
},
|
|
"private": true
|
|
} |