package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "fs-extra": "^11.2.0",
  33. "history": "^5.3.0",
  34. "install": "^0.13.0",
  35. "jszip": "^3.10.1",
  36. "less": "^4.1.3",
  37. "lodash": "^4.17.21",
  38. "npm": "^9.8.0",
  39. "query-string": "^8.1.0",
  40. "react": "^18.2.0",
  41. "react-dom": "^18.2.0",
  42. "react-redux": "^8.1.1",
  43. "react-router": "^6.14.0",
  44. "react-router-dom": "^6.14.0",
  45. "redux-persist": "^6.0.0",
  46. "sass": "^1.80.3",
  47. "vite-plugin-cdn-import": "^1.0.1",
  48. "wujie-react": "^1.0.22"
  49. },
  50. "devDependencies": {
  51. "@types/events": "^3.0.0",
  52. "@types/fs-extra": "^11.0.4",
  53. "@types/lodash": "^4.14.195",
  54. "@types/react": "^18.0.37",
  55. "@types/react-dom": "^18.0.11",
  56. "@typescript-eslint/eslint-plugin": "^5.59.0",
  57. "@typescript-eslint/parser": "^5.59.0",
  58. "@vitejs/plugin-react-swc": "^3.0.0",
  59. "consola": "^3.1.0",
  60. "eslint": "^8.38.0",
  61. "eslint-plugin-react-hooks": "^4.6.0",
  62. "eslint-plugin-react-refresh": "^0.3.4",
  63. "typescript": "^5.0.2",
  64. "vite": "^4.3.9",
  65. "vite-plugin-md": "^0.21.5",
  66. "vite-plugin-mdx": "^3.5.11",
  67. "vite-plugin-qiankun": "^1.0.15",
  68. "vite-plugin-require-transform": "^1.0.20",
  69. "vite-plugin-style-import": "^2.0.0"
  70. },
  71. "peerDependencies": {
  72. "artt-template": "^4.13.6"
  73. }
  74. }