21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"name": "novela-visual-editor",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Tiptap-based visual (WYSIWYG) editing pane for the Novela chapter editor. Bundled to ../static/editor-bundle.js.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "^2.8.0",
|
|
"@tiptap/extension-subscript": "^2.8.0",
|
|
"@tiptap/extension-superscript": "^2.8.0",
|
|
"@tiptap/extension-underline": "^2.8.0",
|
|
"@tiptap/starter-kit": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.24.0"
|
|
}
|
|
}
|