加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
航小航 提交于 2024-01-18 13:46 . '1'
{
"name": "mbiolance-cloud-ui",
"version": "1.2.3",
"private": true,
"description": "mbiolance-cloud-ui",
"author": "mbiolance",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"webpack": "webpack --version"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.2.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
"axios": "0.24.0",
"clipboard": "^2.0.8",
"countup.js": "2.0.8",
"echarts": "^4.9.0",
"element-china-area-data": "^6.0.2",
"element-ui": "2.15.6",
"nprogress": "0.2.0",
"qs": "^6.11.2",
"screenfull": "5.2.0",
"sign-canvas": "1.1.4",
"vue": "2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-codemirror": "^4.0.6",
"vue-i18n": "8.26.7",
"vue-particles": "1.0.9",
"vue-router": "3.5.3",
"vue-seamless-scroll": "1.1.23",
"vue-table-with-tree-grid": "^0.2.4",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.16.5",
"@babel/plugin-proposal-optional-chaining": "7.17.12",
"@vue/cli-plugin-babel": "4.5.15",
"@vue/cli-plugin-eslint": "4.5.15",
"@vue/cli-plugin-router": "4.5.15",
"@vue/cli-plugin-vuex": "4.5.15",
"@vue/cli-service": "4.5.15",
"eslint": "6.2.2",
"eslint-plugin-vue": "8.2.0",
"sass": "1.45.0",
"sass-loader": "10.1.1",
"vue-template-compiler": "2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "http://192.160.10.177"
},
"engines": {
"node": ">=12.0.0",
"npm": ">= 6.0.0"
},
"keywords": [
"vue",
"vue3",
"vuejs/vue-next",
"element-ui",
"element-plus",
"mbiolance-cloud-ui"
],
"repository": {
"type": "git",
"url": "http://192.168.10.177"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化