Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedsa committed May 22, 2024
1 parent 871306e commit 086ac87
Show file tree
Hide file tree
Showing 12 changed files with 3,489 additions and 4,560 deletions.
201 changes: 0 additions & 201 deletions examples/initContent.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/initContent.js.map

This file was deleted.

8 changes: 0 additions & 8 deletions examples/main.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/main.js.map

This file was deleted.

1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>Echo Editor</title>
</head>
<body>
Expand Down
19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echo-editor",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"license": "MIT",
"description": "A modern WYSIWYG rich-text editor using tiptap for Vue.js",
Expand Down Expand Up @@ -43,6 +43,7 @@
],
"main": "./lib/echo-editor.umd.js",
"module": "./lib/echo-editor.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
Expand All @@ -52,13 +53,9 @@
"./style.css": {
"import": "./lib/style.css",
"require": "./lib/style.css"
},
"./styles/": {
"import": "./lib/styles/",
"require": "./lib/styles/"
}
},
"types": "./lib/index.d.ts",
"sideEffects": false,
"files": [
"lib",
"package.json",
Expand Down Expand Up @@ -111,26 +108,22 @@
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/extension-underline": "^2.3.0",
"@tiptap/pm": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/suggestion": "^2.3.1",
"@tiptap/vue-3": "^2.3.0",
"@vee-validate/zod": "^4.12.8",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"echo-drag-handle-plugin": "^0.0.2",
"lowlight": "^3.1.0",
"lucide-vue-next": "^0.378.0",
"radix-vue": "^1.7.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"vee-validate": "^4.12.8",
"y-prosemirror": "^1.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"radix-vue": "^1.7.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
Expand Down
Loading

0 comments on commit 086ac87

Please sign in to comment.