|
1 | 1 | { |
2 | 2 | "name": "asterui", |
3 | | - "version": "0.12.79", |
| 3 | + "version": "0.12.80", |
4 | 4 | "description": "React UI component library with DaisyUI", |
5 | 5 | "homepage": "https://asterui.com", |
6 | 6 | "repository": { |
|
38 | 38 | "./terminal": { |
39 | 39 | "import": "./dist/terminal.js", |
40 | 40 | "types": "./dist/terminal.d.ts" |
| 41 | + }, |
| 42 | + "./codeeditor": { |
| 43 | + "import": "./dist/codeeditor.js", |
| 44 | + "types": "./dist/codeeditor.d.ts" |
41 | 45 | } |
42 | 46 | }, |
43 | 47 | "files": [ |
|
64 | 68 | "apexcharts": "^5.3.6", |
65 | 69 | "qrcode": "^1.5.4", |
66 | 70 | "react": "^18.0.0 || ^19.0.0", |
67 | | - "react-dom": "^18.0.0 || ^19.0.0" |
| 71 | + "react-dom": "^18.0.0 || ^19.0.0", |
| 72 | + "@codemirror/autocomplete": "^6.0.0", |
| 73 | + "@codemirror/commands": "^6.0.0", |
| 74 | + "@codemirror/lang-css": "^6.0.0", |
| 75 | + "@codemirror/lang-html": "^6.0.0", |
| 76 | + "@codemirror/lang-javascript": "^6.0.0", |
| 77 | + "@codemirror/lang-json": "^6.0.0", |
| 78 | + "@codemirror/lang-markdown": "^6.0.0", |
| 79 | + "@codemirror/lang-python": "^6.0.0", |
| 80 | + "@codemirror/lang-sql": "^6.0.0", |
| 81 | + "@codemirror/lang-xml": "^6.0.0", |
| 82 | + "@codemirror/language": "^6.0.0", |
| 83 | + "@codemirror/lint": "^6.0.0", |
| 84 | + "@codemirror/search": "^6.0.0", |
| 85 | + "@codemirror/state": "^6.0.0", |
| 86 | + "@codemirror/view": "^6.0.0" |
68 | 87 | }, |
69 | 88 | "peerDependenciesMeta": { |
70 | 89 | "@xterm/xterm": { |
|
96 | 115 | }, |
97 | 116 | "qrcode": { |
98 | 117 | "optional": true |
| 118 | + }, |
| 119 | + "@codemirror/autocomplete": { |
| 120 | + "optional": true |
| 121 | + }, |
| 122 | + "@codemirror/commands": { |
| 123 | + "optional": true |
| 124 | + }, |
| 125 | + "@codemirror/lang-css": { |
| 126 | + "optional": true |
| 127 | + }, |
| 128 | + "@codemirror/lang-html": { |
| 129 | + "optional": true |
| 130 | + }, |
| 131 | + "@codemirror/lang-javascript": { |
| 132 | + "optional": true |
| 133 | + }, |
| 134 | + "@codemirror/lang-json": { |
| 135 | + "optional": true |
| 136 | + }, |
| 137 | + "@codemirror/lang-markdown": { |
| 138 | + "optional": true |
| 139 | + }, |
| 140 | + "@codemirror/lang-python": { |
| 141 | + "optional": true |
| 142 | + }, |
| 143 | + "@codemirror/lang-sql": { |
| 144 | + "optional": true |
| 145 | + }, |
| 146 | + "@codemirror/lang-xml": { |
| 147 | + "optional": true |
| 148 | + }, |
| 149 | + "@codemirror/language": { |
| 150 | + "optional": true |
| 151 | + }, |
| 152 | + "@codemirror/lint": { |
| 153 | + "optional": true |
| 154 | + }, |
| 155 | + "@codemirror/search": { |
| 156 | + "optional": true |
| 157 | + }, |
| 158 | + "@codemirror/state": { |
| 159 | + "optional": true |
| 160 | + }, |
| 161 | + "@codemirror/view": { |
| 162 | + "optional": true |
99 | 163 | } |
100 | 164 | }, |
101 | 165 | "devDependencies": { |
| 166 | + "@codemirror/autocomplete": "^6.18.6", |
| 167 | + "@codemirror/commands": "^6.8.1", |
| 168 | + "@codemirror/lang-css": "^6.3.1", |
| 169 | + "@codemirror/lang-html": "^6.4.9", |
| 170 | + "@codemirror/lang-javascript": "^6.2.3", |
| 171 | + "@codemirror/lang-json": "^6.0.1", |
| 172 | + "@codemirror/lang-markdown": "^6.3.2", |
| 173 | + "@codemirror/lang-python": "^6.1.7", |
| 174 | + "@codemirror/lang-sql": "^6.8.0", |
| 175 | + "@codemirror/lang-xml": "^6.1.0", |
| 176 | + "@codemirror/language": "^6.11.0", |
| 177 | + "@codemirror/lint": "^6.8.5", |
| 178 | + "@codemirror/search": "^6.5.10", |
| 179 | + "@codemirror/state": "^6.5.2", |
| 180 | + "@codemirror/view": "^6.36.5", |
102 | 181 | "@tailwindcss/vite": "^4.1.18", |
103 | 182 | "@tanstack/react-virtual": "^3.13.13", |
104 | 183 | "@xterm/xterm": "^5.5.0", |
|
0 commit comments