85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"name": "official-website-admin",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"description": "官网",
|
|
"author": "zyj",
|
|
"scripts": {
|
|
"serve": "vite --host 0.0.0.0",
|
|
"build": "vite build --mode production"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@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": "6.1.0",
|
|
"ant-design-vue": "^4.2.0",
|
|
"axios": "1.11.0",
|
|
"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",
|
|
"file-saver": "^2.0.5",
|
|
"fuse.js": "6.6.2",
|
|
"highlight.js": "11.6.0",
|
|
"hotkeys-js": "3.10.1",
|
|
"js-pinyin": "0.1.9",
|
|
"jszip": "^3.10.1",
|
|
"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": "7.2.0",
|
|
"vue": "3.2.44",
|
|
"vue-cropper": "1.0.5",
|
|
"vue-demi": "0.14.6",
|
|
"vue-i18n": "11.1.10",
|
|
"vue-router": "4.1.6",
|
|
"vue3-colorpicker": "2.0.4",
|
|
"vue3-tree-org": "4.1.1",
|
|
"vuedraggable-es": "4.1.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "0.29.4",
|
|
"@babel/eslint-parser": "7.19.1",
|
|
"@vitejs/plugin-legacy": "6.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^5.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.31",
|
|
"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": "6.0.0",
|
|
"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"
|
|
]
|
|
}
|