package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "snowy-admin-web",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "青海团队旗下Snowy前端,基于Antdv3.2+Vue3.2+Vite2.8",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://www.gitee.com/xiaonuobase/snowy"
  9. },
  10. "license": "Apache-2.0",
  11. "author": "yubaoshan",
  12. "scripts": {
  13. "serve": "vite --host 0.0.0.0",
  14. "dev": "vite --mode development --host 0.0.0.0",
  15. "preview": "vite preview",
  16. "build": "vite build --mode production",
  17. "prod": "vite --mode production"
  18. },
  19. "dependencies": {
  20. "@amap/amap-jsapi-loader": "1.0.1",
  21. "@ant-design/colors": "7.0.0",
  22. "@ant-design/icons-vue": "7.0.1",
  23. "@antv/g2plot": "2.4.31",
  24. "@chenfengyuan/vue-qrcode": "2.0.0",
  25. "@highlightjs/vue-plugin": "2.1.0",
  26. "@tinymce/tinymce-vue": "5.1.1",
  27. "@vue-office/docx": "1.3.2",
  28. "@vue-office/excel": "1.4.7",
  29. "@vue-office/pdf": "1.5.5",
  30. "ant-design-vue": "3.2.14",
  31. "axios": "1.6.2",
  32. "cropperjs": "1.6.1",
  33. "dayjs": "1.11.10",
  34. "echarts": "5.4.3",
  35. "echarts-gl": "^2.0.9",
  36. "echarts-stat": "1.2.0",
  37. "enquire.js": "2.1.6",
  38. "event-source-polyfill": "1.0.31",
  39. "fuse.js": "7.0.0",
  40. "highlight.js": "11.9.0",
  41. "hotkeys-js": "3.12.2",
  42. "js-pinyin": "0.2.5",
  43. "lodash-es": "4.17.21",
  44. "moment": "^2.30.1",
  45. "nprogress": "0.2.0",
  46. "pinia": "2.1.7",
  47. "qs": "6.11.2",
  48. "screenfull": "6.0.2",
  49. "sm-crypto": "0.3.13",
  50. "snowflake-id": "1.1.0",
  51. "sortablejs": "1.15.1",
  52. "tinymce": "6.8.1",
  53. "vue": "3.3.10",
  54. "vue-cropper": "1.1.1",
  55. "vue-demi": "0.13.11",
  56. "vue-i18n": "9.8.0",
  57. "vue-router": "4.2.5",
  58. "vue3-colorpicker": "2.2.3",
  59. "vue3-tree-org": "4.2.2",
  60. "vuedraggable-es": "4.1.1",
  61. "vxe-table": "^4.6.0",
  62. "xlsx": "^0.18.5"
  63. },
  64. "devDependencies": {
  65. "@antfu/eslint-config": "0.29.4",
  66. "@babel/eslint-parser": "7.19.1",
  67. "@vitejs/plugin-legacy": "5.2.0",
  68. "@vitejs/plugin-vue": "4.5.2",
  69. "@vitejs/plugin-vue-jsx": "3.1.0",
  70. "@vue/compiler-sfc": "3.3.10",
  71. "@vue/eslint-config-standard": "8.0.1",
  72. "antd-less-to-css-variable": "1.0.5",
  73. "autoprefixer": "10.4.16",
  74. "eslint": "8.55.0",
  75. "eslint-config-prettier": "9.1.0",
  76. "eslint-plugin-prettier": "5.0.1",
  77. "eslint-plugin-vue": "9.7.0",
  78. "less": "4.1.3",
  79. "postcss": "8.4.32",
  80. "prettier": "3.1.0",
  81. "rollup-plugin-visualizer": "5.10.0",
  82. "tailwindcss": "3.3.6",
  83. "typescript": "5.3.3",
  84. "unplugin-auto-import": "0.17.2",
  85. "unplugin-vue-components": "0.26.0",
  86. "vite": "5.1.4",
  87. "vite-plugin-compression": "0.5.1",
  88. "vite-plugin-vue-setup-extend": "0.4.0",
  89. "vue-eslint-parser": "9.3.2"
  90. },
  91. "browserslist": [
  92. "> 1%",
  93. "last 2 versions",
  94. "not dead"
  95. ]
  96. }