-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
34 lines (34 loc) · 1017 Bytes
/
package.json
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
{
"scripts": {
"dev": "maizzle serve",
"build": "maizzle build production"
},
"dependencies": {
"@maizzle/framework": "^4.6.0",
"tailwindcss-box-shadow": "^2.0.1",
"tailwindcss-email-variants": "^2.0.3",
"tailwindcss-mso": "^1.3.0"
},
"name": "@mailpace/templates",
"description": "<div align=\"center\"> <p><a href=\"https://mailpace.com\" target=\"_blank\"><img src=\"https://docs.mailpace.com/img/logo.png\" width=\"200\" alt=\"MailPace\"></a></p> <p>A set of gorgeous Transactional HTML Email Templates built on TailwindCSS</p> <div>",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mailpace/templates.git"
},
"keywords": [
"transactional",
"email",
"templates",
"maizzle",
"mailpace",
"mailpace",
"smtp"
],
"author": "Paul Oms",
"license": "MIT",
"bugs": {
"url": "https://github.com/mailpace/templates/issues"
},
"homepage": "https://github.com/mailpace/templates#readme"
}