76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"name": "scui",
|
|
"version": "1.6.3",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --report",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.0.4",
|
|
"@tinymce/tinymce-vue": "5.0.0",
|
|
"axios": "0.27.2",
|
|
"codemirror": "5.65.5",
|
|
"core-js": "3.22.8",
|
|
"cropperjs": "1.5.12",
|
|
"crypto-js": "4.1.1",
|
|
"echarts": "5.3.2",
|
|
"element-plus": "2.2.3",
|
|
"nprogress": "0.2.0",
|
|
"qrcodejs2": "0.0.2",
|
|
"sortablejs": "1.15.0",
|
|
"tinymce": "6.0.3",
|
|
"vue": "3.2.36",
|
|
"vue-i18n": "9.1.10",
|
|
"vue-json-editor": "^1.4.3",
|
|
"vue-router": "4.0.15",
|
|
"vuedraggable": "4.0.3",
|
|
"vuex": "4.0.2",
|
|
"xgplayer": "2.31.6",
|
|
"xgplayer-hls": "2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.18.2",
|
|
"@babel/eslint-parser": "7.18.2",
|
|
"@vue/cli-plugin-babel": "5.0.4",
|
|
"@vue/cli-plugin-eslint": "5.0.4",
|
|
"@vue/cli-service": "5.0.4",
|
|
"eslint": "8.17.0",
|
|
"eslint-plugin-vue": "9.1.0",
|
|
"sass": "1.37.5",
|
|
"sass-loader": "10.1.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"globals": {
|
|
"APP_CONFIG": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {
|
|
"indent": 0,
|
|
"no-tabs": 0,
|
|
"no-mixed-spaces-and-tabs": 0,
|
|
"vue/no-unused-components": 0,
|
|
"vue/multi-word-component-names": 0,
|
|
"no-debugger": "off",
|
|
"no-console": "off",
|
|
"no-trailing-spaces": "off"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|