package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "nginx-ui-frontend-next",
  3. "private": true,
  4. "version": "1.8.0",
  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": "^6.1.0",
  15. "@formkit/auto-animate": "^1.0.0-beta.6",
  16. "@types/lodash": "^4.14.188",
  17. "@types/marked": "^4.0.8",
  18. "@types/nprogress": "^0.2.0",
  19. "@types/sortablejs": "^1.15.0",
  20. "ant-design-vue": "^3.2.17",
  21. "apexcharts": "^3.36.3",
  22. "axios": "^1.3.5",
  23. "dayjs": "^1.11.7",
  24. "highlight.js": "^11.7.0",
  25. "marked": "^4.2.5",
  26. "nprogress": "^0.2.0",
  27. "pinia": "^2.0.28",
  28. "pinia-plugin-persistedstate": "^3.0.2",
  29. "reconnecting-websocket": "^4.4.0",
  30. "vite-plugin-build-id": "^0.2.3",
  31. "vue": "^3.2.47",
  32. "vue-github-button": "https://github.com/0xJacky/vue-github-button",
  33. "vue-router": "4",
  34. "vue3-ace-editor": "^2.2.2",
  35. "vue3-apexcharts": "^1.4.1",
  36. "vue3-gettext": "^2.5.0-alpha.1",
  37. "vuedraggable": "^4.1.0",
  38. "xterm": "^5.1.0",
  39. "xterm-addon-attach": "^0.8.0",
  40. "xterm-addon-fit": "^0.7.0"
  41. },
  42. "devDependencies": {
  43. "@vitejs/plugin-vue": "^4.1.0",
  44. "@vitejs/plugin-vue-jsx": "^3.0.1",
  45. "@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
  46. "less": "^4.1.3",
  47. "typescript": "^5.0.4",
  48. "unplugin-vue-components": "^0.24.1",
  49. "vite": "^4.2.1",
  50. "vite-plugin-html": "^3.2.0",
  51. "vite-svg-loader": "^4.0.0",
  52. "vue-tsc": "^1.2.0"
  53. }
  54. }