summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2b16a58
--- /dev/null
+++ b/package.json
@@ -0,0 +1,45 @@
1{
2 "name": "iHealthScanner",
3 "version": "0.0.1",
4 "private": true,
5 "scripts": {
6 "postinstall": "patch-package",
7 "android": "react-native run-android",
8 "ios": "react-native run-ios",
9 "lint": "eslint .",
10 "start": "react-native start",
11 "test": "jest"
12 },
13 "dependencies": {
14 "@ihealth/ihealthlibrary-react-native": "^1.5.0",
15 "@react-native/new-app-screen": "0.85.0",
16 "patch-package": "^8.0.1",
17 "react": "19.2.3",
18 "react-native": "0.85.0",
19 "react-native-safe-area-context": "^5.5.2"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.25.2",
23 "@babel/preset-env": "^7.25.3",
24 "@babel/runtime": "^7.25.0",
25 "@react-native-community/cli": "20.1.0",
26 "@react-native-community/cli-platform-android": "20.1.0",
27 "@react-native-community/cli-platform-ios": "20.1.0",
28 "@react-native/babel-preset": "0.85.0",
29 "@react-native/eslint-config": "0.85.0",
30 "@react-native/jest-preset": "0.85.0",
31 "@react-native/metro-config": "0.85.0",
32 "@react-native/typescript-config": "0.85.0",
33 "@types/jest": "^29.5.13",
34 "@types/react": "^19.2.0",
35 "@types/react-test-renderer": "^19.1.0",
36 "eslint": "^8.19.0",
37 "jest": "^29.6.3",
38 "prettier": "2.8.8",
39 "react-test-renderer": "19.2.3",
40 "typescript": "^5.8.3"
41 },
42 "engines": {
43 "node": ">= 22.11.0"
44 }
45}