package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "yqyc-web",
  3. "version": "3.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.6.0",
  28. "@vue-office/excel": "1.7.1",
  29. "@vue-office/pdf": "1.6.4",
  30. "ant-design-vue": "4.1.2",
  31. "axios": "1.6.2",
  32. "cropperjs": "1.6.1",
  33. "dayjs": "1.11.10",
  34. "echarts": "5.4.3",
  35. "echarts-stat": "1.2.0",
  36. "enquire.js": "2.1.6",
  37. "event-source-polyfill": "1.0.31",
  38. "fuse.js": "7.0.0",
  39. "highlight.js": "11.9.0",
  40. "hotkeys-js": "3.12.2",
  41. "js-pinyin": "0.2.5",
  42. "lodash-es": "4.17.21",
  43. "nprogress": "0.2.0",
  44. "pinia": "2.1.7",
  45. "print-js": "^1.6.0",
  46. "qs": "6.11.2",
  47. "screenfull": "6.0.2",
  48. "sm-crypto": "0.3.13",
  49. "snowflake-id": "1.1.0",
  50. "sortablejs": "1.15.1",
  51. "tinymce": "6.8.1",
  52. "vue": "3.4.21",
  53. "vue-cropper": "1.1.1",
  54. "vue-i18n": "9.8.0",
  55. "vue-router": "4.3.0",
  56. "vue3-colorpicker": "2.3.0",
  57. "vue3-tree-org": "4.2.2",
  58. "vuedraggable-es": "4.1.1"
  59. },
  60. "devDependencies": {
  61. "@babel/eslint-parser": "7.19.1",
  62. "@vitejs/plugin-legacy": "5.2.0",
  63. "@vitejs/plugin-vue": "4.5.2",
  64. "@vitejs/plugin-vue-jsx": "3.1.0",
  65. "@vue/compiler-sfc": "3.3.10",
  66. "@vue/eslint-config-standard": "8.0.1",
  67. "antd-less-to-css-variable": "1.0.5",
  68. "autoprefixer": "10.4.16",
  69. "eslint": "8.55.0",
  70. "eslint-config-prettier": "9.1.0",
  71. "eslint-plugin-prettier": "5.0.1",
  72. "eslint-plugin-vue": "9.7.0",
  73. "less": "4.1.3",
  74. "postcss": "8.4.32",
  75. "prettier": "3.1.0",
  76. "rollup-plugin-visualizer": "5.10.0",
  77. "tailwindcss": "3.3.6",
  78. "typescript": "5.3.3",
  79. "unplugin-auto-import": "0.17.2",
  80. "unplugin-vue-components": "0.26.0",
  81. "vite": "5.1.6",
  82. "vite-plugin-compression": "0.5.1",
  83. "vite-plugin-vue-setup-extend": "0.4.0",
  84. "vue-eslint-parser": "9.3.2"
  85. },
  86. "browserslist": [
  87. "> 1%",
  88. "last 2 versions",
  89. "not dead"
  90. ]
  91. }