Files
snowy/snowy-admin-web/package.json
diant e931aec42b 【新增】增加SSE消息推送模块,实现右上角站内信徽标数推送
【修复】修复个人中心-我的消息 关闭详情页是否已读未刷新的问题
2023-07-17 14:29:29 +08:00

92 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "snowy-admin-web",
"version": "1.0.0",
"private": true,
"description": "小诺团队旗下Snowy前端基于Antdv3.2+Vue3.2+Vite2.8",
"repository": {
"type": "git",
"url": "https://www.gitee.com/xiaonuobase/snowy"
},
"license": "Apache-2.0",
"author": "yubaoshan",
"scripts": {
"serve": "vite --host 0.0.0.0",
"dev": "vite --mode development --host 0.0.0.0",
"preview": "vite preview",
"build": "vite build --mode production",
"prod": "vite --mode production"
},
"dependencies": {
"@ant-design/colors": "7.0.0",
"@ant-design/icons-vue": "6.1.0",
"@antv/g2plot": "2.4.28",
"@chenfengyuan/vue-qrcode": "2.0.0",
"@highlightjs/vue-plugin": "2.1.0",
"@tinymce/tinymce-vue": "5.0.0",
"@vue-office/docx": "1.2.0",
"@vue-office/excel": "1.2.0",
"@vue-office/pdf": "1.2.0",
"ant-design-vue": "3.2.14",
"axios": "1.1.3",
"cropperjs": "1.5.12",
"dayjs": "1.11.7",
"echarts": "5.4.0",
"echarts-stat": "1.2.0",
"enquire.js": "2.1.6",
"event-source-polyfill": "^1.0.31",
"fuse.js": "6.6.2",
"highlight.js": "11.6.0",
"hotkeys-js": "3.10.1",
"js-pinyin": "0.1.9",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.0.33",
"qs": "6.11.1",
"screenfull": "6.0.2",
"sm-crypto": "0.3.11",
"snowflake-id": "1.1.0",
"sortablejs": "1.15.0",
"tinymce": "6.2.0",
"vue": "3.2.44",
"vue-cropper": "1.0.5",
"vue-demi": "0.13.11",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
"vue3-colorpicker": "2.0.4",
"vue3-tree-org": "4.1.1",
"vuedraggable-es": "4.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "0.29.4",
"@babel/eslint-parser": "7.19.1",
"@vitejs/plugin-legacy": "3.0.2",
"@vitejs/plugin-vue": "4.1.0",
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vue/compiler-sfc": "3.2.47",
"@vue/eslint-config-standard": "8.0.1",
"antd-less-to-css-variable": "1.0.5",
"autoprefixer": "10.4.13",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.7.0",
"less": "4.1.3",
"postcss": "8.4.21",
"prettier": "2.8.7",
"rollup-plugin-visualizer": "5.8.3",
"tailwindcss": "3.2.7",
"typescript": "4.9.5",
"unplugin-auto-import": "0.15.2",
"unplugin-vue-components": "0.24.1",
"vite": "4.2.1",
"vite-plugin-compression": "0.5.1",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-eslint-parser": "9.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}