68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "@usesend/email-editor",
|
|
"version": "0.0.1",
|
|
"description": "Email editor used by unsend",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/react": "^19.1.2",
|
|
"@usesend/eslint-config": "workspace:*",
|
|
"@usesend/tailwind-config": "workspace:*",
|
|
"@usesend/typescript-config": "workspace:*",
|
|
"@usesend/ui": "workspace:*",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"react": "^19.1.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "^2.11.7",
|
|
"@tiptap/extension-code-block": "^2.11.7",
|
|
"@tiptap/extension-color": "^2.11.7",
|
|
"@tiptap/extension-heading": "^2.11.7",
|
|
"@tiptap/extension-image": "^2.11.7",
|
|
"@tiptap/extension-link": "^2.11.7",
|
|
"@tiptap/extension-paragraph": "^2.11.7",
|
|
"@tiptap/extension-placeholder": "^2.11.7",
|
|
"@tiptap/extension-task-item": "^2.11.7",
|
|
"@tiptap/extension-task-list": "^2.11.7",
|
|
"@tiptap/extension-text-align": "^2.11.7",
|
|
"@tiptap/extension-text-style": "^2.11.7",
|
|
"@tiptap/extension-underline": "^2.11.7",
|
|
"@tiptap/pm": "^2.11.7",
|
|
"@tiptap/react": "^2.11.7",
|
|
"@tiptap/starter-kit": "^2.11.7",
|
|
"@tiptap/suggestion": "^2.11.7",
|
|
"eslint": "^8.57.1",
|
|
"jsx-email": "^2.7.1",
|
|
"lucide-react": "^0.503.0",
|
|
"react-colorful": "^5.6.1",
|
|
"shiki": "^3.3.0",
|
|
"tippy.js": "^6.3.7",
|
|
"tiptap-extension-global-drag-handle": "^0.1.18"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|