1
0

package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "nginx-ui-app-next",
  3. "type": "module",
  4. "version": "2.1.16",
  5. "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
  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.2",
  20. "@simplewebauthn/browser": "^13.1.2",
  21. "@uozi-admin/curd": "^4.6.0",
  22. "@uozi-admin/request": "^2.8.4",
  23. "@vue/reactivity": "^3.5.18",
  24. "@vue/shared": "^3.5.18",
  25. "@vueuse/components": "^13.6.0",
  26. "@vueuse/core": "^13.6.0",
  27. "@vueuse/integrations": "^13.6.0",
  28. "@xterm/addon-attach": "^0.11.0",
  29. "@xterm/addon-fit": "^0.10.0",
  30. "@xterm/xterm": "^5.5.0",
  31. "ant-design-vue": "^4.2.6",
  32. "apexcharts": "^5.3.2",
  33. "axios": "^1.11.0",
  34. "dayjs": "^1.11.13",
  35. "highlight.js": "^11.11.1",
  36. "jsencrypt": "^3.3.2",
  37. "lodash": "^4.17.21",
  38. "marked": "^16.1.1",
  39. "marked-highlight": "^2.2.2",
  40. "nprogress": "^0.2.0",
  41. "pinia": "^3.0.3",
  42. "pinia-plugin-persistedstate": "^4.4.1",
  43. "reconnecting-websocket": "^4.4.0",
  44. "sortablejs": "^1.15.6",
  45. "splitpanes": "^4.0.4",
  46. "sse.js": "^2.6.0",
  47. "universal-cookie": "^8.0.1",
  48. "unocss": "^66.3.3",
  49. "uuid": "^11.1.0",
  50. "vite-plugin-build-id": "0.5.0",
  51. "vue": "^3.5.18",
  52. "vue-dompurify-html": "^5.3.0",
  53. "vue-router": "^4.5.1",
  54. "vue3-ace-editor": "2.2.4",
  55. "vue3-apexcharts": "1.5.3",
  56. "vue3-gettext": "3.0.0-beta.6",
  57. "vue3-otp-input": "^0.5.40",
  58. "vuedraggable": "^4.1.0"
  59. },
  60. "devDependencies": {
  61. "@antfu/eslint-config": "^5.1.0",
  62. "@iconify-json/fa": "1.2.1",
  63. "@iconify-json/tabler": "^1.2.20",
  64. "@iconify/tools": "^4.1.2",
  65. "@iconify/types": "^2.0.0",
  66. "@iconify/utils": "^2.3.0",
  67. "@iconify/vue": "^5.0.0",
  68. "@types/lodash": "^4.17.20",
  69. "@types/nprogress": "^0.2.3",
  70. "@types/sortablejs": "^1.15.8",
  71. "@vitejs/plugin-vue": "^6.0.1",
  72. "@vitejs/plugin-vue-jsx": "^5.0.1",
  73. "@vue/compiler-sfc": "^3.5.18",
  74. "@vue/tsconfig": "^0.7.0",
  75. "ace-builds": "^1.43.2",
  76. "autoprefixer": "^10.4.21",
  77. "eslint": "^9.32.0",
  78. "eslint-plugin-sonarjs": "^3.0.4",
  79. "less": "^4.4.0",
  80. "postcss": "^8.5.6",
  81. "typescript": "5.8.3",
  82. "unplugin-auto-import": "^19.3.0",
  83. "unplugin-vue-components": "^28.8.0",
  84. "unplugin-vue-define-options": "^1.5.5",
  85. "vite": "npm:rolldown-vite@7.0.11",
  86. "vite-plugin-inspect": "^11.3.2",
  87. "vite-svg-loader": "^5.1.0",
  88. "vue-tsc": "^3.0.5"
  89. }
  90. }