Created
October 31, 2022 17:26
-
-
Save sglyon/a573c806a3f890f0760562ca8e634089 to your computer and use it in GitHub Desktop.
extra dough package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "extradough_eater", | |
"version": "1.0.3", | |
"scripts": { | |
"start": "expo start", | |
"android": "expo start --android", | |
"ios": "expo start --ios", | |
"web": "expo start --web", | |
"eject": "expo eject", | |
"test": "jest", | |
"fmt": "prettier --write hooks data components layouts navigation screens state lib", | |
"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\"", | |
"gentypes": "openapi-typescript-codegen -i https://caxjrxjfryqjdkvlfzsf.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNheGpyeGpmcnlxamRrdmxmenNmIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTYxMDExNDcsImV4cCI6MTk3MTY3NzE0N30.KUQNd6wXE-wPxYk9FIvRbzN9n8IUvN9gDbe6L0IWy4c --output types/gen --exportCore=false --exportServices=false --exportSchemas=false", | |
"sync_storage": "node ./scripts/copy-bucket-data.js" | |
}, | |
"dependencies": { | |
"@expo-google-fonts/comfortaa": "^0.2.2", | |
"@expo-google-fonts/roboto": "^0.2.2", | |
"@expo/config-plugins": "^5.0.0", | |
"@expo/vector-icons": "^13.0.0", | |
"@react-native-async-storage/async-storage": "~1.17.3", | |
"@react-native-community/datetimepicker": "6.2.0", | |
"@react-native-picker/picker": "2.4.2", | |
"@react-navigation/bottom-tabs": "^6.3.1", | |
"@react-navigation/native": "^6.0.10", | |
"@react-navigation/native-stack": "^6.6.2", | |
"@react-navigation/stack": "^6.2.2", | |
"@rneui/base": "^4.0.0-rc.5", | |
"@rneui/themed": "^4.0.0-rc.5", | |
"@stripe/stripe-react-native": "0.13.1", | |
"@supabase/supabase-js": "^2.0.0-rc.3", | |
"@types/luxon": "^3.0.0", | |
"axios": "^0.27.2", | |
"buffer": "^6.0.3", | |
"cross-fetch": "^3.1.5", | |
"dotenv": "^16.0.0", | |
"expo": "^46.0.0", | |
"expo-app-loading": "~2.1.0", | |
"expo-dev-client": "~1.3.0", | |
"expo-device": "~4.3.0", | |
"expo-file-system": "~14.1.0", | |
"expo-font": "~10.2.0", | |
"expo-image-manipulator": "~10.4.0", | |
"expo-image-picker": "~13.3.1", | |
"expo-notifications": "~0.16.1", | |
"expo-splash-screen": "~0.16.2", | |
"expo-status-bar": "~1.4.0", | |
"jotai": "^1.7.3", | |
"luxon": "^3.0.1", | |
"moment": "^2.29.4", | |
"native-base": "^3.4.13", | |
"react": "18.0.0", | |
"react-dom": "18.0.0", | |
"react-native": "0.69.6", | |
"react-native-elements": "^3.4.2", | |
"react-native-google-places-autocomplete": "^2.4.1", | |
"react-native-keyboard-aware-scroll-view": "^0.9.5", | |
"react-native-loading-spinner-overlay": "^3.0.1", | |
"react-native-maps": "0.31.1", | |
"react-native-ratings": "^8.1.0", | |
"react-native-safe-area-context": "4.3.1", | |
"react-native-screens": "~3.15.0", | |
"react-native-svg": "12.3.0", | |
"react-native-url-polyfill": "^1.3.0", | |
"react-native-web": "~0.18.7", | |
"react-query": "^3.39.1", | |
"rollbar-react-native": "^0.9.2", | |
"tailwind-rn": "^4.2.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.18.6", | |
"@testing-library/react-native": "^11.0.0", | |
"@types/jest": "^27.4.1", | |
"@types/react": "~18.0.0", | |
"@types/react-native": "~0.69.1", | |
"@types/react-native-elements": "^0.18.0", | |
"@types/react-test-renderer": "^17.0.1", | |
"babel-loader": "^8.2.5", | |
"base64-arraybuffer": "^1.0.2", | |
"concurrently": "^7.2.2", | |
"jest": "^26.6.3", | |
"jest-expo": "^46.0.0", | |
"openapi-typescript-codegen": "^0.23.0", | |
"postcss": "^8.4.14", | |
"prettier": "^2.7.1", | |
"tailwindcss": "^3.1.4", | |
"typescript": "^4.6.3" | |
}, | |
"jest": { | |
"preset": "jest-expo" | |
}, | |
"private": true, | |
"resolutions": { | |
"react-devtools-core": "4.14.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment