@react-native-school/expo-typescript-template
Version:
A simple Expo template with navigation, testing, and linting setup.
79 lines (78 loc) • 2.51 kB
JSON
{
"name": "@react-native-school/expo-typescript-template",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint .",
"format": "prettier --write '**/*.js'",
"test": "jest"
},
"dependencies": {
"@react-native-masked-view/masked-view": "0.2.5",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"expo": "^43.0.0",
"expo-status-bar": "~1.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-43.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/jest-native": "^4.0.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-native": "^8.0.0",
"@types/jest": "^27.0.2",
"@types/react-native": "^0.66.1",
"eslint": "^7.24.0",
"eslint-config-handlebarlabs": "^0.0.6",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"jest-expo": "^43.0.0",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
]
},
"description": "A simple Expo template with navigation, testing, and linting setup.",
"keywords": [
"expo",
"template",
"expo-template",
"react-native-school",
"react-native",
"react-native-template",
"jest",
"eslint",
"prettier"
],
"homepage": "https://github.com/ReactNativeSchool/expo-typescript-template",
"repository": {
"type": "git",
"url": "https://github.com/ReactNativeSchool/expo-typescript-template.git"
},
"bugs": {
"url": "https://github.com/ReactNativeSchool/expo-typescript-template/issues"
},
"author": "Spencer Carli",
"license": "MIT"
}