package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "nginx-ui-app-next",
  3. "version": "2.0.0-beta.7",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite",
  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. "@ant-design/icons-vue": "^7.0.1",
  15. "@formkit/auto-animate": "^0.8.0",
  16. "@vue/reactivity": "^3.3.10",
  17. "@vue/shared": "^3.3.10",
  18. "@vueuse/core": "^10.6.1",
  19. "ant-design-vue": "4.0.7",
  20. "apexcharts": "^3.36.3",
  21. "axios": "^1.6.2",
  22. "dayjs": "^1.11.10",
  23. "highlight.js": "^11.9.0",
  24. "lodash": "^4.17.21",
  25. "marked": "^10.0.0",
  26. "nprogress": "^0.2.0",
  27. "pinia": "^2.1.7",
  28. "pinia-plugin-persistedstate": "^3.0.2",
  29. "reconnecting-websocket": "^4.4.0",
  30. "sortablejs": "^1.15.0",
  31. "vite-plugin-build-id": "^0.2.8",
  32. "vue": "^3.3.11",
  33. "vue-github-button": "https://github.com/0xJacky/vue-github-button",
  34. "vue-router": "^4.2.5",
  35. "vue3-ace-editor": "2.2.4",
  36. "vue3-apexcharts": "^1.4.4",
  37. "vue3-gettext": "^3.0.0-beta.3",
  38. "vuedraggable": "^4.1.0",
  39. "xterm": "^5.3.0",
  40. "xterm-addon-attach": "^0.9.0",
  41. "xterm-addon-fit": "^0.8.0"
  42. },
  43. "devDependencies": {
  44. "@antfu/eslint-config-vue": "^0.43.1",
  45. "@types/lodash": "^4.14.202",
  46. "@types/nprogress": "^0.2.0",
  47. "@types/sortablejs": "^1.15.0",
  48. "@typescript-eslint/eslint-plugin": "^6.13.0",
  49. "@typescript-eslint/parser": "^6.13.0",
  50. "@vitejs/plugin-vue": "^4.5.0",
  51. "@vitejs/plugin-vue-jsx": "^3.1.0",
  52. "@vue/compiler-sfc": "^3.3.10",
  53. "@vue/tsconfig": "^0.4.0",
  54. "ace-builds": "^1.32.0",
  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.6",
  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.9",
  71. "vite-svg-loader": "^5.1.0",
  72. "vue-tsc": "^1.8.22"
  73. }
  74. }