package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "nginx-ui-frontend-next",
  3. "private": true,
  4. "version": "1.7.2",
  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. "@types/lodash": "^4.14.188",
  16. "@types/marked": "^4.0.8",
  17. "@types/sortablejs": "^1.15.0",
  18. "ant-design-vue": "^3.2.15",
  19. "apexcharts": "^3.36.3",
  20. "axios": "^1.2.2",
  21. "dayjs": "^1.11.7",
  22. "marked": "^4.2.5",
  23. "pinia": "^2.0.28",
  24. "pinia-plugin-persistedstate": "^3.0.2",
  25. "reconnecting-websocket": "^4.4.0",
  26. "vite-plugin-build-id": "^0.2.3",
  27. "vue": "^3.2.45",
  28. "vue-router": "4",
  29. "vue3-ace-editor": "^2.2.2",
  30. "vue3-apexcharts": "^1.4.1",
  31. "vue3-gettext": "^2.3.4",
  32. "vuedraggable": "^4.1.0",
  33. "xterm": "^5.0.0",
  34. "xterm-addon-attach": "^0.7.0",
  35. "xterm-addon-fit": "^0.6.0"
  36. },
  37. "devDependencies": {
  38. "@vitejs/plugin-vue": "^4.0.0",
  39. "@vitejs/plugin-vue-jsx": "^3.0.0",
  40. "@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
  41. "less": "^4.1.3",
  42. "typescript": "^4.9.4",
  43. "unplugin-vue-components": "^0.22.12",
  44. "vite": "^4.0.4",
  45. "vite-plugin-html": "^3.2.0",
  46. "vue-tsc": "^1.0.24"
  47. }
  48. }