lqsNode/vue3_vite/package.json

80 lines
2.2 KiB
JSON
Raw Normal View History

2024-09-12 09:36:58 +08:00
{
"name": "vuecms_xg",
"private": true,
"version": "0.0.0",
"description": "https://gitee.com/derekgo/vue-cms_xg",
"author": "沉默小管",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"@qiun/ucharts": "^2.5.0-20230101",
"@qiun/vue-ucharts": "^2.5.0-20230101",
"@rollup/plugin-commonjs": "^24.1.0",
"@types/axios": "^0.14.0",
"@types/file-saver": "^2.0.5",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.185",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/vue-router": "^2.0.0",
"@vue/runtime-core": "3.4.10",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.14",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"esbuild-wasm": "^0.23.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.4",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"loader": "^2.1.1",
"lodash": "^4.17.21",
"md-editor-v3": "^2.11.0",
"moment": "^2.29.4",
"mpvue-calendar": "^3.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.33",
"postcss-px2rem": "^0.3.0",
"rollup-plugin-visualizer": "^5.8.3",
"sanitize-html": "^2.10.0",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"screenfull": "^6.0.2",
"scss": "^0.2.4",
"socket.io-client": "^4.6.1",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.22.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-i18n": "^9.2.2",
"vue-image-lazy-xg": "^0.0.22",
"vue-router": "^4.1.5",
"vue-virtual-list-xg": "^0.0.18",
"vue3-json-viewer": "^2.2.2",
"vue3-treeselect": "^0.1.10"
},
"devDependencies": {
"@types/echarts": "^4.9.18",
"@types/jquery": "^3.5.16",
"@types/node": "^18.7.15",
"@vitejs/plugin-vue": "^3.0.3",
"echarts": "^5.4.3",
"element-plus": "^2.2.36",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-plugin-cdn-import": "^0.3.5",
"vue": "3.4.0",
"vue-tsc": "^0.39.5"
}
}