๐Ÿ“ฆ manideepk90 / react-native-hyperswitch-sdk

๐Ÿ“„ package.json ยท 93 lines
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93{
  "name": "rn-hyperswitch",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start --reset-cache",
    "server": "node mockServer.js",
    "re:start": "rescript watch",
    "re:build": "rescript build",
    "re:clean": "rescript clean",
    "re:format": "rescript format -all",
    "test": "jest",
    "bundle:android": "npx react-native bundle --entry-file index.js --platform android --dev false",
    "bundle:ios": "npx react-native bundle --entry-file index.js --platform ios --dev false",
    "web": "webpack serve --config web/webpack.config.js --mode development",
    "bundle:web": "webpack --config web/webpack.config.js --mode production",
    "postinstall": "patch-package"
  },
  "dependencies": {
    "@react-native-clipboard/clipboard": "^1.16.3",
    "@sentry/react-native": "^7.8.0",
    "final-form": "^5.0.0",
    "react": "19.1.1",
    "react-content-loader": "^7.1.1",
    "react-dom": "19.1.1",
    "react-final-form": "^7.0.0",
    "react-native": "0.82.1",
    "react-native-inappbrowser-reborn": "^3.7.0",
    "react-native-safe-area-context": "^5.5.2",
    "react-native-svg": "^15.15.1",
    "react-native-web": "^0.21.2",
    "react-native-webview": "^13.16.0",
    "use-latest-callback": "^0.3.3"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@callstack/repack": "^5.2.3",
    "@react-native-community/cli": "20.0.0",
    "@react-native-community/cli-platform-android": "20.0.0",
    "@react-native-community/cli-platform-ios": "20.0.0",
    "@react-native/babel-preset": "0.82.1",
    "@react-native/eslint-config": "0.82.1",
    "@react-native/metro-config": "0.82.1",
    "@react-native/typescript-config": "0.82.1",
    "@rescript/core": "^1.6.1",
    "@rescript/react": "^0.14.0",
    "@rspack/core": "^1.3.4",
    "@swc/helpers": "^0.5.17",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.1.1",
    "@types/react-test-renderer": "^19.1.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-react-native-web": "^0.21.2",
    "cors": "^2.8.5",
    "eslint": "^8.19.0",
    "html-webpack-plugin": "^5.6.5",
    "ignore-loader": "^0.1.2",
    "jest": "^29.6.3",
    "patch-package": "^8.0.1",
    "prettier": "2.8.8",
    "react-native-dotenv": "^3.4.11",
    "react-test-renderer": "19.1.1",
    "rescript": "^12.0.1",
    "rescript-react-native": "^0.78.1",
    "typescript": "^5.8.3",
    "webpack": "^5.104.1",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2"
  },
  "engines": {
    "node": ">=20"
  },
  "codegenConfig": {
    "name": "HyperswitchSpec",
    "type": "all",
    "jsSrcsDir": "src/components/modules/HyperModules/spec",
    "android": {
      "javaPackageName": "com.hyperswitchsdk"
    },
    "ios": {
      "componentProvider": {
        "ApplePayView": "ApplePayView"
      }
    }
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}