UNPKG

create-sellflow

Version:

Pre-built cross-platform Shopify app template

99 lines (98 loc) 3.27 kB
{ "name": "sellflow", "author": "Sellflow", "description": "Pre-built cross-platform Shopify app template", "main": "index.ts", "version": "0.0.1", "scripts": { "start": "expo start", "extract": "lingui extract --clean", "compile": "lingui compile --typescript", "reset-project": "node ./scripts/reset-project.js", "android": "DARK_MODE=media expo start --android", "ios": "DARK_MODE=media expo start --ios", "web": "DARK_MODE=media expo start --web --https", "test": "jest --watchAll", "lint": "expo lint", "graphql-codegen": "graphql-codegen" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@expo/html-elements": "^0.4.2", "@expo/vector-icons": "^14.1.0", "@formatjs/intl-locale": "^4.2.11", "@formatjs/intl-pluralrules": "^5.4.4", "@gorhom/bottom-sheet": "^5.1.2", "@lingui/core": "^5.3.1", "@lingui/react": "^5.3.1", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native": "^7.0.14", "@shopify/api-codegen-preset": "^1.1.4", "@shopify/checkout-sheet-kit": "^3.2.0", "@shopify/hydrogen-react": "^2025.1.3", "@shopify/storefront-api-client": "^1.0.5", "@tanstack/react-form": "^1.9.0", "@tanstack/react-query": "^5.74.7", "@tanstack/react-ranger": "^0.0.4", "class-variance-authority": "^0.7.1", "expo": "^53.0.8", "expo-auth-session": "~6.1.5", "expo-blur": "~14.1.4", "expo-checkbox": "~4.1.4", "expo-constants": "~17.1.6", "expo-font": "~13.3.1", "expo-haptics": "~14.1.4", "expo-image": "~2.1.7", "expo-image-picker": "~16.1.4", "expo-linking": "~7.1.4", "expo-localization": "~16.1.5", "expo-notifications": "~0.31.1", "expo-router": "~5.0.6", "expo-secure-store": "~14.2.3", "expo-splash-screen": "~0.30.8", "expo-status-bar": "~2.2.3", "expo-symbols": "~0.4.4", "expo-system-ui": "~5.0.7", "expo-web-browser": "~14.1.6", "react": "19.0.0", "react-content-loader": "^7.0.2", "react-dom": "19.0.0", "react-native": "0.79.2", "react-native-css-interop": "^0.1.22", "react-native-edge-to-edge": "^1.6.0", "react-native-gesture-handler": "~2.24.0", "react-native-mmkv": "^3.2.0", "react-native-nitro-modules": "^0.23.0", "react-native-radio-buttons-group": "^3.1.0", "react-native-reanimated": "^3.17.5", "react-native-safe-area-context": "5.4.0", "react-native-screens": "~4.10.0", "react-native-svg": "15.11.2", "react-native-toast-message": "^2.3.0", "react-native-unistyles": "^3.0.0-rc.4", "react-native-web": "^0.20.0", "react-native-webview": "13.13.5", "type-fest": "^4.35.0", "zod": "^3.24.3" }, "devDependencies": { "@babel/core": "^7.25.2", "@lingui/babel-plugin-lingui-macro": "^5.3.1", "@lingui/cli": "^5.3.1", "@lingui/metro-transformer": "^5.3.1", "@react-native/assets-registry": "^0.78.0", "@types/jest": "^29.5.12", "@types/react": "~19.0.10", "@types/react-test-renderer": "^18.3.0", "expo-atlas": "^0.4.0", "jest": "^29.2.1", "jest-expo": "~53.0.5", "jscodeshift": "^0.15.2", "react-test-renderer": "18.3.1", "typescript": "~5.8.3" }, "license": "MIT", "private": true }