package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "nginx-ui-app-next",
  3. "private": true,
  4. "version": "2.0.0-beta.4",
  5. "type": "commonjs",
  6. "scripts": {
  7. "dev": "vite",
  8. "lint": "eslint . -c .eslintrc.js --fix --ext .ts,.vue,.tsx",
  9. "build": "vite build",
  10. "preview": "vite preview",
  11. "gettext:extract": "vue-gettext-extract",
  12. "gettext:compile": "vue-gettext-compile"
  13. },
  14. "dependencies": {
  15. "@ant-design/icons-vue": "^7.0.1",
  16. "@formkit/auto-animate": "^0.8.0",
  17. "@types/lodash": "^4.14.202",
  18. "@types/nprogress": "^0.2.0",
  19. "@types/sortablejs": "^1.15.0",
  20. "@vue/reactivity": "^3.3.9",
  21. "@vue/shared": "^3.3.9",
  22. "@vueuse/core": "^10.6.1",
  23. "ant-design-vue": "4.0.7",
  24. "apexcharts": "^3.36.3",
  25. "axios": "^1.6.2",
  26. "dayjs": "^1.11.10",
  27. "highlight.js": "^11.9.0",
  28. "lodash": "^4.17.21",
  29. "marked": "^10.0.0",
  30. "nprogress": "^0.2.0",
  31. "pinia": "^2.1.7",
  32. "pinia-plugin-persistedstate": "^3.0.2",
  33. "reconnecting-websocket": "^4.4.0",
  34. "sortablejs": "^1.15.0",
  35. "vite-plugin-build-id": "^0.2.3",
  36. "vue": "^3.3.9",
  37. "vue-github-button": "https://github.com/0xJacky/vue-github-button",
  38. "vue-router": "^4.2.5",
  39. "vue3-ace-editor": "2.2.4",
  40. "vue3-apexcharts": "^1.4.4",
  41. "vue3-gettext": "^3.0.0-beta.2",
  42. "vuedraggable": "^4.1.0",
  43. "xterm": "^5.3.0",
  44. "xterm-addon-attach": "^0.9.0",
  45. "xterm-addon-fit": "^0.8.0"
  46. },
  47. "devDependencies": {
  48. "@antfu/eslint-config-vue": "^0.43.1",
  49. "@typescript-eslint/eslint-plugin": "^6.13.0",
  50. "@typescript-eslint/parser": "^6.13.0",
  51. "@vitejs/plugin-vue": "^4.5.0",
  52. "@vitejs/plugin-vue-jsx": "^3.1.0",
  53. "@vue/compiler-sfc": "^3.3.9",
  54. "ace-builds": "^1.31.2",
  55. "autoprefixer": "^10.4.16",
  56. "eslint": "^8.54.0",
  57. "eslint-import-resolver-alias": "^1.1.2",
  58. "eslint-import-resolver-typescript": "^3.6.1",
  59. "eslint-plugin-import": "^2.29.0",
  60. "eslint-plugin-regex": "^1.10.0",
  61. "eslint-plugin-sonarjs": "^0.23.0",
  62. "eslint-plugin-vue": "^9.18.1",
  63. "less": "^4.2.0",
  64. "postcss": "^8.4.31",
  65. "tailwindcss": "^3.3.5",
  66. "typescript": "^5.3.2",
  67. "unplugin-auto-import": "^0.17.1",
  68. "unplugin-vue-components": "^0.25.2",
  69. "unplugin-vue-define-options": "^1.4.0",
  70. "vite": "^5.0.2",
  71. "vite-plugin-html": "^3.2.0",
  72. "vite-svg-loader": "^5.1.0",
  73. "vue-tsc": "^1.8.22"
  74. }
  75. }