|
1 | 1 | { |
2 | 2 | "name": "react-scan", |
3 | | - "version": "0.0.33", |
| 3 | + "version": "0.0.34", |
4 | 4 | "description": "Scan your React app for renders", |
5 | 5 | "keywords": [ |
6 | 6 | "react", |
|
94 | 94 | "types": "./dist/babel.d.ts", |
95 | 95 | "default": "./dist/babel.js" |
96 | 96 | }, |
97 | | - "./native": { |
98 | | - "types": "./native.js", |
99 | | - "default": "./dist/native.d.ts" |
100 | | - }, |
101 | 97 | "./dist/*": "./dist/*.js", |
102 | 98 | "./dist/*.js": "./dist/*.js", |
103 | 99 | "./dist/*.mjs": "./dist/*.mjs" |
104 | 100 | }, |
105 | 101 | "main": "dist/index.js", |
106 | 102 | "module": "dist/index.mjs", |
107 | 103 | "browser": "dist/auto.global.js", |
108 | | - "react-native": "native.js", |
| 104 | + "react-native": "dist/native.js", |
109 | 105 | "types": "dist/index.d.ts", |
110 | 106 | "typesVersions": { |
111 | 107 | "*": { |
|
128 | 124 | "README.md", |
129 | 125 | "LICENSE", |
130 | 126 | "native.js", |
131 | | - "babel.js" |
| 127 | + "babel.js", |
| 128 | + "auto.d.ts" |
132 | 129 | ], |
133 | 130 | "scripts": { |
134 | 131 | "build": "NODE_ENV=production tsup", |
|
140 | 137 | "dependencies": { |
141 | 138 | "@clack/core": "^0.3.5", |
142 | 139 | "@clack/prompts": "^0.8.2", |
143 | | - "@expo/metro-config": "^0.19.4", |
144 | | - "@expo/metro-runtime": "^4.0.0", |
145 | | - "@react-native/metro-babel-transformer": "^0.76.3", |
146 | | - "@react-native/metro-config": "^0.76.3", |
147 | 140 | "kleur": "^4.1.5", |
148 | | - "metro-react-native-babel-transformer": "^0.77.0", |
149 | 141 | "mri": "^1.2.0", |
150 | | - "nanoid": "^5.0.9", |
151 | 142 | "playwright": "^1.49.0" |
152 | 143 | }, |
153 | 144 | "devDependencies": { |
154 | | - "@babel/plugin-proposal-decorators": "^7.25.9", |
155 | | - "@babel/plugin-transform-flow-strip-types": "^7.25.9", |
156 | | - "@babel/plugin-transform-react-jsx": "^7.25.9", |
157 | | - "@babel/plugin-transform-typescript": "^7.25.9", |
158 | | - "@babel/preset-flow": "^7.25.9", |
159 | | - "@babel/preset-react": "^7.25.9", |
160 | | - "@babel/preset-typescript": "^7.26.0", |
161 | | - "@rnx-kit/metro-config": "^2.0.1", |
162 | | - "@rnx-kit/metro-serializer-esbuild": "^0.2.1", |
163 | 145 | "@shopify/react-native-skia": "*", |
164 | 146 | "@types/node": "^22.10.0", |
165 | 147 | "@types/react": "^18.3.12", |
166 | 148 | "@types/react-reconciler": "^0.28.8", |
167 | 149 | "@vercel/style-guide": "^6.0.0", |
168 | 150 | "eslint": "^8.57.1", |
169 | | - "metro-babel-transformer": "^0.81.0", |
170 | | - "metro-react-native-babel-preset": "^0.77.0", |
171 | 151 | "prettier": "^3.3.3", |
172 | 152 | "publint": "^0.2.12", |
173 | 153 | "react": "*", |
|
0 commit comments