110 lines
3.9 KiB
JSON
110 lines
3.9 KiB
JSON
{
|
|
"name": "minuit.starter",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start --dev-client",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"postinstall": "patch-package",
|
|
"clean": "node cleanProject.js",
|
|
"build:web": "expo export -p web",
|
|
"build:desktop:dev": "npx pake-cli http://localhost:8081 --name minuitdev --iter-copy-file --icon ./assets/desktopIcon.icns",
|
|
"build:desktop:prod": "yarn build:web && npx pake-cli ./dist/index.html --name minuit --iter-copy-file --icon ./assets/desktopIcon.icns"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"@expo-google-fonts/inter": "^0.4.1",
|
|
"@expo/config-plugins": "~9.0.0",
|
|
"@expo/metro-runtime": "~4.0.0",
|
|
"@expo/react-native-action-sheet": "^4.0.1",
|
|
"@gorhom/bottom-sheet": "^4",
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@legendapp/motion": "^2.2.1",
|
|
"@notifee/react-native": "^7.7.1",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-native-community/datetimepicker": "8.2.0",
|
|
"@react-native-community/hooks": "^3.0.0",
|
|
"@react-native-community/slider": "4.5.5",
|
|
"@react-native-firebase/app": "^21.6.1",
|
|
"@react-native-firebase/crashlytics": "^21.6.1",
|
|
"@react-native-firebase/firestore": "^21.6.1",
|
|
"@react-native-firebase/messaging": "^21.6.1",
|
|
"@react-native-masked-view/masked-view": "^0.3.2",
|
|
"@react-navigation/bottom-tabs": "^6.0.9",
|
|
"@react-navigation/core": "^6.1.0",
|
|
"@react-navigation/native": "^6.0.6",
|
|
"@react-navigation/stack": "^6.0.11",
|
|
"@stripe/react-stripe-js": "^2.5.0",
|
|
"@stripe/stripe-js": "^3.0.0",
|
|
"deprecated-react-native-prop-types": "^3.0.1",
|
|
"expo": "~52.0.17",
|
|
"expo-av": "~15.0.1",
|
|
"expo-blur": "~14.0.1",
|
|
"expo-build-properties": "~0.13.1",
|
|
"expo-camera": "~16.0.18",
|
|
"expo-constants": "~17.0.3",
|
|
"expo-dev-client": "~5.0.5",
|
|
"expo-document-picker": "~13.0.1",
|
|
"expo-font": "~13.0.1",
|
|
"expo-haptics": "~14.0.0",
|
|
"expo-image": "~2.0.3",
|
|
"expo-image-picker": "~16.0.3",
|
|
"expo-insights": "~0.8.1",
|
|
"expo-linear-gradient": "~14.0.1",
|
|
"expo-linking": "~7.0.3",
|
|
"expo-location": "~18.0.3",
|
|
"expo-speech": "~13.0.0",
|
|
"expo-splash-screen": "~0.29.16",
|
|
"expo-status-bar": "~2.0.0",
|
|
"expo-system-ui": "~4.0.5",
|
|
"firebase": "^9.20.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"numbro": "^2.3.6",
|
|
"patch-package": "^6.5.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.5",
|
|
"react-native-compressor": "^1.8.24",
|
|
"react-native-country-picker-modal": "^2.0.0",
|
|
"react-native-dialog": "^9.3.0",
|
|
"react-native-figma-squircle": "^0.3.4",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-hyperlink": "^0.0.22",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"react-native-linear-gradient": "^2.8.3",
|
|
"react-native-minuit": "^1.3.52",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-reanimated-carousel": "^4.0.3",
|
|
"react-native-responsive-dimensions": "^3.1.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-store-review": "^0.3.0",
|
|
"react-native-super-grid": "^5.0.0",
|
|
"react-native-svg": "15.8.0",
|
|
"react-native-swiper-flatlist": "^3.2.5",
|
|
"react-native-web": "~0.19.6",
|
|
"react-native-web-linear-gradient": "^1.1.2",
|
|
"react-native-webview": "13.12.5",
|
|
"reactn": "^2.2.7",
|
|
"rxjs": "^7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.5",
|
|
"@babel/parser": "^7.25.6",
|
|
"@babel/traverse": "^7.25.6",
|
|
"imagemin": "^9.0.0",
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
"imagemin-jpegtran": "^7.0.0",
|
|
"imagemin-optipng": "^8.0.0",
|
|
"imagemin-svgo": "^11.0.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"resolutions": {
|
|
"firebase": "^9.20.0",
|
|
"react-error-overlay": "6.0.9",
|
|
"use-force-update": "1.0.8"
|
|
},
|
|
"private": true
|
|
}
|