1
0
Fork 0
freesewing/sites/email/package.json

34 lines
904 B
JSON
Raw Normal View History

{
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",
"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": {
2022-12-17 16:48:36 +01:00
"build": "maizzle build production",
"dev": "maizzle serve"
},
2022-12-17 16:48:36 +01:00
"peerDependencies": {},
"dependencies": {
2023-06-09 18:26:26 +02:00
"@maizzle/framework": "4.4.6",
"tailwindcss-box-shadow": "2.0.1",
"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
}