package.json 3.0 KB

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