package.json 1.9 KB

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