1
0
Fork 0
freesewing/sites/email/package.json
dependabot[bot] 8a97899e30
chore(deps): bump @maizzle/framework from 4.4.6 to 4.4.7
Bumps [@maizzle/framework](https://github.com/maizzle/framework) from 4.4.6 to 4.4.7.
- [Release notes](https://github.com/maizzle/framework/releases)
- [Commits](https://github.com/maizzle/framework/compare/v4.4.6...v4.4.7)

---
updated-dependencies:
- dependency-name: "@maizzle/framework"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 04:41:44 +00:00

33 lines
904 B
JSON

{
"name": "@freesewing/email",
"version": "3.0.0-alpha.10",
"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.7",
"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
}