Skip to content

Commit bc42105

Browse files
committed
node dependencies refresh - monaco editor
1 parent 1633610 commit bc42105

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

sentinel-kit_server_frontend/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@
1010
},
1111
"dependencies": {
1212
"@guolao/vue-monaco-editor": "^1.6.0",
13+
"@iconify/json": "^2.2.399",
14+
"@iconify/tailwind4": "^1.0.6",
1315
"@tailwindcss/vite": "^4.1.14",
14-
"monaco-editor": "^0.54.0",
15-
"monaco-yaml": "^5.4.0",
16+
"@vitejs/plugin-vue": "^6.0.1",
17+
"flyonui": "^2.4.1",
1618
"tailwindcss": "^4.1.14",
17-
"vite-plugin-monaco-editor": "^1.1.0",
1819
"vue": "^3.5.22",
19-
"vue-monaco": "^1.2.2",
2020
"vue-router": "^4.6.3"
2121
},
2222
"devDependencies": {
23-
"@iconify/json": "^2.2.399",
24-
"@iconify/tailwind4": "^1.0.6",
25-
"@vitejs/plugin-vue": "^6.0.1",
26-
"flyonui": "^2.4.1",
2723
"vite": "^7.1.7"
2824
}
2925
}

sentinel-kit_server_frontend/vite.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import { defineConfig } from 'vite'
22
import vue from '@vitejs/plugin-vue'
33
import tailwindcss from '@tailwindcss/vite'
4-
import monacoEditorPlugin from 'vite-plugin-monaco-editor';
5-
import { languages } from 'monaco-editor';
64

75
export default defineConfig({
8-
plugins: [vue(), tailwindcss(), monacoEditorPlugin({languages: ['yaml']} )],
6+
plugins: [vue(), tailwindcss()],
97
server: {
108
host: '0.0.0.0',
119
allowedHosts: process.env.VITE_ALLOWED_HOSTS ? process.env.VITE_ALLOWED_HOSTS.split(',') : ['localhost', '127.0.0.1'],

0 commit comments

Comments
 (0)