package.json 1.8 KB

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