package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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:test": "vite build --mode development",
  17. "build:prod": "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": "7.0.1",
  24. "@antv/g2plot": "2.4.31",
  25. "@chenfengyuan/vue-qrcode": "2.0.0",
  26. "@highlightjs/vue-plugin": "2.1.0",
  27. "@tinymce/tinymce-vue": "5.1.1",
  28. "@vue-office/docx": "1.3.2",
  29. "@vue-office/excel": "1.4.7",
  30. "@vue-office/pdf": "1.5.5",
  31. "@vueup/vue-quill": "^1.0.0-alpha.40",
  32. "ant-design-vue": "3.2.14",
  33. "axios": "1.6.2",
  34. "cropperjs": "1.6.1",
  35. "dayjs": "1.11.10",
  36. "echarts": "5.4.3",
  37. "echarts-stat": "1.2.0",
  38. "enquire.js": "2.1.6",
  39. "event-source-polyfill": "1.0.31",
  40. "fuse.js": "7.0.0",
  41. "highlight.js": "11.9.0",
  42. "hotkeys-js": "3.12.2",
  43. "js-pinyin": "0.2.5",
  44. "lodash-es": "4.17.21",
  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-quill-editor": "^3.0.6",
  58. "vue-router": "4.2.5",
  59. "vue3-colorpicker": "2.2.3",
  60. "vue3-tree-org": "4.2.2",
  61. "vuedraggable-es": "4.1.1",
  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. "esbuild": "^0.23.0",
  75. "eslint": "8.55.0",
  76. "eslint-config-prettier": "9.1.0",
  77. "eslint-plugin-prettier": "5.0.1",
  78. "eslint-plugin-vue": "9.7.0",
  79. "less": "4.1.3",
  80. "postcss": "8.4.32",
  81. "prettier": "3.1.0",
  82. "rollup-plugin-visualizer": "5.10.0",
  83. "tailwindcss": "3.3.6",
  84. "typescript": "5.3.3",
  85. "unplugin-auto-import": "0.17.2",
  86. "unplugin-vue-components": "0.26.0",
  87. "vite": "5.1.4",
  88. "vite-plugin-compression": "0.5.1",
  89. "vite-plugin-vue-setup-extend": "0.4.0",
  90. "vue-eslint-parser": "9.3.2"
  91. },
  92. "browserslist": [
  93. "> 1%",
  94. "last 2 versions",
  95. "not dead"
  96. ]
  97. }