package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "nginx-ui-frontend-next",
  3. "private": true,
  4. "version": "2.0.0-beta.4",
  5. "type": "commonjs",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "gettext:extract": "vue-gettext-extract",
  11. "gettext:compile": "vue-gettext-compile"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons-vue": "^7.0.1",
  15. "@formkit/auto-animate": "^0.8.0",
  16. "@types/lodash": "^4.14.202",
  17. "@types/nprogress": "^0.2.0",
  18. "@types/sortablejs": "^1.15.0",
  19. "@vue/reactivity": "^3.3.9",
  20. "@vue/shared": "^3.3.9",
  21. "ant-design-vue": "4.0.7",
  22. "apexcharts": "^3.36.3",
  23. "axios": "^1.6.2",
  24. "dayjs": "^1.11.10",
  25. "highlight.js": "^11.9.0",
  26. "lodash": "^4.17.21",
  27. "marked": "^10.0.0",
  28. "nprogress": "^0.2.0",
  29. "pinia": "^2.1.7",
  30. "pinia-plugin-persistedstate": "^3.0.2",
  31. "reconnecting-websocket": "^4.4.0",
  32. "sortablejs": "^1.15.0",
  33. "vite-plugin-build-id": "^0.2.3",
  34. "vue": "^3.3.9",
  35. "vue-github-button": "https://github.com/0xJacky/vue-github-button",
  36. "vue-router": "^4.2.5",
  37. "vue3-ace-editor": "2.2.4",
  38. "vue3-apexcharts": "^1.4.4",
  39. "vue3-gettext": "^3.0.0-beta.2",
  40. "vuedraggable": "^4.1.0",
  41. "xterm": "^5.3.0",
  42. "xterm-addon-attach": "^0.9.0",
  43. "xterm-addon-fit": "^0.8.0"
  44. },
  45. "devDependencies": {
  46. "@vitejs/plugin-vue": "^4.5.0",
  47. "@vitejs/plugin-vue-jsx": "^3.1.0",
  48. "@vue/compiler-sfc": "^3.3.9",
  49. "ace-builds": "^1.31.2",
  50. "less": "^4.2.0",
  51. "typescript": "^5.3.2",
  52. "unplugin-auto-import": "^0.17.1",
  53. "unplugin-vue-components": "^0.25.2",
  54. "unplugin-vue-define-options": "^1.4.0",
  55. "vite": "^5.0.2",
  56. "vite-plugin-html": "^3.2.0",
  57. "vite-svg-loader": "^5.1.0",
  58. "vue-tsc": "^1.8.22"
  59. }
  60. }