feat: wip invoice payment email template

This commit is contained in:
Ahmed Bouhuolia
2024-10-27 15:09:08 +02:00
parent 42ee8ed9fa
commit 01cc0568f9
8 changed files with 1540 additions and 455 deletions

View File

@@ -4,7 +4,6 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
@@ -23,11 +22,15 @@
"./dist/style.css": "./dist/style.css"
},
"dependencies": {
"@react-email/components": "0.0.25",
"tailwindcss": "^3.4.14",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.3"
"vitest": "^2.1.3",
"react-dom": "18.3.1",
"react": "18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@storybook/addon-essentials": "7.2.2",
"@storybook/addon-interactions": "7.2.2",
"@storybook/addon-links": "7.2.2",
@@ -36,22 +39,17 @@
"@storybook/react": "7.2.2",
"@storybook/react-vite": "7.2.2",
"@storybook/testing-library": "0.2.0",
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-storybook": "0.6.13",
"globals": "^15.11.0",
"storybook": "7.2.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"storybook": "7.2.2",
"vite": "^5.4.9"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}