package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "nginx-ui-frontend-next",
  3. "private": true,
  4. "version": "1.5.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. "ant-design-vue": "^3.2.11",
  16. "apexcharts": "^3.35.4",
  17. "axios": "^0.27.2",
  18. "dayjs": "^1.11.4",
  19. "lodash": "^4.17.21",
  20. "pinia": "^2.0.17",
  21. "pinia-plugin-persistedstate": "^1.6.3",
  22. "reconnecting-websocket": "^4.4.0",
  23. "vite-plugin-build-id": "^0.2.2",
  24. "vue": "^3.2.37",
  25. "vue-router": "4",
  26. "vue3-ace-editor": "^2.2.2",
  27. "vue3-apexcharts": "^1.4.1",
  28. "vue3-gettext": "^2.3.0",
  29. "xterm": "^4.19.0",
  30. "xterm-addon-attach": "^0.6.0",
  31. "xterm-addon-fit": "^0.5.0"
  32. },
  33. "devDependencies": {
  34. "@types/lodash": "^4.14.182",
  35. "@vitejs/plugin-vue": "^3.0.0",
  36. "@vitejs/plugin-vue-jsx": "^2.0.0",
  37. "@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
  38. "less": "^4.1.3",
  39. "typescript": "^4.6.4",
  40. "unplugin-vue-components": "^0.21.2",
  41. "vite": "^3.0.0",
  42. "vite-plugin-html": "^3.2.0",
  43. "vue-tsc": "^0.38.4"
  44. }
  45. }