package.json 1.5 KB

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