1
0
Fork 0
freesewing/sites/email/package.json
joostdecock d2b4d2d3b3 fix: Merge in develop changes without re-introduced issues
There were some trouble the snuck in when mergin an earlier PR
2023-07-21 18:19:07 +02: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
}