You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
4 weeks ago
|
{
|
||
|
"name": "manageweb",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve --port 8080",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@dimakorotkov/tinymce-mathjax": "^1.0.7",
|
||
|
"@js-preview/docx": "^1.6.2",
|
||
|
"@js-preview/excel": "^1.7.12",
|
||
|
"@js-preview/pdf": "^2.0.3",
|
||
|
"@tinymce/tinymce-vue": "^4.0.5",
|
||
|
"@vue-office/docx": "^1.6.2",
|
||
|
"@vue-office/excel": "^1.7.11",
|
||
|
"@vue-office/pdf": "^2.0.2",
|
||
|
"@vue/cli": "^5.0.8",
|
||
|
"axios": "^0.27.2",
|
||
|
"core-js": "^3.21.0",
|
||
|
"cropperjs": "^1.5.12",
|
||
|
"crypto-js": "4.0.0",
|
||
|
"echarts": "^5.2.2",
|
||
|
"element-plus": "1.0.2-beta.54",
|
||
|
"mathjax": "^3.2.2",
|
||
|
"mavon-editor": "^2.10.4",
|
||
|
"nprogress": "0.2.0",
|
||
|
"sortablejs": "1.13.0",
|
||
|
"vue": "3.1.4",
|
||
|
"vue-demi": "^0.14.10",
|
||
|
"vue-router": "4.0.10",
|
||
|
"vuex": "4.0.2",
|
||
|
"webpack": "^5.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "4.5.13",
|
||
|
"@vue/cli-plugin-eslint": "4.5.13",
|
||
|
"@vue/cli-service": "4.5.13",
|
||
|
"@vue/compiler-sfc": "3.1.4",
|
||
|
"babel-eslint": "10.1.0",
|
||
|
"eslint": "6.8.0",
|
||
|
"eslint-plugin-vue": "7.12.1",
|
||
|
"less": "3.13.1",
|
||
|
"less-loader": "7.3.0",
|
||
|
"vue-loader": "^16.8.3"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"APP_CONFIG": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:vue/vue3-essential",
|
||
|
"eslint:recommended"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"parser": "babel-eslint"
|
||
|
},
|
||
|
"rules": {
|
||
|
"indent": 0,
|
||
|
"no-tabs": 0,
|
||
|
"no-debugger": 0,
|
||
|
"no-unused-vars": "off",
|
||
|
"no-mixed-spaces-and-tabs": 0,
|
||
|
"vue/no-unused-components": "off"
|
||
|
}
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions",
|
||
|
"not dead"
|
||
|
]
|
||
|
}
|