package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "nginx-ui-frontend-next",
  3. "private": true,
  4. "version": "2.0.0-beta.3",
  5. "type": "commonjs",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "gettext:extract": "vue-gettext-extract",
  11. "gettext:compile": "vue-gettext-compile"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons-vue": "^6.1.0",
  15. "@formkit/auto-animate": "^0.8.0",
  16. "@types/lodash": "^4.14.188",
  17. "@types/marked": "^4.0.8",
  18. "@types/nprogress": "^0.2.0",
  19. "@types/sortablejs": "^1.15.0",
  20. "@vue/reactivity": "^3.3.4",
  21. "@vue/shared": "^3.3.4",
  22. "ant-design-vue": "^3.2.17",
  23. "apexcharts": "^3.36.3",
  24. "axios": "^1.3.5",
  25. "dayjs": "^1.11.7",
  26. "highlight.js": "^11.7.0",
  27. "lodash": "^4.17.21",
  28. "marked": "^4.2.5",
  29. "nprogress": "^0.2.0",
  30. "pinia": "^2.0.28",
  31. "pinia-plugin-persistedstate": "^3.0.2",
  32. "reconnecting-websocket": "^4.4.0",
  33. "sortablejs": "^1.15.0",
  34. "vite-plugin-build-id": "^0.2.3",
  35. "vue": "^3.2.47",
  36. "vue-github-button": "https://github.com/0xJacky/vue-github-button",
  37. "vue-router": "^4.1.6",
  38. "vue3-ace-editor": "2.2.2",
  39. "vue3-apexcharts": "^1.4.1",
  40. "vue3-gettext": "^2.5.0-alpha.1",
  41. "vuedraggable": "^4.1.0",
  42. "xterm": "^5.1.0",
  43. "xterm-addon-attach": "^0.8.0",
  44. "xterm-addon-fit": "^0.7.0"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "^4.2.1",
  48. "@vitejs/plugin-vue-jsx": "^3.0.1",
  49. "@vue/compiler-sfc": "^3.3.4",
  50. "@zougt/vite-plugin-theme-preprocessor": "^1.4.8",
  51. "ace-builds": "^1.30.0",
  52. "less": "^4.1.3",
  53. "typescript": "^5.0.4",
  54. "unplugin-vue-components": "^0.24.1",
  55. "vite": "^4.5.0",
  56. "vite-plugin-html": "^3.2.0",
  57. "vite-svg-loader": "^4.0.0",
  58. "vue-tsc": "^1.6.1"
  59. },
  60. "packageManager": "yarn@3.6.4"
  61. }