|
10 | 10 | "copy-html-entry": "cp ../lms/public/frontend/index.html ../lms/www/lms.html" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@codemirror/lang-html": "^6.4.9", |
14 | | - "@codemirror/lang-javascript": "^6.2.4", |
15 | | - "@codemirror/lang-json": "^6.0.1", |
16 | | - "@codemirror/lang-python": "^6.2.1", |
17 | | - "@editorjs/checklist": "^1.6.0", |
18 | | - "@editorjs/code": "^2.9.0", |
19 | | - "@editorjs/editorjs": "^2.29.0", |
| 13 | + "@codemirror/lang-html": "6.4.9", |
| 14 | + "@codemirror/lang-javascript": "6.2.4", |
| 15 | + "@codemirror/lang-json": "6.0.1", |
| 16 | + "@codemirror/lang-python": "6.2.1", |
| 17 | + "@editorjs/checklist": "1.6.0", |
| 18 | + "@editorjs/code": "2.9.0", |
| 19 | + "@editorjs/editorjs": "2.29.0", |
20 | 20 | "@editorjs/embed": "2.7.0", |
21 | | - "@editorjs/header": "^2.8.1", |
22 | | - "@editorjs/inline-code": "^1.5.0", |
23 | | - "@editorjs/nested-list": "^1.4.2", |
24 | | - "@editorjs/paragraph": "^2.11.3", |
25 | | - "@editorjs/simple-image": "^1.6.0", |
26 | | - "@editorjs/table": "^2.4.2", |
27 | | - "@vueuse/core": "^10.4.1", |
28 | | - "@vueuse/router": "^12.7.0", |
29 | | - "ace-builds": "^1.36.2", |
30 | | - "apexcharts": "^4.3.0", |
31 | | - "chart.js": "^4.4.1", |
32 | | - "codemirror": "^6.0.1", |
33 | | - "dayjs": "^1.11.6", |
34 | | - "dompurify": "^3.2.6", |
35 | | - "feather-icons": "^4.28.0", |
36 | | - "frappe-ui": "^0.1.227", |
37 | | - "highlight.js": "^11.11.1", |
38 | | - "lucide-vue-next": "^0.383.0", |
39 | | - "markdown-it": "^14.0.0", |
40 | | - "pinia": "^2.0.33", |
41 | | - "plyr": "^3.7.8", |
42 | | - "socket.io-client": "^4.7.2", |
| 21 | + "@editorjs/header": "2.8.1", |
| 22 | + "@editorjs/inline-code": "1.5.0", |
| 23 | + "@editorjs/nested-list": "1.4.2", |
| 24 | + "@editorjs/paragraph": "2.11.3", |
| 25 | + "@editorjs/simple-image": "1.6.0", |
| 26 | + "@editorjs/table": "2.4.2", |
| 27 | + "@vueuse/core": "10.4.1", |
| 28 | + "@vueuse/router": "12.7.0", |
| 29 | + "ace-builds": "1.36.2", |
| 30 | + "apexcharts": "4.3.0", |
| 31 | + "chart.js": "4.4.1", |
| 32 | + "codemirror": "6.0.1", |
| 33 | + "dayjs": "1.11.10", |
| 34 | + "dompurify": "3.2.6", |
| 35 | + "feather-icons": "4.28.0", |
| 36 | + "frappe-ui": "0.1.227", |
| 37 | + "highlight.js": "11.11.1", |
| 38 | + "lucide-vue-next": "0.383.0", |
| 39 | + "markdown-it": "14.0.0", |
| 40 | + "pinia": "2.0.33", |
| 41 | + "plyr": "3.7.8", |
| 42 | + "socket.io-client": "4.7.2", |
43 | 43 | "tailwindcss": "3.4.15", |
44 | | - "thememirror": "^2.0.1", |
45 | | - "typescript": "^5.7.2", |
46 | | - "vue": "^3.4.23", |
47 | | - "vue-chartjs": "^5.3.0", |
48 | | - "vue-codemirror": "^6.1.1", |
49 | | - "vue-draggable-next": "^2.2.1", |
50 | | - "vue-router": "^4.0.12", |
51 | | - "vue3-apexcharts": "^1.8.0", |
| 44 | + "thememirror": "2.0.1", |
| 45 | + "typescript": "5.7.2", |
| 46 | + "vue": "^3.5.0", |
| 47 | + "vue-chartjs": "5.3.0", |
| 48 | + "vue-codemirror": "6.1.1", |
| 49 | + "vue-draggable-next": "2.2.1", |
| 50 | + "vue-router": "4.2.2", |
| 51 | + "vue3-apexcharts": "1.8.0", |
52 | 52 | "vuedraggable": "4.1.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@vitejs/plugin-vue": "^5.0.3", |
56 | | - "autoprefixer": "^10.4.2", |
57 | | - "postcss": "^8.4.5", |
58 | | - "vite": "^5.0.11", |
| 55 | + "@vitejs/plugin-vue": "5.0.3", |
| 56 | + "autoprefixer": "10.4.2", |
| 57 | + "postcss": "8.4.5", |
| 58 | + "vite": "5.0.11", |
59 | 59 | "vite-plugin-pwa": "0.15.0" |
| 60 | + }, |
| 61 | + "resolutions": { |
| 62 | + "@iconify/utils": "2.1.7" |
60 | 63 | } |
61 | 64 | } |
0 commit comments