{ "version": "3.0.1", "scripts": { "dev": "vite", "build": "vite build", "version": "node version.js", "serve": "vite preview" }, "dependencies": { "@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", "crypto-js": "^4.1.1", "echarts": "^5.3.3", "element-plus": "^2.2.19", "github-markdown-css": "^5.1.0", "html2canvas": "^1.4.1", "markdown-it": "^13.0.1", "mavon-editor": "^3.0.0", "sass": "^1.35.1", "uuid": "^8.3.2", "vue": "^3.2.31", "vue-i18n": "^9.1.7", "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" } }