加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
lework 提交于 2021-04-29 13:35 . feat: 增加二级菜单。
{
"name": "lenav",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode prod",
"build-dev": "vue-cli-service build --mode dev",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"clipboard": "^2.0.8",
"core-js": "^2.6.12",
"highlight.js": "^10.7.2",
"iview": "^3.5.4",
"js-cookie": "^2.2.1",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"uglifyjs-webpack-plugin": "1",
"vue": "^2.6.12",
"vue-lazyload": "^1.3.3",
"vue-markdown": "^2.2.4",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.12"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化