61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "maku-admin",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --fix --ext .vue,.jsx,.ts,.tsx ."
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.0.6",
|
|
"@logicflow/core": "^1.1.31",
|
|
"@logicflow/extension": "^1.1.31",
|
|
"@vueuse/core": "9.1.1",
|
|
"@wangeditor/editor": "5.1.1",
|
|
"@wangeditor/editor-for-vue": "5.1.12",
|
|
"axios": "0.27.2",
|
|
"cropperjs": "1.5.12",
|
|
"element-plus": "^2.2.28",
|
|
"mitt": "3.0.0",
|
|
"monaco-editor": "^0.34.1",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.0.16",
|
|
"print-js": "1.6.0",
|
|
"qrcode.vue": "3.3.3",
|
|
"qs": "6.10.3",
|
|
"sql-formatter": "^4.0.2",
|
|
"vue": "3.2.37",
|
|
"vue-drag-resize": "^2.0.3",
|
|
"vue-i18n": "9.1.9",
|
|
"vue-router": "4.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "7.17.0",
|
|
"@types/node": "17.0.41",
|
|
"@types/nprogress": "0.2.0",
|
|
"@types/qs": "6.9.7",
|
|
"@vitejs/plugin-vue": "3.0.3",
|
|
"@vue/compiler-sfc": "3.2.37",
|
|
"@vue/eslint-config-prettier": "7.0.0",
|
|
"@vue/eslint-config-typescript": "10.0.0",
|
|
"@vue/tsconfig": "0.1.3",
|
|
"eslint": "8.13.0",
|
|
"eslint-plugin-vue": "8.6.0",
|
|
"prettier": "2.6.2",
|
|
"sass": "1.50.1",
|
|
"typescript": "4.7.4",
|
|
"vite": "3.0.8",
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
"vite-plugin-vue-setup-extend": "0.4.0",
|
|
"vue-tsc": "0.37.3"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue3",
|
|
"vuejs",
|
|
"vite",
|
|
"element-plus"
|
|
]
|
|
}
|