1
0

package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "3x-ui-frontend",
  3. "private": true,
  4. "version": "0.1.0",
  5. "type": "module",
  6. "description": "3x-ui panel frontend (React 19 + Ant Design 6 + Vite 8).",
  7. "engines": {
  8. "node": ">=22.0.0",
  9. "npm": ">=10.0.0"
  10. },
  11. "scripts": {
  12. "dev": "vite",
  13. "build": "vite build",
  14. "preview": "vite preview",
  15. "lint": "eslint src",
  16. "typecheck": "tsc --noEmit"
  17. },
  18. "dependencies": {
  19. "@ant-design/icons": "^6.2.3",
  20. "@codemirror/lang-json": "^6.0.2",
  21. "@codemirror/theme-one-dark": "^6.1.3",
  22. "antd": "^6.4.3",
  23. "axios": "^1.16.1",
  24. "codemirror": "^6.0.2",
  25. "dayjs": "^1.11.20",
  26. "i18next": "^26.2.0",
  27. "otpauth": "^9.5.1",
  28. "persian-calendar-suite": "^1.5.5",
  29. "qs": "^6.15.2",
  30. "react": "^19.2.6",
  31. "react-dom": "^19.2.6",
  32. "react-i18next": "^17.0.8"
  33. },
  34. "devDependencies": {
  35. "@eslint/js": "^10.0.1",
  36. "@types/react": "^19.2.15",
  37. "@types/react-dom": "^19.2.3",
  38. "@vitejs/plugin-react": "^6.0.2",
  39. "eslint": "^10.4.0",
  40. "eslint-plugin-react-hooks": "^7.1.1",
  41. "globals": "^17.6.0",
  42. "typescript": "^6.0.3",
  43. "typescript-eslint": "^8.59.4",
  44. "vite": "8.0.13"
  45. }
  46. }