![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [tailwindcss-email-variants](https://github.com/maizzle/tailwindcss-email-variants) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/maizzle/tailwindcss-email-variants/releases) - [Commits](https://github.com/maizzle/tailwindcss-email-variants/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: tailwindcss-email-variants dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
903 B
JSON
33 lines
903 B
JSON
{
|
|
"name": "@freesewing/email",
|
|
"version": "3.0.0-alpha.9",
|
|
"description": "Holds maizzle instance to generate the FreeSewing email templates",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://freesewing.org/patrons/join"
|
|
},
|
|
"scripts": {
|
|
"build": "maizzle build production",
|
|
"dev": "maizzle serve"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"@maizzle/framework": "4.4.4",
|
|
"tailwindcss-box-shadow": "2.0.1",
|
|
"tailwindcss-email-variants": "2.0.2",
|
|
"tailwindcss-mso": "1.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"private": true
|
|
}
|