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.
99 lines (98 loc) • 2.91 kB
JSON
{
"name": "<%= projectName %>",
"main": "expo-router/entry",
"version": "1.0.0",
"author": "Nova",
"keywords": [
"expo",
"react",
"react-native",
"React native",
"typescript",
"nova",
"sdk57",
"redux",
"redux-toolkit",
"Rtk query",
"i18n",
"absolute path",
"start files",
"template"
],
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run: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",
"g": "npx plop",
"generate": "npx plop"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@reduxjs/toolkit": "^2.12.0",
"@shopify/flash-list": "2.0.2",
"dayjs": "^1.11.21",
"expo": "^57.0.1",
"expo-apple-authentication": "~57.0.0",
"expo-auth-session": "~57.0.1",
"expo-blur": "~57.0.0",
"expo-constants": "~57.0.2",
"expo-dev-client": "~57.0.4",
"expo-font": "~57.0.0",
"expo-haptics": "~57.0.0",
"expo-linking": "~57.0.1",
"expo-local-authentication": "~57.0.0",
"expo-localization": "~57.0.0",
"expo-notifications": "~57.0.2",
"expo-router": "~57.0.2",
"expo-splash-screen": "~57.0.1",
"expo-status-bar": "~57.0.0",
"expo-system-ui": "~57.0.0",
"expo-updates": "~57.0.5",
"expo-web-browser": "~57.0.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.80.0",
"react-native": "0.86.0",
"react-native-actions-sheet": "^10.1.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-modal": "^14.0.0-rc.1",
"react-native-otp-molecule": "^1.0.6",
"react-native-reanimated": "4.5.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-svg": "15.15.4",
"react-native-toast-message": "^2.3.3",
"react-native-web": "~0.21.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.0",
"react-redux": "^9.3.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/jest": "29.5.14",
"@types/react": "~19.2.14",
"@types/react-dom": "~19.2.3",
"jest": "~29.7.0",
"jest-expo": "~57.0.0",
"plop": "^4.0.5",
"typescript": "~6.0.3"
},
"overrides": {
"@react-native/jest-preset": "0.86.0"
},
"private": true
}