{ "name": "Code_Master", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "@bytemd/plugin-gfm": "^1.21.0", "@bytemd/plugin-highlight": "^1.21.0", "@bytemd/vue-next": "^1.21.0", "axios": "^1.7.2", "core-js": "^3.8.3", "moment": "^2.30.1", "monaco-editor": "^0.41.0", "monaco-editor-webpack-plugin": "^7.1.0", "vue": "^3.2.13", "vue-class-component": "^8.0.0-0", "vue-router": "^4.0.3", "vuex": "^4.0.0" }, "devDependencies": { "@arco-design/web-vue": "^2.55.3", "@babel/plugin-transform-class-static-block": "^7.24.7", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-router": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-plugin-vuex": "~5.0.0", "@vue/cli-service": "~5.0.0", "@vue/eslint-config-typescript": "^9.1.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.0.3", "openapi-typescript-codegen": "^0.29.0", "prettier": "^2.4.1", "typescript": "~4.5.5" } }