Skip to content

Commit 629ca00

Browse files
committed
remove rebase artifacts
1 parent cf6938a commit 629ca00

File tree

1 file changed

+45
-6
lines changed

1 file changed

+45
-6
lines changed

packages/react-email/package.json

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"version": "4.1.0-canary.6",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
6-
"email": "./dist/index.mjs"
6+
"email": "./dist/cli/index.mjs"
77
},
8-
"type": "module",
98
"scripts": {
10-
"build": "tsup-node && pnpm install --frozen-lockfile",
9+
"build": "tsup-node && node ./scripts/build-preview-server.mjs",
10+
"postbuild": "pnpm install --frozen-lockfile",
11+
"caniemail:fetch": "node ./scripts/fill-caniemail-data.mjs",
1112
"clean": "rm -rf dist",
1213
"dev": "tsup-node --watch",
14+
"dev:preview": "cd ../../apps/demo && tsx ../../packages/react-email/src/cli/index.ts dev",
1315
"test": "vitest run",
1416
"test:watch": "vitest"
1517
},
@@ -37,21 +39,58 @@
3739
"glob": "^11.0.0",
3840
"log-symbols": "^7.0.0",
3941
"mime-types": "^3.0.0",
42+
"next": "^15.3.1",
4043
"normalize-path": "^3.0.0",
41-
"nypm": "0.6.0",
4244
"ora": "^8.0.0",
4345
"socket.io": "^4.8.1",
4446
"tsconfig-paths": "4.2.0"
4547
},
4648
"devDependencies": {
49+
"@babel/core": "7.26.10",
50+
"@lottiefiles/dotlottie-react": "0.13.3",
51+
"@radix-ui/colors": "3.0.0",
52+
"@radix-ui/react-collapsible": "1.1.7",
53+
"@radix-ui/react-dropdown-menu": "2.1.10",
54+
"@radix-ui/react-popover": "1.1.10",
55+
"@radix-ui/react-slot": "1.2.0",
56+
"@radix-ui/react-tabs": "1.1.7",
57+
"@radix-ui/react-toggle-group": "1.1.6",
58+
"@radix-ui/react-tooltip": "1.2.3",
4759
"@react-email/components": "workspace:*",
60+
"@swc/core": "1.11.21",
61+
"@types/babel__core": "7.20.5",
62+
"@types/babel__traverse": "7.20.7",
63+
"@types/fs-extra": "11.0.1",
4864
"@types/mime-types": "2.1.4",
65+
"@types/node": "22.14.1",
66+
"@types/normalize-path": "3.0.2",
67+
"@types/react": "19.0.10",
68+
"@types/react-dom": "19.0.4",
69+
"@types/webpack": "5.28.5",
70+
"autoprefixer": "10.4.21",
71+
"clsx": "2.1.1",
72+
"framer-motion": "12.7.5",
4973
"jiti": "2.4.2",
50-
"next": "^15.3.1",
74+
"json5": "2.2.3",
75+
"module-punycode": "npm:[email protected]",
76+
"node-html-parser": "7.0.1",
77+
"postcss": "8.5.3",
78+
"pretty-bytes": "6.1.1",
79+
"prism-react-renderer": "2.4.1",
5180
"react": "19.0.0",
5281
"react-dom": "19.0.0",
82+
"sharp": "0.34.1",
83+
"socket.io-client": "4.8.1",
84+
"sonner": "2.0.3",
85+
"source-map-js": "1.2.1",
86+
"spamc": "0.0.5",
87+
"stacktrace-parser": "0.1.11",
88+
"tailwind-merge": "3.2.0",
89+
"tailwindcss": "3.4.0",
5390
"tsup": "8.4.0",
5491
"tsx": "4.19.3",
55-
"typescript": "5.8.3"
92+
"typescript": "5.8.3",
93+
"use-debounce": "10.0.4",
94+
"zod": "3.24.3"
5695
}
5796
}

0 commit comments

Comments
 (0)