mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
74 lines
2.3 KiB
JSON
74 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 -p web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "14.0.2",
|
|
"@gorhom/bottom-sheet": "4.6.4",
|
|
"@hookform/resolvers": "3.9.0",
|
|
"@tanstack/react-query": "5.55.4",
|
|
"axios": "1.7.7",
|
|
"date-fns": "3.6.0",
|
|
"expo": "51.0.32",
|
|
"expo-checkbox": "3.0.0",
|
|
"expo-constants": "16.0.2",
|
|
"expo-font": "12.0.10",
|
|
"expo-image": "1.12.15",
|
|
"expo-image-picker": "15.0.7",
|
|
"expo-linear-gradient": "13.0.2",
|
|
"expo-linking": "6.3.1",
|
|
"expo-router": "3.5.23",
|
|
"expo-secure-store": "13.0.2",
|
|
"expo-web-browser": "13.0.3",
|
|
"expo-status-bar": "1.12.1",
|
|
"expo-updates": "0.25.24",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-hook-form": "7.53.0",
|
|
"react-native": "0.75.2",
|
|
"react-native-dropdown-picker": "5.4.6",
|
|
"react-native-gesture-handler": "2.19.0",
|
|
"react-native-masked-text": "1.13.0",
|
|
"react-native-modal": "13.0.1",
|
|
"react-native-reanimated": "3.15.1",
|
|
"react-native-safe-area-context": "4.11.0",
|
|
"react-native-screens": "3.34.0",
|
|
"react-native-svg": "15.6.0",
|
|
"react-native-toast-message": "2.2.0",
|
|
"react-native-web": "0.19.12",
|
|
"styled-components": "6.1.13",
|
|
"yup": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.25.2",
|
|
"@types/react": "18.3.5",
|
|
"@types/styled-components-react-native": "5.2.5",
|
|
"@typescript-eslint/eslint-plugin": "8.5.0",
|
|
"@typescript-eslint/parser": "8.5.0",
|
|
"babel-plugin-module-resolver": "5.0.2",
|
|
"eslint": "9.10.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-import-resolver-typescript": "3.6.3",
|
|
"eslint-plugin-import": "2.30.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.0",
|
|
"eslint-plugin-prefer-arrow-functions": "3.4.1",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-react": "7.35.2",
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
"prettier": "3.3.3",
|
|
"react-native-svg-transformer": "1.5.0",
|
|
"typescript": "5.6.2"
|
|
},
|
|
"private": true
|
|
}
|