{ "name": "my-vue3-project", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@codemirror/lang-python": "^6.1.6", "@codemirror/state": "^6.5.0", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.36.1", "@element-plus/icons-vue": "^2.3.1", "@vitejs/plugin-vue": "^5.2.1", "@xterm/xterm": "^5.5.0", "axios": "^1.6.5", "blockly": "^10.3.0", "codemirror": "^6.0.1", "element-plus": "^2.5.1", "install": "^0.13.0", "ll": "^1.2.0", "lodash": "^4.17.21", "material-icons": "^1.13.12", "monaco-editor": "^0.30.0", "pinia": "^2.1.7", "platform": "^1.3.6", "rimraf": "^5.0.5", "sass": "^1.70.0", "vite": "^6.0.5", "vue": "^3.3.11", "vue-codemirror": "^6.1.1", "vue-i18n": "^11.0.0-rc.1", "vue-router": "^4.2.5", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "xterm-addon-web-links": "^0.9.0" }, "devDependencies": { "monaco-editor-webpack-plugin": "^6.0.0" } }