13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "maizzle serve",
|
|
"build": "maizzle build production"
|
|
},
|
|
"dependencies": {
|
|
"@maizzle/framework": "latest",
|
|
"tailwindcss-preset-email": "latest"
|
|
}
|
|
}
|