package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "nginx-ui-app-next",
  3. "type": "module",
  4. "version": "2.0.0-rc.5",
  5. "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
  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 --host",
  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.1.0",
  20. "@vue/reactivity": "^3.5.13",
  21. "@vue/shared": "^3.5.13",
  22. "@vueuse/components": "^13.1.0",
  23. "@vueuse/core": "^13.1.0",
  24. "@vueuse/integrations": "^13.1.0",
  25. "@xterm/addon-attach": "^0.11.0",
  26. "@xterm/addon-fit": "^0.10.0",
  27. "@xterm/xterm": "^5.5.0",
  28. "ace-builds": "^1.39.1",
  29. "ant-design-vue": "^4.2.6",
  30. "apexcharts": "^4.5.0",
  31. "axios": "^1.8.4",
  32. "dayjs": "^1.11.13",
  33. "highlight.js": "^11.11.1",
  34. "jsencrypt": "^3.3.2",
  35. "lodash": "^4.17.21",
  36. "marked": "^15.0.8",
  37. "marked-highlight": "^2.2.1",
  38. "nprogress": "^0.2.0",
  39. "pinia": "^3.0.2",
  40. "pinia-plugin-persistedstate": "^4.2.0",
  41. "reconnecting-websocket": "^4.4.0",
  42. "sortablejs": "^1.15.6",
  43. "sse.js": "^2.6.0",
  44. "universal-cookie": "^8.0.1",
  45. "unocss": "^66.0.0",
  46. "uuid": "^11.1.0",
  47. "vite-plugin-build-id": "0.5.0",
  48. "vue": "^3.5.13",
  49. "vue-dompurify-html": "^5.2.0",
  50. "vue-router": "^4.5.0",
  51. "vue3-ace-editor": "2.2.4",
  52. "vue3-apexcharts": "1.5.3",
  53. "vue3-gettext": "3.0.0-beta.6",
  54. "vue3-otp-input": "^0.5.30",
  55. "vuedraggable": "^4.1.0"
  56. },
  57. "devDependencies": {
  58. "@antfu/eslint-config": "^4.12.0",
  59. "@iconify-json/fa": "1.2.1",
  60. "@iconify-json/tabler": "^1.2.17",
  61. "@iconify/tools": "^4.1.2",
  62. "@iconify/types": "^2.0.0",
  63. "@iconify/utils": "^2.3.0",
  64. "@iconify/vue": "^4.3.0",
  65. "@types/lodash": "^4.17.16",
  66. "@types/nprogress": "^0.2.3",
  67. "@types/sortablejs": "^1.15.8",
  68. "@vitejs/plugin-vue": "^5.2.3",
  69. "@vitejs/plugin-vue-jsx": "^4.1.2",
  70. "@vue/compiler-sfc": "^3.5.13",
  71. "@vue/tsconfig": "^0.7.0",
  72. "autoprefixer": "^10.4.21",
  73. "eslint": "9.24.0",
  74. "eslint-plugin-sonarjs": "^3.0.2",
  75. "less": "^4.3.0",
  76. "postcss": "^8.5.3",
  77. "typescript": "5.8.3",
  78. "unplugin-auto-import": "^19.1.2",
  79. "unplugin-vue-components": "^28.4.1",
  80. "unplugin-vue-define-options": "^1.5.5",
  81. "vite": "^6.2.6",
  82. "vite-svg-loader": "^5.1.0",
  83. "vue-tsc": "^2.2.8"
  84. }
  85. }