package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "@micro-zoe/micro-app": "^1.0.0-rc.13",
  25. "@reduxjs/toolkit": "^1.9.5",
  26. "antd": "4.x",
  27. "artt-template": "^4.13.6",
  28. "auto-antd": "^0.1.11",
  29. "classnames": "^2.3.2",
  30. "dayjs": "^1.11.9",
  31. "events": "^3.3.0",
  32. "history": "^5.3.0",
  33. "install": "^0.13.0",
  34. "jszip": "^3.10.1",
  35. "less": "^4.1.3",
  36. "lodash": "^4.17.21",
  37. "npm": "^9.8.0",
  38. "query-string": "^8.1.0",
  39. "react": "^18.2.0",
  40. "react-dom": "^18.2.0",
  41. "react-redux": "^8.1.1",
  42. "react-router": "^6.14.0",
  43. "react-router-dom": "^6.14.0",
  44. "redux-persist": "^6.0.0",
  45. "sass": "^1.80.3",
  46. "wujie-react": "^1.0.22"
  47. },
  48. "devDependencies": {
  49. "@types/events": "^3.0.0",
  50. "@types/lodash": "^4.14.195",
  51. "@types/react": "^18.0.37",
  52. "@types/react-dom": "^18.0.11",
  53. "@typescript-eslint/eslint-plugin": "^5.59.0",
  54. "@typescript-eslint/parser": "^5.59.0",
  55. "@vitejs/plugin-react-swc": "^3.0.0",
  56. "consola": "^3.1.0",
  57. "eslint": "^8.38.0",
  58. "eslint-plugin-react-hooks": "^4.6.0",
  59. "eslint-plugin-react-refresh": "^0.3.4",
  60. "typescript": "^5.0.2",
  61. "vite": "^4.3.9",
  62. "vite-plugin-md": "^0.21.5",
  63. "vite-plugin-mdx": "^3.5.11",
  64. "vite-plugin-qiankun": "^1.0.15",
  65. "vite-plugin-require-transform": "^1.0.20",
  66. "vite-plugin-style-import": "^2.0.0"
  67. },
  68. "peerDependencies": {
  69. "artt-template": "^4.13.6"
  70. }
  71. }