@halo-dev/richtext-editor 0.0.0-alpha.1 → 0.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-dev/richtext-editor",
3
- "version": "0.0.0-alpha.1",
3
+ "version": "0.0.0-alpha.10",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist"
@@ -10,6 +10,18 @@
10
10
  "unpkg": "./dist/rich-text-editor.iife.js",
11
11
  "jsdelivr": "./dist/rich-text-editor.iife.js",
12
12
  "types": "./dist/index.d.ts",
13
+ "scripts": {
14
+ "dev": "vite build --watch",
15
+ "build": "vite build",
16
+ "test:unit": "vitest --environment jsdom --run",
17
+ "test:unit:watch": "vitest --environment jsdom --watch",
18
+ "test:unit:ui": "vitest --environment jsdom --watch --ui",
19
+ "test:unit:coverage": "vitest run --environment jsdom --coverage",
20
+ "typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
21
+ "lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
22
+ "prettier": "prettier --write './src/**/*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}'",
23
+ "release": "release-it"
24
+ },
13
25
  "keywords": [],
14
26
  "author": "",
15
27
  "license": "ISC",
@@ -17,16 +29,16 @@
17
29
  "vue": "^3.2.37"
18
30
  },
19
31
  "devDependencies": {
20
- "@iconify/json": "^2.1.88",
32
+ "@iconify/json": "^2.1.129",
21
33
  "@types/katex": "^0.14.0",
22
- "@vue/compiler-sfc": "^3.2.37",
23
- "autoprefixer": "^10.4.8",
24
- "bumpp": "^8.2.1",
25
- "postcss": "^8.4.16",
26
- "sass": "^1.54.4",
27
- "tailwindcss": "^3.1.8",
28
- "unplugin-icons": "^0.14.8",
29
- "vite-plugin-dts": "^1.4.1"
34
+ "@vue/compiler-sfc": "^3.2.41",
35
+ "autoprefixer": "^10.4.13",
36
+ "postcss": "^8.4.18",
37
+ "release-it": "^15.5.0",
38
+ "sass": "^1.55.0",
39
+ "tailwindcss": "^3.2.1",
40
+ "unplugin-icons": "^0.14.12",
41
+ "vite-plugin-dts": "^1.6.6"
30
42
  },
31
43
  "exports": {
32
44
  ".": {
@@ -36,37 +48,44 @@
36
48
  "./dist/style.css": "./dist/style.css"
37
49
  },
38
50
  "dependencies": {
39
- "@tiptap/core": "2.0.0-beta.182",
40
- "@tiptap/extension-code-block-lowlight": "2.0.0-beta.73",
41
- "@tiptap/extension-image": "2.0.0-beta.30",
42
- "@tiptap/extension-link": "2.0.0-beta.43",
43
- "@tiptap/extension-table": "2.0.0-beta.54",
44
- "@tiptap/extension-table-cell": "2.0.0-beta.23",
45
- "@tiptap/extension-table-header": "2.0.0-beta.25",
46
- "@tiptap/extension-table-row": "2.0.0-beta.22",
47
- "@tiptap/extension-task-item": "2.0.0-beta.37",
48
- "@tiptap/extension-task-list": "2.0.0-beta.29",
49
- "@tiptap/extension-text-align": "2.0.0-beta.31",
50
- "@tiptap/extension-underline": "2.0.0-beta.25",
51
- "@tiptap/starter-kit": "2.0.0-beta.191",
52
- "@tiptap/suggestion": "2.0.0-beta.97",
53
- "@tiptap/vue-3": "2.0.0-beta.96",
54
- "floating-vue": "2.0.0-beta.19",
55
- "github-markdown-css": "^5.1.0",
56
- "katex": "^0.16.0",
51
+ "@tiptap/core": "2.0.0-beta.195",
52
+ "@tiptap/extension-blockquote": "^2.0.0-beta.199",
53
+ "@tiptap/extension-bold": "^2.0.0-beta.199",
54
+ "@tiptap/extension-bullet-list": "^2.0.0-beta.199",
55
+ "@tiptap/extension-code": "^2.0.0-beta.199",
56
+ "@tiptap/extension-code-block": "^2.0.0-beta.199",
57
+ "@tiptap/extension-code-block-lowlight": "2.0.0-beta.195",
58
+ "@tiptap/extension-document": "^2.0.0-beta.199",
59
+ "@tiptap/extension-dropcursor": "^2.0.0-beta.199",
60
+ "@tiptap/extension-gapcursor": "^2.0.0-beta.199",
61
+ "@tiptap/extension-hard-break": "^2.0.0-beta.199",
62
+ "@tiptap/extension-heading": "^2.0.0-beta.199",
63
+ "@tiptap/extension-history": "^2.0.0-beta.199",
64
+ "@tiptap/extension-horizontal-rule": "^2.0.0-beta.199",
65
+ "@tiptap/extension-image": "2.0.0-beta.195",
66
+ "@tiptap/extension-italic": "^2.0.0-beta.199",
67
+ "@tiptap/extension-link": "2.0.0-beta.195",
68
+ "@tiptap/extension-list-item": "^2.0.0-beta.199",
69
+ "@tiptap/extension-ordered-list": "^2.0.0-beta.199",
70
+ "@tiptap/extension-paragraph": "^2.0.0-beta.199",
71
+ "@tiptap/extension-placeholder": "2.0.0-beta.195",
72
+ "@tiptap/extension-strike": "^2.0.0-beta.199",
73
+ "@tiptap/extension-subscript": "2.0.0-beta.195",
74
+ "@tiptap/extension-superscript": "2.0.0-beta.195",
75
+ "@tiptap/extension-table": "2.0.0-beta.195",
76
+ "@tiptap/extension-table-cell": "2.0.0-beta.195",
77
+ "@tiptap/extension-table-header": "2.0.0-beta.195",
78
+ "@tiptap/extension-table-row": "2.0.0-beta.195",
79
+ "@tiptap/extension-task-item": "2.0.0-beta.195",
80
+ "@tiptap/extension-task-list": "2.0.0-beta.195",
81
+ "@tiptap/extension-text": "^2.0.0-beta.199",
82
+ "@tiptap/extension-text-align": "2.0.0-beta.195",
83
+ "@tiptap/extension-underline": "2.0.0-beta.195",
84
+ "@tiptap/suggestion": "2.0.0-beta.195",
85
+ "@tiptap/vue-3": "2.0.0-beta.195",
86
+ "floating-vue": "2.0.0-beta.20",
87
+ "katex": "^0.16.3",
57
88
  "lowlight": "^2.7.0",
58
89
  "tippy.js": "^6.3.7"
59
- },
60
- "scripts": {
61
- "dev": "vite build --watch",
62
- "build": "vite build",
63
- "test:unit": "vitest --environment jsdom --run",
64
- "test:unit:watch": "vitest --environment jsdom --watch",
65
- "test:unit:ui": "vitest --environment jsdom --watch --ui",
66
- "test:unit:coverage": "vitest run --environment jsdom --coverage",
67
- "typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
68
- "lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
69
- "prettier": "prettier --write './src/**/*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}'",
70
- "release": "bumpp"
71
90
  }
72
- }
91
+ }