|
2 | 2 | "name": "@react-native-google-signin/google-signin", |
3 | 3 | "version": "13.3.0", |
4 | 4 | "description": "Google sign in for your react native applications", |
5 | | - "main": "./lib/module/index.js", |
6 | | - "types": "./lib/typescript/src/index.d.ts", |
7 | | - "source": "./src/index.ts", |
8 | | - "exports": { |
9 | | - ".": { |
10 | | - "types": "./lib/typescript/src/index.d.ts", |
11 | | - "default": "./lib/module/index.js" |
12 | | - }, |
13 | | - "./app.plugin.js": "./app.plugin.js", |
14 | | - "./package.json": "./package.json" |
15 | | - }, |
| 5 | + "main": "lib/commonjs/index", |
| 6 | + "module": "lib/module/index", |
| 7 | + "types": "lib/typescript/src/index.d.ts", |
| 8 | + "react-native": "src/index", |
| 9 | + "source": "src/index", |
16 | 10 | "files": [ |
17 | 11 | "src", |
18 | 12 | "lib", |
|
82 | 76 | "@semantic-release/git": "^10.0.1", |
83 | 77 | "@types/jest": "^29.5.12", |
84 | 78 | "@types/react": "^18.2.79", |
85 | | - "babel-plugin-module-resolver": "^5.0.2", |
86 | 79 | "eslint": "^8.57.0", |
87 | 80 | "eslint-config-prettier": "^9.1.0", |
88 | 81 | "eslint-plugin-ft-flow": "^3.0.7", |
89 | 82 | "eslint-plugin-jest": "^28.5.0", |
90 | 83 | "eslint-plugin-prettier": "^5.1.3", |
91 | | - "expo": "^51.0.39", |
92 | | - "expo-module-scripts": "^3.5.4", |
| 84 | + "expo": "^49.0.21", |
| 85 | + "expo-module-scripts": "^3.4.1", |
93 | 86 | "husky": "^8.0.3", |
94 | 87 | "jest": "^29.7.0", |
95 | 88 | "patch-package": "^7.0.2", |
96 | 89 | "pod-install": "^0.2.2", |
97 | 90 | "prettier": "^3.2.5", |
98 | 91 | "react": "18.2.0", |
99 | 92 | "react-native": "^0.74.1", |
100 | | - "react-native-builder-bob": "^0.40.10", |
| 93 | + "react-native-builder-bob": "^0.23.2", |
101 | 94 | "react-native-test-app": "3.7.2", |
102 | 95 | "semantic-release": "^22.0.12", |
103 | 96 | "typescript": "^5.4.5" |
104 | 97 | }, |
105 | 98 | "peerDependencies": { |
106 | | - "expo": ">=52.0.40", |
| 99 | + "expo": ">=50.0.0", |
107 | 100 | "react": "*", |
108 | 101 | "react-dom": "*", |
109 | 102 | "react-native": "*" |
|
125 | 118 | "source": "src", |
126 | 119 | "output": "lib", |
127 | 120 | "targets": [ |
128 | | - [ |
129 | | - "module", |
130 | | - { |
131 | | - "esm": true |
132 | | - } |
133 | | - ], |
| 121 | + "commonjs", |
| 122 | + "module", |
134 | 123 | [ |
135 | 124 | "typescript", |
136 | 125 | { |
|
0 commit comments