33 lines
904 B
JSON
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
|
|
}
|