{ "version": "3.0.1", "scripts": { "dev": "vite", "build": "vite build", "version": "node version.js", "serve": "vite preview" }, "dependencies": { "@codemirror/theme-one-dark": "^6.1.2", "@element-plus/icons-vue": "^2.0.6", "@wangeditor/editor": "^5.1.14", "@wangeditor/editor-for-vue": "^5.1.12", "ace-builds": "^1.9.6", "axios": "^0.21.1", "clipboard": "^2.0.11", "codemirror": "^6.0.1", "crypto-js": "^4.1.1", "echarts": "^5.3.3", "element-plus": "^2.2.19", "github-markdown-css": "^5.1.0", "html2canvas": "^1.4.1", "install": "^0.13.0", "lodash": "^4.17.21", "markdown-it": "^13.0.1", "mavon-editor": "^3.0.1", "sass": "^1.35.1", "string-format": "^2.0.0", "uuid": "^8.3.2", "vue": "^3.2.31", "vue-codemirror": "^6.1.1", "vue-demi": "^0.14.5", "vue-i18n": "^9.5.0", "vue-router": "^4.0.10", "vue3-ace-editor": "^2.2.2", "vuex": "^4.0.2" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.0", "@vue/compiler-sfc": "^3.2.31", "vite": "^3.0.0" } }