加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
曲水 提交于 2023-11-16 14:11 . 初始化
{
"name": "imooc-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^1.1.3",
"core-js": "^3.8.3",
"css-color-function": "^1.3.3",
"dayjs": "^1.11.7",
"driver.js": "^0.9.8",
"element-plus": "^1.1.0-beta.15",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"md5": "^2.3.0",
"path-browserify": "^1.0.1",
"rgb-hex": "^4.0.0",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"vue": "^3.2.13",
"vue-i18n": "^9.3.0-beta.10",
"vue-router": "^4.0.3",
"vue3-print-nb": "^0.1.4",
"vuex": "^4.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.0.0",
"lint-staged": "^11.1.2",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"svg-sprite-loader": "^6.0.9",
"vue-cli-plugin-element-plus": "~0.0.13"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化