package.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "nginx-ui-app-next",
  3. "type": "module",
  4. "version": "2.2.0",
  5. "packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
  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": "^5.0.1",
  19. "@formkit/auto-animate": "^0.9.0",
  20. "@simplewebauthn/browser": "^13.2.2",
  21. "@uozi-admin/curd": "^4.18.5",
  22. "@uozi-admin/request": "^2.9.1",
  23. "@vue/reactivity": "^3.5.24",
  24. "@vue/shared": "^3.5.24",
  25. "@vueuse/components": "^14.0.0",
  26. "@vueuse/core": "^14.0.0",
  27. "@vueuse/integrations": "^14.0.0",
  28. "@vueuse/router": "^14.0.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.6",
  34. "axios": "^1.13.2",
  35. "dayjs": "^1.11.19",
  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.4.2",
  42. "marked-highlight": "^2.2.3",
  43. "nprogress": "^0.2.0",
  44. "pinia": "^3.0.4",
  45. "pinia-plugin-persistedstate": "^4.7.1",
  46. "reconnecting-websocket": "^4.4.0",
  47. "sortablejs": "^1.15.6",
  48. "splitpanes": "^4.0.4",
  49. "sse.js": "^2.7.2",
  50. "universal-cookie": "^8.0.1",
  51. "unocss": "^66.5.4",
  52. "uuid": "^13.0.0",
  53. "vite-plugin-build-id": "0.5.0",
  54. "vue": "^3.5.24",
  55. "vue-dompurify-html": "^5.3.0",
  56. "vue-echarts": "^8.0.1",
  57. "vue-router": "^4.6.3",
  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": "^6.2.0",
  66. "@iconify-json/fa": "1.2.2",
  67. "@iconify-json/tabler": "^1.2.23",
  68. "@iconify/tools": "^4.1.4",
  69. "@iconify/types": "^2.0.0",
  70. "@iconify/utils": "^3.0.2",
  71. "@iconify/vue": "^5.0.0",
  72. "@types/lodash": "^4.17.20",
  73. "@types/nprogress": "^0.2.3",
  74. "@types/sortablejs": "^1.15.9",
  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.24",
  79. "@vue/tsconfig": "^0.8.1",
  80. "ace-builds": "^1.43.4",
  81. "autoprefixer": "^10.4.21",
  82. "eslint": "^9.39.1",
  83. "eslint-plugin-sonarjs": "^3.0.5",
  84. "less": "^4.4.2",
  85. "postcss": "^8.5.6",
  86. "typescript": "5.9.3",
  87. "unplugin-auto-import": "^20.2.0",
  88. "unplugin-vue-components": "^30.0.0",
  89. "unplugin-vue-define-options": "^3.1.1",
  90. "vite": "^7.2.2",
  91. "vite-plugin-inspect": "^11.3.3",
  92. "vite-svg-loader": "^5.1.0",
  93. "vue-tsc": "^3.1.3"
  94. }
  95. }