Files

40 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-07-28 10:24:28 +02:00
{
2026-04-13 20:17:20 +02:00
"name": "rntl-example-basic",
"version": "1.0.0",
"main": "index.ts",
2022-07-28 10:24:28 +02:00
"dependencies": {
"expo": "~56.0.8",
"expo-status-bar": "~56.0.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-safe-area-context": "~5.7.0",
2026-04-13 20:17:20 +02:00
"react-native-web": "^0.21.2"
2022-07-28 10:24:28 +02:00
},
"devDependencies": {
2026-04-13 20:17:20 +02:00
"@babel/core": "^7.29.0",
"@react-native/jest-preset": "0.85.3",
"@testing-library/react-native": "14.0.0-rc.3",
"@types/jest": "^29.5.12",
"@types/react": "~19.2.2",
2026-04-13 20:17:20 +02:00
"eslint": "^10.2.0",
"eslint-plugin-testing-library": "^7.16.2",
"jest": "~29.7.0",
"test-renderer": "1.2.0",
"typescript": "~6.0.3",
2026-04-13 20:17:20 +02:00
"typescript-eslint": "^8.58.1"
2022-07-28 10:24:28 +02:00
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"validate": "yarn expo install --check && yarn lint && yarn typecheck && yarn test --watchman=false"
},
"private": true,
2026-04-13 20:17:20 +02:00
"packageManager": "yarn@4.11.0"
2022-07-28 10:24:28 +02:00
}