package.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "nginx-ui-app-next",
  3. "type": "module",
  4. "version": "2.1.17",
  5. "packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
  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": "generate-curd-translations --output src/language/curd.ts && vue-gettext-extract"
  14. },
  15. "dependencies": {
  16. "@0xjacky/vue-github-button": "^3.1.1",
  17. "@ant-design/icons-vue": "^7.0.1",
  18. "@fingerprintjs/fingerprintjs": "^4.6.2",
  19. "@formkit/auto-animate": "^0.8.4",
  20. "@simplewebauthn/browser": "^13.1.2",
  21. "@uozi-admin/curd": "^4.10.6",
  22. "@uozi-admin/request": "^2.8.4",
  23. "@vue/reactivity": "^3.5.20",
  24. "@vue/shared": "^3.5.20",
  25. "@vueuse/components": "^13.8.0",
  26. "@vueuse/core": "^13.8.0",
  27. "@vueuse/integrations": "^13.8.0",
  28. "@vueuse/router": "^13.8.0",
  29. "@xterm/addon-attach": "^0.11.0",
  30. "@xterm/addon-fit": "^0.10.0",
  31. "@xterm/xterm": "^5.5.0",
  32. "ant-design-vue": "^4.2.6",
  33. "apexcharts": "^5.3.4",
  34. "axios": "^1.11.0",
  35. "dayjs": "^1.11.15",
  36. "echarts": "^6.0.0",
  37. "highlight.js": "^11.11.1",
  38. "i18n-iso-countries": "^7.14.0",
  39. "jsencrypt": "^3.5.4",
  40. "lodash": "^4.17.21",
  41. "marked": "^16.2.1",
  42. "marked-highlight": "^2.2.2",
  43. "nprogress": "^0.2.0",
  44. "pinia": "^3.0.3",
  45. "pinia-plugin-persistedstate": "^4.5.0",
  46. "reconnecting-websocket": "^4.4.0",
  47. "sortablejs": "^1.15.6",
  48. "splitpanes": "^4.0.4",
  49. "sse.js": "^2.6.0",
  50. "universal-cookie": "^8.0.1",
  51. "unocss": "^66.4.2",
  52. "uuid": "^11.1.0",
  53. "vite-plugin-build-id": "0.5.0",
  54. "vue": "^3.5.20",
  55. "vue-dompurify-html": "^5.3.0",
  56. "vue-echarts": "^7.0.3",
  57. "vue-router": "^4.5.1",
  58. "vue3-ace-editor": "2.2.4",
  59. "vue3-apexcharts": "1.5.3",
  60. "vue3-gettext": "3.0.0-beta.6",
  61. "vue3-otp-input": "^0.5.40",
  62. "vuedraggable": "^4.1.0"
  63. },
  64. "devDependencies": {
  65. "@antfu/eslint-config": "^5.2.1",
  66. "@iconify-json/fa": "1.2.2",
  67. "@iconify-json/tabler": "^1.2.22",
  68. "@iconify/tools": "^4.1.2",
  69. "@iconify/types": "^2.0.0",
  70. "@iconify/utils": "^3.0.1",
  71. "@iconify/vue": "^5.0.0",
  72. "@types/lodash": "^4.17.20",
  73. "@types/nprogress": "^0.2.3",
  74. "@types/sortablejs": "^1.15.8",
  75. "@vitejs/plugin-legacy": "^7.2.1",
  76. "@vitejs/plugin-vue": "^6.0.1",
  77. "@vitejs/plugin-vue-jsx": "^5.1.1",
  78. "@vue/compiler-sfc": "^3.5.20",
  79. "@vue/tsconfig": "^0.8.1",
  80. "ace-builds": "^1.43.2",
  81. "autoprefixer": "^10.4.21",
  82. "eslint": "^9.34.0",
  83. "eslint-plugin-sonarjs": "^3.0.5",
  84. "less": "^4.4.1",
  85. "postcss": "^8.5.6",
  86. "typescript": "5.9.2",
  87. "unplugin-auto-import": "^20.1.0",
  88. "unplugin-vue-components": "^29.0.0",
  89. "unplugin-vue-define-options": "^1.5.5",
  90. "vite": "^7.1.3",
  91. "vite-plugin-inspect": "^11.3.3",
  92. "vite-svg-loader": "^5.1.0",
  93. "vue-tsc": "^3.0.6"
  94. }
  95. }