加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
本心 提交于 2021-06-22 21:55 . changing:尝试打包单独页面失败
{
"name": "drapview",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:offline":"vue-cli-service build --mode offline",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.20.0",
"benxin-datav": "^1.0.1",
"core-js": "^3.14.0",
"echarts": "^5.1.1",
"element-ui": "^2.15.2",
"html2canvas": "^1.0.0-rc.7",
"mockjs": "^1.1.0",
"node-sass": "^6.0.0",
"sass-loader": "^12.0.0",
"sqlite3": "^5.0.2",
"three": "^0.128.0",
"vue": "^2.6.13",
"vue-router": "^3.2.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.13"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-unused-vars": 0,
"no-mixed-spaces-and-tabs": "off",
"no-debugger": "off",
"vue/no-parsing-error": [
2,
{
"x-invalid-end-tag": false
}
]
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化