tiefen_space_app/package.json

93 lines
2.9 KiB
JSON

{
"name": "ironfans",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"author": {
"name": "RNE"
},
"keywords": [
"react-native",
"react-native-elements",
"react-native-template",
"expo"
],
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run: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": {
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@sentry/react-native": "~5.20.0",
"@shopify/flash-list": "1.6.3",
"dayjs": "^1.11.9",
"expo": "50",
"expo-application": "~5.8.4",
"expo-av": "~13.10.6",
"expo-build-properties": "~0.11.1",
"expo-camera": "~14.1.3",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-device": "~5.9.4",
"expo-file-system": "~16.0.9",
"expo-image": "~1.10.6",
"expo-image-manipulator": "~11.8.0",
"expo-image-multiple-picker": "^4.8.3",
"expo-intent-launcher": "~10.11.0",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-media-library": "~15.9.2",
"expo-network": "~5.8.0",
"expo-screen-capture": "~5.8.1",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.13",
"expo-video-thumbnails": "~7.9.0",
"formik": "^2.4.4",
"jsencrypt": "^3.3.2",
"mime": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-draggable-grid": "^2.2.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-pager-view": "6.2.3",
"react-native-parsed-text": "^0.0.22",
"react-native-picker-select": "^8.1.0",
"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-swiper": "^1.6.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.1.6",
"react-native-web": "~0.19.10",
"react-native-webview": "13.6.4",
"tailwind-rn": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"@types/react-native": "~0.64.12",
"concurrently": "^8.2.1",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "~5.3.3"
},
"private": true
}