1 Star 1 Fork 0

qian.zhou/edu-system-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
qian.zhou 提交于 2021-09-14 11:49 . 完成广告管理
{
"name": "edu-boss",
"version": "0.1.0",
"private": true,
"author": {
"name": "zce",
"email": "w@zce.me",
"url": "https://zce.me"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.5",
"element-ui": "^2.13.2",
"moment": "^2.27.0",
"nprogress": "^0.2.0",
"qs": "^6.10.1",
"simplemde": "^1.11.2",
"store": "^2.0.12",
"vue": "^2.6.11",
"vue-router": "^3.3.4",
"vuex": "^3.4.0"
},
"devDependencies": {
"@toast-ui/editor": "^2.1.2",
"@toast-ui/editor-plugin-chart": "^1.0.0",
"@toast-ui/editor-plugin-code-syntax-highlight": "^1.0.0",
"@toast-ui/editor-plugin-color-syntax": "^1.0.0",
"@toast-ui/editor-plugin-table-merged-cell": "^1.1.0-alpha.0",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-router": "^4.4.6",
"@vue/cli-plugin-vuex": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/test-utils": "^1.0.3",
"lint-staged": "^10.2.11",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"tui-editor": "^1.4.10",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou-andreas/edu-system-vue.git
git@gitee.com:zhou-andreas/edu-system-vue.git
zhou-andreas
edu-system-vue
edu-system-vue
master

搜索帮助