-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.28 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "raygun4reactnativedemo",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "react-native start"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/checkbox": "^0.5.20",
"@react-navigation/bottom-tabs": "^7.9.0",
"@react-navigation/native": "^7.1.19",
"raygun4reactnative": "file:raygun4reactnative-1.6.0.tgz",
"react": "19.2.4",
"react-native": "^0.83.1",
"react-native-safe-area-context": "^5.4.1",
"react-native-screens": "^4.19.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.28.5",
"@babel/runtime": "^7.28.4",
"@react-native-community/cli": "^20.1.1",
"@react-native-community/cli-platform-android": "^20.0.2",
"@react-native-community/cli-platform-ios": "^20.1.1",
"@react-native/babel-preset": "0.83.1",
"@react-native/eslint-config": "0.84.1",
"@react-native/metro-config": "0.83.1",
"@react-native/typescript-config": "0.83.1",
"@types/react": "^19.2.10",
"eslint": "^9.39.2",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"engines": {
"node": ">=18"
}
}