mirror of https://gitee.com/xiaonuobase/snowy
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
||
"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",
|
||
"dev": "vite --mode development",
|
||
"preview": "vite preview",
|
||
"build": "vite build --mode production",
|
||
"prod": "vite --mode production"
|
||
},
|
||
"dependencies": {
|
||
"@ant-design/colors": "4.0.1",
|
||
"@ant-design/icons-vue": "^6.0.1",
|
||
"@antv/g2plot": "^2.4.10",
|
||
"@chenfengyuan/vue-qrcode": "2",
|
||
"@highlightjs/vue-plugin": "^2.1.0",
|
||
"@tinymce/tinymce-vue": "4.0.5",
|
||
"ant-design-vue": "3.2.10",
|
||
"axios": "0.24.0",
|
||
"cropperjs": "1.5.12",
|
||
"dayjs": "^1.11.5",
|
||
"echarts": "5.2.2",
|
||
"echarts-stat": "^1.2.0",
|
||
"enquire.js": "^2.1.6",
|
||
"highlight.js": "^11.6.0",
|
||
"lodash-es": "^4.17.21",
|
||
"nprogress": "0.2.0",
|
||
"screenfull": "^6.0.2",
|
||
"sm-crypto": "^0.3.11",
|
||
"snowflake-id": "^1.1.0",
|
||
"sortablejs": "1.14.0",
|
||
"tinymce": "5.10.2",
|
||
"vue": "3.2.31",
|
||
"vue-cropper": "^1.0.1",
|
||
"vue-i18n": "^9.1.10",
|
||
"vue-router": "4.0.12",
|
||
"vue3-colorpicker": "^2.0.4",
|
||
"vue3-tree-org": "^3.1.6",
|
||
"vuedraggable-es": "4.1.0",
|
||
"vuex": "4.0.2"
|
||
},
|
||
"devDependencies": {
|
||
"@antfu/eslint-config": "^0.18.3",
|
||
"@vitejs/plugin-legacy": "^1.6.4",
|
||
"@vitejs/plugin-vue": "^2.1.0",
|
||
"@vitejs/plugin-vue-jsx": "^1.3.8",
|
||
"@vue/compiler-sfc": "^3.2.31",
|
||
"@vue/eslint-config-standard": "^4.0.0",
|
||
"antd-dayjs-vite-plugin": "^1.2.0",
|
||
"antd-less-to-css-variable": "^1.0.5",
|
||
"autoprefixer": "^10.4.2",
|
||
"babel-eslint": "10.1.0",
|
||
"eslint": "^7.11.0",
|
||
"eslint-config-prettier": "^8.5.0",
|
||
"eslint-plugin-prettier": "^4.0.0",
|
||
"eslint-plugin-vue": "^9.1.1",
|
||
"less": "^4.1.2",
|
||
"postcss": "^8.4.7",
|
||
"prettier": "^2.4.1",
|
||
"rollup-plugin-visualizer": "^5.7.1",
|
||
"tailwindcss": "^3.0.23",
|
||
"typescript": "^4.5.5",
|
||
"unplugin-auto-import": "^0.11.1",
|
||
"unplugin-vue-components": "^0.17.14",
|
||
"vite": "2.8.6",
|
||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||
"vue-eslint-parser": "^9.0.3"
|
||
},
|
||
"browserslist": [
|
||
"> 1%",
|
||
"last 2 versions",
|
||
"not dead"
|
||
]
|
||
}
|