2022-10-01 07:00:05 +02:00
|
|
|
{
|
|
|
|
"name": "emails",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2022-11-21 11:12:43 +01:00
|
|
|
"main": "./src/index.ts",
|
|
|
|
"types": "./src/index.ts",
|
2022-10-01 07:00:05 +02:00
|
|
|
"scripts": {
|
|
|
|
"preview": "concurrently \"pnpm run watch\" \"sleep 5 && pnpm run serve\" -n \"watch,serve\" -c \"bgBlue.bold,bgMagenta.bold\"",
|
|
|
|
"watch": "tsx watch ./preview.tsx --clear-screen=false",
|
2022-11-21 11:12:43 +01:00
|
|
|
"serve": "http-server dist -a localhost -p 3223 -o",
|
|
|
|
"lint": "eslint \"src/**/*.ts*\""
|
2022-10-01 07:00:05 +02:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Baptiste Arnaud",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2023-01-07 17:06:18 +01:00
|
|
|
"@faire/mjml-react": "3.0.1",
|
2023-01-02 10:33:35 +01:00
|
|
|
"@types/node": "18.11.18",
|
2022-12-18 11:50:56 +01:00
|
|
|
"@types/nodemailer": "6.4.7",
|
2022-12-05 16:16:49 +01:00
|
|
|
"@types/react": "18.0.26",
|
2022-11-21 19:08:14 +01:00
|
|
|
"concurrently": "7.6.0",
|
2022-10-02 10:34:13 +02:00
|
|
|
"http-server": "14.1.1",
|
|
|
|
"nodemailer": "6.8.0",
|
|
|
|
"react": "18.2.0",
|
2022-11-15 15:42:13 +01:00
|
|
|
"tsx": "3.12.1",
|
2022-11-21 11:12:43 +01:00
|
|
|
"utils": "workspace:*",
|
2023-01-02 10:33:35 +01:00
|
|
|
"eslint": "8.31.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
|
|
|
"tsconfig": "workspace:*"
|
2022-10-01 07:00:05 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-10-02 10:34:13 +02:00
|
|
|
"@faire/mjml-react": "2.1.4",
|
|
|
|
"nodemailer": "6.7.8"
|
2022-10-01 07:00:05 +02:00
|
|
|
}
|
|
|
|
}
|