summaryrefslogtreecommitdiff
path: root/internal/templates/src/package.json
blob: 4d8b5c2c6bb8874c7d7e1cd0218d64dd58b21f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
	"name": "authelia-email-templates",
	"version": "1.0.0",
	"description": "",
	"scripts": {
		"dev": "email dev",
		"build": "email build",
		"render": "tsc && node dist/index.js"
	},
	"keywords": [],
	"author": "Authelia",
	"license": "Apache-2.0",
	"dependencies": {
		"@react-email/components": "0.0.33",
		"@react-email/render": "1.0.5",
		"esbuild": "0.25.0",
		"react": "18.3.1",
		"react-dom": "18.3.1",
		"react-email": "3.0.7",
		"tailwind-merge": "3.0.2",
		"tailwindcss": "4.0.12",
		"typescript": "5.8.2"
	},
	"devDependencies": {
		"@radix-ui/colors": "3.0.0",
		"@types/node": "22.13.9",
		"@types/react": "18.3.18",
		"@types/react-dom": "18.3.5",
		"eslint": "9.21.0",
		"tsx": "4.19.3",
		"vitest": "3.0.8"
	},
	"pnpm": {
		"overrides": {
			"nanoid@<3.3.8": "3.3.9"
		}
	}
}