UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

96 lines (95 loc) 2.91 kB
{ "name": "<%= projectName %>", "main": "expo-router/entry", "version": "1.0.0", "author": "Nova", "keywords": [ "expo", "react", "react-native", "React native", "typescript", "nova", "sdk52", "redux", "redux-toolkit", "Rtk query", "i18n", "absolute path", "start files", "template" ], "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "build:dev": "eas build --profile development", "build:staging": "eas build --profile preview", "build:prod": "eas build --profile production", "deploy:staging": "eas update --channel staging", "deploy:prod": "eas update --channel main" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@expo/vector-icons": "^14.0.2", "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native": "^7.0.14", "@reduxjs/toolkit": "^2.6.1", "@shopify/flash-list": "^1.8.2", "dayjs": "^1.11.13", "expo": "~52.0.37", "expo-apple-authentication": "^7.1.3", "expo-auth-session": "^6.0.3", "expo-blur": "~14.0.3", "expo-constants": "~17.0.7", "expo-dev-client": "~5.0.19", "expo-font": "~13.0.4", "expo-haptics": "~14.0.1", "expo-linking": "~7.0.5", "expo-local-authentication": "^15.0.2", "expo-localization": "~16.0.1", "expo-notifications": "^0.29.14", "expo-router": "~4.0.17", "expo-splash-screen": "~0.29.22", "expo-status-bar": "~2.0.1", "expo-symbols": "~0.2.2", "expo-system-ui": "~4.0.8", "expo-updates": "~0.27.4", "expo-web-browser": "~14.0.2", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.54.2", "react-native": "0.76.7", "react-native-actions-sheet": "^0.9.7", "react-native-gesture-handler": "~2.20.2", "react-native-modal": "^14.0.0-rc.1", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-status-bar-height": "^2.6.0", "react-native-svg": "^15.11.2", "react-native-toast-message": "^2.2.1", "react-native-web": "~0.19.13", "react-native-webview": "13.12.5", "react-redux": "^9.2.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/jest": "^29.5.12", "@types/react": "~18.3.12", "@types/react-test-renderer": "^18.3.0", "jest": "^29.2.1", "jest-expo": "~52.0.4", "react-test-renderer": "18.3.1", "typescript": "^5.3.3" }, "private": true }