package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "snowy-admin-web",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "小诺团队旗下Snowy前端,基于Antdv+Vue3+Vite",
  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": "6.1.0",
  23. "@antv/g2plot": "2.4.28",
  24. "@chenfengyuan/vue-qrcode": "2.0.0",
  25. "@highlightjs/vue-plugin": "2.1.0",
  26. "@tinymce/tinymce-vue": "5.0.0",
  27. "@vue-office/docx": "1.2.0",
  28. "@vue-office/excel": "1.2.0",
  29. "@vue-office/pdf": "1.2.0",
  30. "ant-design-vue": "3.2.14",
  31. "axios": "1.1.3",
  32. "codemirror-editor-vue3": "^2.8.0",
  33. "cropperjs": "1.5.12",
  34. "dayjs": "1.11.7",
  35. "echarts": "5.4.0",
  36. "echarts-stat": "1.2.0",
  37. "enquire.js": "2.1.6",
  38. "event-source-polyfill": "1.0.31",
  39. "fuse.js": "6.6.2",
  40. "highlight.js": "11.6.0",
  41. "hotkeys-js": "3.10.1",
  42. "js-base64": "^3.7.7",
  43. "js-pinyin": "0.1.9",
  44. "jsbarcode": "^3.11.5",
  45. "lodash-es": "4.17.21",
  46. "mavon-editor": "^2.10.4",
  47. "nprogress": "0.2.0",
  48. "pinia": "2.0.33",
  49. "qrcode": "1.5.1",
  50. "qs": "6.11.1",
  51. "screenfull": "6.0.2",
  52. "sm-crypto": "0.3.11",
  53. "snowflake-id": "1.1.0",
  54. "snowy-form-design": "1.1.9-Bata-02",
  55. "sortablejs": "1.15.0",
  56. "spark-md5": "^3.0.2",
  57. "tinymce": "^6.2.0",
  58. "video.js": "^8.23.3",
  59. "vue": "3.2.44",
  60. "vue-cropper": "1.0.5",
  61. "vue-demi": "0.13.11",
  62. "vue-i18n": "9.2.2",
  63. "vue-router": "4.1.6",
  64. "vue-simple-uploader": "^1.0.3",
  65. "vue3-colorpicker": "2.0.4",
  66. "vue3-print-nb": "0.1.4",
  67. "vue3-tree-org": "4.2.2",
  68. "vuedraggable-es": "4.1.1"
  69. },
  70. "devDependencies": {
  71. "@antfu/eslint-config": "0.29.4",
  72. "@babel/eslint-parser": "7.19.1",
  73. "@vitejs/plugin-legacy": "3.0.2",
  74. "@vitejs/plugin-vue": "4.1.0",
  75. "@vitejs/plugin-vue-jsx": "3.0.1",
  76. "@vue/compiler-sfc": "3.2.47",
  77. "@vue/eslint-config-standard": "8.0.1",
  78. "antd-less-to-css-variable": "1.0.5",
  79. "autoprefixer": "10.4.13",
  80. "eslint": "8.26.0",
  81. "eslint-config-prettier": "8.5.0",
  82. "eslint-plugin-prettier": "4.2.1",
  83. "eslint-plugin-vue": "9.7.0",
  84. "less": "4.1.3",
  85. "postcss": "8.4.21",
  86. "prettier": "2.8.7",
  87. "rollup-plugin-visualizer": "5.8.3",
  88. "tailwindcss": "3.2.7",
  89. "typescript": "4.9.5",
  90. "unplugin-auto-import": "0.15.2",
  91. "unplugin-vue-components": "0.24.1",
  92. "vite": "4.2.1",
  93. "vite-plugin-compression": "0.5.1",
  94. "vite-plugin-vue-setup-extend": "0.4.0",
  95. "vue-eslint-parser": "9.1.0"
  96. },
  97. "browserslist": [
  98. "> 1%",
  99. "last 2 versions",
  100. "not dead"
  101. ]
  102. }