package.json 2.8 KB

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