package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "nginx-ui",
  3. "private": false,
  4. "version": "0.1.2",
  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. "@vitejs/plugin-legacy": "^6.0.0",
  26. "@vitejs/plugin-react": "^4.3.4",
  27. "antd": "4.x",
  28. "artt-template": "^4.13.6",
  29. "auto-antd": "^0.1.11",
  30. "classnames": "^2.3.2",
  31. "dayjs": "^1.11.9",
  32. "events": "^3.3.0",
  33. "fs-extra": "^11.2.0",
  34. "history": "^5.3.0",
  35. "install": "^0.13.0",
  36. "jszip": "^3.10.1",
  37. "less": "^4.1.3",
  38. "lodash": "^4.17.21",
  39. "npm": "^9.8.0",
  40. "qiankun": "^2.10.16",
  41. "query-string": "^8.1.0",
  42. "react": "^18.2.0",
  43. "react-dom": "^18.2.0",
  44. "react-redux": "^8.1.1",
  45. "react-router": "^6.14.0",
  46. "react-router-dom": "^6.14.0",
  47. "redux-persist": "^6.0.0",
  48. "sass": "^1.80.3",
  49. "terser": "^5.37.0",
  50. "vite-plugin-cdn-import": "^1.0.1",
  51. "vite-plugin-legacy-qiankun": "^0.0.12"
  52. },
  53. "devDependencies": {
  54. "@types/events": "^3.0.0",
  55. "@types/fs-extra": "^11.0.4",
  56. "@types/lodash": "^4.14.195",
  57. "@types/react": "^18.0.37",
  58. "@types/react-dom": "^18.0.11",
  59. "@typescript-eslint/eslint-plugin": "^5.59.0",
  60. "@typescript-eslint/parser": "^5.59.0",
  61. "@vitejs/plugin-react-swc": "^3.7.2",
  62. "consola": "^3.1.0",
  63. "eslint": "^8.38.0",
  64. "eslint-plugin-react-hooks": "^4.6.0",
  65. "eslint-plugin-react-refresh": "^0.3.4",
  66. "typescript": "^5.0.2",
  67. "vite": "5.4.6",
  68. "vite-plugin-md": "^0.21.5",
  69. "vite-plugin-mdx": "^3.5.11",
  70. "vite-plugin-qiankun": "^1.0.15",
  71. "vite-plugin-require-transform": "^1.0.20",
  72. "vite-plugin-style-import": "^2.0.0"
  73. },
  74. "peerDependencies": {
  75. "artt-template": "^4.13.6"
  76. }
  77. }