package.json 2.7 KB

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