-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jsx-email): improve preview speed, hot reload, routing (#253)
- Loading branch information
1 parent
841b831
commit ae2fad5
Showing
24 changed files
with
351 additions
and
220 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @jsx-email/app-preview | ||
# app-preview | ||
|
||
This package contains the components and vite app which power the [`jsx-email`](https://github.com/shellscape/jsx-email) preview app. | ||
This package contains the components and vite app which power the [`jsx-email`](https://github.com/shellscape/jsx-email) preview app. It is copied to the distribution directory before publishing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,27 @@ | ||
{ | ||
"name": "@jsx-email/app-preview", | ||
"name": "app-preview", | ||
"version": "3.0.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"private": true, | ||
"description": "The preview app source for jsx-email", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/shellscape/jsx-email.git", | ||
"directory": "apps/preview" | ||
}, | ||
"homepage": "https://jsx.email/", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"files": [ | ||
"app", | ||
"index.d.ts", | ||
"index.js", | ||
"README.md" | ||
], | ||
"peerDependencies": { | ||
"react": "^18.2.0" | ||
}, | ||
"dependencies": { | ||
"type": "module", | ||
"devDependencies": { | ||
"@radix-ui/colors": "3.0.0", | ||
"@radix-ui/react-collapsible": "1.1.1", | ||
"@radix-ui/react-icons": "^1.3.0", | ||
"@radix-ui/react-popover": "1.1.2", | ||
"@radix-ui/react-select": "^2.0.0", | ||
"@radix-ui/react-slot": "1.1.0", | ||
"@radix-ui/react-toggle-group": "1.1.0", | ||
"autoprefixer": "^10.4.16", | ||
"classnames": "2.5.1", | ||
"framer-motion": "11.12.0", | ||
"postcss": "^8.4.32", | ||
"react": "^18.2.0", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "7.0.1", | ||
"shiki": "^1.18.0", | ||
"tailwindcss": "3.4.15", | ||
"titleize": "^4.0.0", | ||
"vite": "^5.2.11" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^10.4.16", | ||
"postcss": "^8.4.32", | ||
"tailwindcss": "3.4.15" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.