2022-11-03 21:21:59 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/email",
|
2023-05-08 01:34:29 -05:00
|
|
|
"version": "3.0.0-alpha.10",
|
2022-12-17 16:48:36 +01:00
|
|
|
"description": "Holds maizzle instance to generate the FreeSewing email templates",
|
2022-11-12 09:21:23 +01:00
|
|
|
"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"
|
|
|
|
},
|
2022-11-03 21:21:59 +01:00
|
|
|
"scripts": {
|
2022-12-17 16:48:36 +01:00
|
|
|
"build": "maizzle build production",
|
|
|
|
"dev": "maizzle serve"
|
2022-11-03 21:21:59 +01:00
|
|
|
},
|
2022-12-17 16:48:36 +01:00
|
|
|
"peerDependencies": {},
|
2022-11-03 21:21:59 +01:00
|
|
|
"dependencies": {
|
2023-07-20 04:41:44 +00:00
|
|
|
"@maizzle/framework": "4.4.7",
|
2023-04-06 05:10:18 +00:00
|
|
|
"tailwindcss-box-shadow": "2.0.1",
|
2023-04-25 05:23:08 +00:00
|
|
|
"tailwindcss-email-variants": "2.0.2",
|
2022-12-28 16:15:01 +01:00
|
|
|
"tailwindcss-mso": "1.3.0"
|
2022-12-17 16:48:36 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8"
|
|
|
|
},
|
|
|
|
"private": true
|
2022-11-03 21:21:59 +01:00
|
|
|
}
|