Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPruzan committed Nov 27, 2024
1 parent 9a0ab0b commit b0e2dad
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 913 deletions.
1 change: 1 addition & 0 deletions auto.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/auto';
2 changes: 1 addition & 1 deletion babel.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './dist/core/index.js';
export * from './dist/core/native/plugins/babel.js';
28 changes: 4 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scan",
"version": "0.0.33",
"version": "0.0.34",
"description": "Scan your React app for renders",
"keywords": [
"react",
Expand Down Expand Up @@ -94,18 +94,14 @@
"types": "./dist/babel.d.ts",
"default": "./dist/babel.js"
},
"./native": {
"types": "./native.js",
"default": "./dist/native.d.ts"
},
"./dist/*": "./dist/*.js",
"./dist/*.js": "./dist/*.js",
"./dist/*.mjs": "./dist/*.mjs"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"browser": "dist/auto.global.js",
"react-native": "native.js",
"react-native": "dist/native.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
Expand All @@ -128,7 +124,8 @@
"README.md",
"LICENSE",
"native.js",
"babel.js"
"babel.js",
"auto.d.ts"
],
"scripts": {
"build": "NODE_ENV=production tsup",
Expand All @@ -140,34 +137,17 @@
"dependencies": {
"@clack/core": "^0.3.5",
"@clack/prompts": "^0.8.2",
"@expo/metro-config": "^0.19.4",
"@expo/metro-runtime": "^4.0.0",
"@react-native/metro-babel-transformer": "^0.76.3",
"@react-native/metro-config": "^0.76.3",
"kleur": "^4.1.5",
"metro-react-native-babel-transformer": "^0.77.0",
"mri": "^1.2.0",
"nanoid": "^5.0.9",
"playwright": "^1.49.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@rnx-kit/metro-config": "^2.0.1",
"@rnx-kit/metro-serializer-esbuild": "^0.2.1",
"@shopify/react-native-skia": "*",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-reconciler": "^0.28.8",
"@vercel/style-guide": "^6.0.0",
"eslint": "^8.57.1",
"metro-babel-transformer": "^0.81.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"react": "*",
Expand Down
Loading

0 comments on commit b0e2dad

Please sign in to comment.