don-sample-project
Version:
71 lines (70 loc) • 1.92 kB
JSON
{
"name": "don-sample-project",
"version": "0.0.1",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-gesture-handler": "^2.5.0",
"react-native-reanimated": "^2.9.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.69.1",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^18"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"description": "Test readme",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dccabao/sample_project.git"
},
"keywords": [
"don",
"sample",
"pack"
],
"author": "Don Abao <dccabao@gmail.com> (https://github.com/dccabao/sample_project)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dccabao/sample_project/issues"
},
"homepage": "https://github.com/dccabao/sample_project#readme"
}