65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "ejyy_web",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitee.com/chowa/ejyy.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"dist": "npm run iconfont && vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"iconfont": "cwfont compile"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"webpack",
|
|
"ejyy"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.1.0",
|
|
"npm": ">=6.9.0"
|
|
},
|
|
"dependencies": {
|
|
"area-data": "^5.0.6",
|
|
"awe-dnd": "^0.3.4",
|
|
"axios": "^0.21.1",
|
|
"dagre": "^0.8.5",
|
|
"echarts": "^5.0.0",
|
|
"jsqr": "^1.4.0",
|
|
"moment": "^2.27.0",
|
|
"qrcode": "^1.4.4",
|
|
"spark-md5": "^3.0.1",
|
|
"view-design": "^4.4.0",
|
|
"vue": "^2.6.11",
|
|
"vue-lazyload": "^1.3.3",
|
|
"vue-router": "^3.2.0",
|
|
"vue-seamless-scroll": "^1.1.23",
|
|
"vuex": "^3.4.0",
|
|
"wangeditor": "^4.7.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"core-js": "^3.6.5",
|
|
"cwfont": "^1.1.4",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^7.1.0",
|
|
"prettier": "^1.19.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitee.com/chowa/ejyy/issues"
|
|
},
|
|
"homepage": "https://gitee.com/chowa/ejyy"
|
|
}
|