package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "naura",
  3. "version": "3.8.2",
  4. "description": "TFT-关键件追溯管理系统",
  5. "author": "TFT",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:stage": "vite build --mode staging",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/izory/ZrAdminNetCore"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^0.2.7",
  19. "@fortawesome/fontawesome-svg-core": "^6.3.0",
  20. "@fortawesome/free-solid-svg-icons": "^6.3.0",
  21. "@fortawesome/vue-fontawesome": "^3.0.3",
  22. "@microsoft/signalr": "^6.0.5",
  23. "@vueuse/core": "^8.9.4",
  24. "@wangeditor/editor": "^5.1.1",
  25. "@wangeditor/editor-for-vue": "^5.1.11",
  26. "axios": "^0.27.2",
  27. "countup.js": "^2.1.0",
  28. "echarts": "5.2.2",
  29. "echarts-wordcloud": "^2.0.0",
  30. "element-plus": "^2.3.1",
  31. "file-saver": "2.0.5",
  32. "fuse.js": "6.4.6",
  33. "highlight.js": "^11.5.1",
  34. "js-cookie": "3.0.1",
  35. "jsencrypt": "3.2.1",
  36. "md-editor-v3": "^1.11.11",
  37. "nprogress": "0.2.0",
  38. "pinia": "^2.0.25",
  39. "qs": "^6.11.0",
  40. "sortablejs": "^1.15.0",
  41. "vue": "^3.2.45",
  42. "vue-clipboard3": "^2.0.0",
  43. "vue-cropper": "1.0.2",
  44. "vue-i18n": "^9.2.2",
  45. "vue-router": "^4.1.6",
  46. "vue3-seamless-scroll": "^1.2.0"
  47. },
  48. "devDependencies": {
  49. "@vitejs/plugin-vue": "^2.3.3",
  50. "@vue/compiler-sfc": "^3.2.33",
  51. "sass": "1.45.0",
  52. "unplugin-auto-import": "0.5.3",
  53. "vite": "^4.3.8",
  54. "vite-plugin-compression": "^0.3.6",
  55. "vite-plugin-svg-icons": "1.0.5",
  56. "vite-plugin-vue-setup-extend": "^0.4.0"
  57. }
  58. }