package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.10",
  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.1.1",
  24. "vue": "^3.2.37",
  25. "vue-chartjs": "^4.1.1",
  26. "vue-router": "4",
  27. "vue3-ace-editor": "^2.2.2",
  28. "vue3-apexcharts": "^1.4.1",
  29. "vue3-gettext": "^2.3.0",
  30. "vuex": "^4.0.2",
  31. "xterm": "^4.19.0",
  32. "xterm-addon-attach": "^0.6.0",
  33. "xterm-addon-fit": "^0.5.0"
  34. },
  35. "devDependencies": {
  36. "@types/lodash": "^4.14.182",
  37. "@vitejs/plugin-vue": "^3.0.0",
  38. "@vitejs/plugin-vue-jsx": "^2.0.0",
  39. "@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
  40. "less": "^4.1.3",
  41. "typescript": "^4.6.4",
  42. "unplugin-vue-components": "^0.21.2",
  43. "vite": "^3.0.0",
  44. "vite-plugin-html": "^3.2.0",
  45. "vue-tsc": "^0.38.4"
  46. }
  47. }