Skip to content

Commit 2e7e030

Browse files
authored
fix(create-email): Issues when running dev command on react-email-starter (#1238)
1 parent 017efed commit 2e7e030

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/create-email/template/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
"name": "emails",
33
"version": "0.0.18",
44
"private": true,
5-
"workspaces": [
6-
".react-email"
7-
],
85
"scripts": {
96
"build": "email build",
107
"dev": "email dev",
118
"export": "email export"
129
},
1310
"dependencies": {
1411
"@react-email/components": "0.0.14",
15-
"react-email": "2.0.0"
12+
"react-email": "2.0.0",
13+
"react": "18.2.0"
14+
},
15+
"devDependencies": {
16+
"@types/react": "18.2.33",
17+
"@types/react-dom": "18.2.14"
1618
}
1719
}

0 commit comments

Comments
 (0)