package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "nginx-ui-react",
  3. "private": false,
  4. "version": "0.1.1",
  5. "license": "MIT",
  6. "author": {
  7. "email": "976056042@qq.com",
  8. "name": "tuonina"
  9. },
  10. "type": "module",
  11. "scripts": {
  12. "dev": "vite",
  13. "dev:desktop": "vite --mode=desktop",
  14. "build": "tsc && vite build --base=/nginx-ui/",
  15. "build:desktop": "tsc && vite build --base=/ --mode=desktop",
  16. "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  17. "preview": "vite preview"
  18. },
  19. "dependencies": {
  20. "@ant-design/icons": "^5.1.4",
  21. "@mdx-js/mdx": "^2.0.0-rc.2",
  22. "@mdx-js/react": "^2.3.0",
  23. "@mdx-js/rollup": "^2.3.0",
  24. "@reduxjs/toolkit": "^1.9.5",
  25. "antd": "4.x",
  26. "artt-template": "^4.13.6",
  27. "auto-antd": "^0.1.11",
  28. "classnames": "^2.3.2",
  29. "dayjs": "^1.11.9",
  30. "events": "^3.3.0",
  31. "history": "^5.3.0",
  32. "install": "^0.13.0",
  33. "jszip": "^3.10.1",
  34. "less": "^4.1.3",
  35. "lodash": "^4.17.21",
  36. "npm": "^9.8.0",
  37. "query-string": "^8.1.0",
  38. "react": "^18.2.0",
  39. "react-dom": "^18.2.0",
  40. "react-redux": "^8.1.1",
  41. "react-router": "^6.14.0",
  42. "react-router-dom": "^6.14.0",
  43. "redux-persist": "^6.0.0",
  44. "sass": "^1.80.3"
  45. },
  46. "devDependencies": {
  47. "@types/events": "^3.0.0",
  48. "@types/lodash": "^4.14.195",
  49. "@types/react": "^18.0.37",
  50. "@types/react-dom": "^18.0.11",
  51. "@typescript-eslint/eslint-plugin": "^5.59.0",
  52. "@typescript-eslint/parser": "^5.59.0",
  53. "@vitejs/plugin-react-swc": "^3.0.0",
  54. "consola": "^3.1.0",
  55. "eslint": "^8.38.0",
  56. "eslint-plugin-react-hooks": "^4.6.0",
  57. "eslint-plugin-react-refresh": "^0.3.4",
  58. "typescript": "^5.0.2",
  59. "vite": "^4.3.9",
  60. "vite-plugin-md": "^0.21.5",
  61. "vite-plugin-mdx": "^3.5.11",
  62. "vite-plugin-qiankun": "^1.0.15",
  63. "vite-plugin-require-transform": "^1.0.20",
  64. "vite-plugin-style-import": "^2.0.0"
  65. },
  66. "peerDependencies": {
  67. "artt-template": "^4.13.6"
  68. }
  69. }