package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "nginx-ui-app-next",
  3. "type": "module",
  4. "version": "2.0.0-beta.42",
  5. "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "typecheck": "vue-tsc --noEmit",
  9. "lint": "eslint .",
  10. "lint:fix": "eslint --fix .",
  11. "build": "vite build",
  12. "preview": "vite preview",
  13. "gettext:extract": "vue-gettext-extract"
  14. },
  15. "dependencies": {
  16. "@0xjacky/vue-github-button": "^3.1.1",
  17. "@ant-design/icons-vue": "^7.0.1",
  18. "@formkit/auto-animate": "^0.8.2",
  19. "@simplewebauthn/browser": "^13.0.0",
  20. "@vue/reactivity": "^3.5.13",
  21. "@vue/shared": "^3.5.13",
  22. "@vueuse/components": "^12.0.0",
  23. "@vueuse/core": "^12.0.0",
  24. "@vueuse/integrations": "^12.0.0",
  25. "@xterm/addon-attach": "^0.11.0",
  26. "@xterm/addon-fit": "^0.10.0",
  27. "@xterm/xterm": "^5.5.0",
  28. "ant-design-vue": "^4.2.6",
  29. "apexcharts": "^4.2.0",
  30. "axios": "^1.7.9",
  31. "dayjs": "^1.11.13",
  32. "highlight.js": "^11.11.0",
  33. "lodash": "^4.17.21",
  34. "marked": "^15.0.4",
  35. "marked-highlight": "^2.2.1",
  36. "nprogress": "^0.2.0",
  37. "pinia": "^2.3.0",
  38. "pinia-plugin-persistedstate": "^4.2.0",
  39. "reconnecting-websocket": "^4.4.0",
  40. "sortablejs": "^1.15.6",
  41. "sse.js": "^2.5.0",
  42. "universal-cookie": "^7.2.2",
  43. "unocss": "^0.65.1",
  44. "vite-plugin-build-id": "0.5.0",
  45. "vue": "^3.5.13",
  46. "vue-dompurify-html": "^5.2.0",
  47. "vue-router": "^4.5.0",
  48. "vue3-ace-editor": "2.2.4",
  49. "vue3-apexcharts": "1.5.3",
  50. "vue3-gettext": "3.0.0-beta.6",
  51. "vue3-otp-input": "^0.5.21",
  52. "vuedraggable": "^4.1.0"
  53. },
  54. "devDependencies": {
  55. "@antfu/eslint-config": "^3.12.0",
  56. "@iconify-json/fa": "1.2.1",
  57. "@iconify-json/tabler": "^1.2.13",
  58. "@iconify/tools": "^4.1.1",
  59. "@iconify/types": "^2.0.0",
  60. "@iconify/utils": "^2.2.1",
  61. "@iconify/vue": "^4.2.0",
  62. "@types/lodash": "^4.17.13",
  63. "@types/nprogress": "^0.2.3",
  64. "@types/sortablejs": "^1.15.8",
  65. "@vitejs/plugin-vue": "^5.2.1",
  66. "@vitejs/plugin-vue-jsx": "^4.1.1",
  67. "@vue/compiler-sfc": "^3.5.13",
  68. "@vue/tsconfig": "^0.7.0",
  69. "ace-builds": "^1.36.5",
  70. "autoprefixer": "^10.4.20",
  71. "eslint": "9.17.0",
  72. "eslint-plugin-sonarjs": "^3.0.1",
  73. "less": "^4.2.1",
  74. "postcss": "^8.4.49",
  75. "tailwindcss": "^3.4.16",
  76. "typescript": "5.7.2",
  77. "unplugin-auto-import": "^0.19.0",
  78. "unplugin-vue-components": "^0.28.0",
  79. "unplugin-vue-define-options": "^1.5.3",
  80. "vite": "^6.0.3",
  81. "vite-svg-loader": "^5.1.0",
  82. "vue-tsc": "^2.1.10"
  83. }
  84. }