sd-render 1.0.3 → 1.0.5

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": "sd-render",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "author": {
5
5
  "name": "initcraft",
6
6
  "email": "iencoded@gmail.com"
@@ -24,83 +24,6 @@
24
24
  "./style.css": "./sd-render.style.css"
25
25
  },
26
26
  "peerDependencies": {
27
- "@chenfengyuan/vue-qrcode": "^2.0.0",
28
- "@juggle/resize-observer": "^3.4.0",
29
- "@tiptap/core": "^2.26.4",
30
- "@tiptap/extension-blockquote": "^2.26.4",
31
- "@tiptap/extension-bold": "^2.26.4",
32
- "@tiptap/extension-bullet-list": "^2.26.4",
33
- "@tiptap/extension-character-count": "^2.26.4",
34
- "@tiptap/extension-code": "^2.26.4",
35
- "@tiptap/extension-code-block": "^2.26.4",
36
- "@tiptap/extension-code-block-lowlight": "^2.26.4",
37
- "@tiptap/extension-color": "^2.26.4",
38
- "@tiptap/extension-document": "^2.26.4",
39
- "@tiptap/extension-dropcursor": "^2.26.4",
40
- "@tiptap/extension-floating-menu": "^2.26.4",
41
- "@tiptap/extension-gapcursor": "^2.26.4",
42
- "@tiptap/extension-hard-break": "^2.26.4",
43
- "@tiptap/extension-heading": "^2.26.4",
44
- "@tiptap/extension-highlight": "^2.26.4",
45
- "@tiptap/extension-history": "^2.26.4",
46
- "@tiptap/extension-horizontal-rule": "^2.26.4",
47
- "@tiptap/extension-image": "^2.26.4",
48
- "@tiptap/extension-italic": "^2.26.4",
49
- "@tiptap/extension-link": "^2.26.4",
50
- "@tiptap/extension-list-item": "^2.26.4",
51
- "@tiptap/extension-ordered-list": "^2.26.4",
52
- "@tiptap/extension-paragraph": "^2.26.4",
53
- "@tiptap/extension-placeholder": "^2.26.4",
54
- "@tiptap/extension-strike": "^2.26.4",
55
- "@tiptap/extension-subscript": "^2.26.4",
56
- "@tiptap/extension-superscript": "^2.26.4",
57
- "@tiptap/extension-table": "^2.26.4",
58
- "@tiptap/extension-table-cell": "^2.26.4",
59
- "@tiptap/extension-table-header": "^2.26.4",
60
- "@tiptap/extension-table-row": "^2.26.4",
61
- "@tiptap/extension-task-item": "^2.26.4",
62
- "@tiptap/extension-task-list": "^2.26.4",
63
- "@tiptap/extension-text": "^2.26.4",
64
- "@tiptap/extension-text-align": "^2.26.4",
65
- "@tiptap/extension-text-style": "^2.26.4",
66
- "@tiptap/extension-underline": "^2.26.4",
67
- "@tiptap/extension-youtube": "^2.26.4",
68
- "@tiptap/vue-3": "^2.26.4",
69
- "@types/dagre": "0.7.44",
70
- "@types/html-to-pdfmake": "^2.4.4",
71
- "@types/jsdom": "^21.1.7",
72
- "@types/pdfmake": "^0.2.11",
73
- "@vue-flow/core": "^1.42.1",
74
- "ace-builds": "^1.43.4",
75
- "axios": "^1.13.0",
76
- "chart.js": "^4.5.1",
77
- "chartjs-adapter-moment": "^1.0.1",
78
- "cropperjs": "^2.1.0",
79
- "crypto-ts": "^1.0.2",
80
- "dagre": "0.8.5",
81
- "dayjs": "^1.11.18",
82
- "docx": "^9.5.1",
83
- "dompurify": "^3.3.0",
84
- "element-plus": "^2.11.5",
85
- "fast-glob": "^3.3.3",
86
- "file-saver": "^2.0.5",
87
- "fs-extra": "^11.3.2",
88
- "fuse.js": "^7.1.0",
89
- "html-to-pdfmake": "^2.5.31",
90
- "json-editor-vue": "^0.18.1",
91
- "lowlight": "^3.3.0",
92
- "mitt": "^3.0.1",
93
- "pdfmake": "^0.2.20",
94
- "pinia": "^3.0.3",
95
- "qrcode": "^1.5.4",
96
- "sass": "^1.93.2",
97
- "slugify": "^1.6.6",
98
- "vue": "^3.5.22",
99
- "vue-chartjs": "^5.3.2",
100
- "vue-clipboard3": "^2.0.0",
101
- "vue-router": "^4.6.3",
102
- "vue-simple-acl": "^2.0.2",
103
- "vuedraggable": "^4.1.0",
104
- "xlsx": "^0.18.5"
27
+
105
28
  }
106
29
  }