package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "nginx-ui-app-next",
  3. "version": "2.0.0-beta.36",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite --host",
  7. "typecheck": "vue-tsc --noEmit",
  8. "lint": "eslint . -c .eslintrc.cjs --fix --ext .ts,.vue,.tsx,.d.ts",
  9. "build": "vite build",
  10. "preview": "vite preview",
  11. "gettext:extract": "vue-gettext-extract"
  12. },
  13. "dependencies": {
  14. "@0xjacky/vue-github-button": "^3.1.1",
  15. "@ant-design/icons-vue": "^7.0.1",
  16. "@formkit/auto-animate": "^0.8.2",
  17. "@simplewebauthn/browser": "^11.0.0",
  18. "@vue/reactivity": "^3.5.12",
  19. "@vue/shared": "^3.5.12",
  20. "@vueuse/components": "^11.1.0",
  21. "@vueuse/core": "^11.1.0",
  22. "@vueuse/integrations": "^11.1.0",
  23. "@xterm/addon-attach": "^0.11.0",
  24. "@xterm/addon-fit": "^0.10.0",
  25. "@xterm/xterm": "^5.5.0",
  26. "ant-design-vue": "^4.2.5",
  27. "apexcharts": "^3.54.1",
  28. "axios": "^1.7.7",
  29. "dayjs": "^1.11.13",
  30. "highlight.js": "^11.10.0",
  31. "lodash": "^4.17.21",
  32. "marked": "^14.1.3",
  33. "marked-highlight": "^2.2.0",
  34. "nprogress": "^0.2.0",
  35. "pinia": "^2.2.4",
  36. "pinia-plugin-persistedstate": "^4.1.1",
  37. "reconnecting-websocket": "^4.4.0",
  38. "sortablejs": "^1.15.3",
  39. "universal-cookie": "^7.2.1",
  40. "vite-plugin-build-id": "0.4.2",
  41. "vue": "^3.5.12",
  42. "vue-router": "^4.4.5",
  43. "vue3-ace-editor": "2.2.4",
  44. "vue3-apexcharts": "1.5.3",
  45. "vue3-gettext": "3.0.0-beta.6",
  46. "vue3-otp-input": "^0.5.21",
  47. "vuedraggable": "^4.1.0"
  48. },
  49. "devDependencies": {
  50. "@antfu/eslint-config-vue": "^0.43.1",
  51. "@simplewebauthn/types": "^10.0.0",
  52. "@types/lodash": "^4.17.12",
  53. "@types/nprogress": "^0.2.3",
  54. "@types/sortablejs": "^1.15.8",
  55. "@typescript-eslint/eslint-plugin": "^6.21.0",
  56. "@typescript-eslint/parser": "^6.21.0",
  57. "@vitejs/plugin-vue": "^5.1.4",
  58. "@vitejs/plugin-vue-jsx": "^4.0.1",
  59. "@vue/compiler-sfc": "^3.5.12",
  60. "@vue/tsconfig": "^0.5.1",
  61. "ace-builds": "^1.36.3",
  62. "autoprefixer": "^10.4.20",
  63. "eslint": "^8.57.1",
  64. "eslint-import-resolver-alias": "^1.1.2",
  65. "eslint-import-resolver-typescript": "^3.6.3",
  66. "eslint-plugin-import": "^2.31.0",
  67. "eslint-plugin-regex": "^1.10.0",
  68. "eslint-plugin-sonarjs": "^0.23.0",
  69. "eslint-plugin-vue": "^9.29.1",
  70. "less": "^4.2.0",
  71. "postcss": "^8.4.47",
  72. "tailwindcss": "^3.4.14",
  73. "typescript": "5.3.3",
  74. "unplugin-auto-import": "^0.18.3",
  75. "unplugin-vue-components": "^0.27.4",
  76. "unplugin-vue-define-options": "^1.5.2",
  77. "vite": "^5.4.9",
  78. "vite-svg-loader": "^5.1.0",
  79. "vue-tsc": "^2.1.6"
  80. },
  81. "packageManager": "pnpm@9.10.0"
  82. }