mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "jpom-vue",
|
|
"version": "2.10.39",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service --max-old-space-size=900 serve --mode dev",
|
|
"build": "vue-cli-service build --mode production",
|
|
"local": "vue-cli-service serve --mode local",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
|
"ant-design-vue": "^1.7.8",
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.16.0",
|
|
"echarts": "^4.9.0",
|
|
"intro.js": "^3.4.0",
|
|
"js-sha1": "^0.6.0",
|
|
"jshint": "^2.13.1",
|
|
"markdown-it-vue": "^1.1.6",
|
|
"qrcodejs2": "^0.0.2",
|
|
"qs": "^6.9.4",
|
|
"spark-md5": "^3.0.2",
|
|
"vue": "^2.6.14",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-json-viewer": "^2.2.20",
|
|
"vue-router": "^3.5.2",
|
|
"vuex": "^3.5.1",
|
|
"xterm": "^4.13.0",
|
|
"xterm-addon-attach": "^0.6.0",
|
|
"xterm-addon-fit": "^0.5.0",
|
|
"vuedraggable": "^2.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.13",
|
|
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
"@vue/cli-service": "~4.5.13",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.15.1",
|
|
"prettier": "^2.3.2",
|
|
"less": "^3.0.4",
|
|
"less-loader": "^5.0.0",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|