90 lines
2.3 KiB
JSON
90 lines
2.3 KiB
JSON
{
|
|
"name": "django-vue-lyadmin-pro",
|
|
"author": {
|
|
"name": "lybbn",
|
|
"email": "1042594286@qq.com",
|
|
"url": "https://gitee.com/lybbn"
|
|
},
|
|
"version": "1.3.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.5.1",
|
|
"@codemirror/lang-css": "^6.1.1",
|
|
"@codemirror/lang-javascript": "^6.1.6",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-python": "^6.1.2",
|
|
"@codemirror/lang-vue": "^0.1.1",
|
|
"@codemirror/theme-one-dark": "^6.1.1",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@tinymce/tinymce-vue": "^5.0.0",
|
|
"@vue-office/docx": "^1.1.3",
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"axios": "^1.5.0",
|
|
"codemirror": "^6.0.1",
|
|
"core-js": "^3.32.2",
|
|
"cropper": "^4.1.0",
|
|
"crypto-js": "^4.1.1",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.7.8",
|
|
"file-saver": "^2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"js-base64": "^3.7.5",
|
|
"js-md5": "^0.7.3",
|
|
"mitt": "^3.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.6",
|
|
"qrcodejs2": "^0.0.2",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.15.0",
|
|
"tinymce": "5.10.2",
|
|
"vue": "^3.3.4",
|
|
"vue-axios": "^3.5.2",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.5",
|
|
"xe-utils": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.20",
|
|
"@babel/eslint-parser": "^7.22.15",
|
|
"@vue/babel-plugin-jsx": "^1.1.5",
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"sass": "^1.68.0",
|
|
"sass-loader": "^13.3.2",
|
|
"svg-sprite-loader": "^6.0.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|