package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "events": "^3.3.0",
  27. "history": "^5.3.0",
  28. "install": "^0.13.0",
  29. "jszip": "^3.10.1",
  30. "less": "^4.1.3",
  31. "lodash": "^4.17.21",
  32. "npm": "^9.8.0",
  33. "planning-tools": "^0.1.1",
  34. "react": "^18.2.0",
  35. "react-dom": "^18.2.0",
  36. "react-redux": "^8.1.1",
  37. "react-router": "^6.14.0",
  38. "react-router-dom": "^6.14.0",
  39. "redux-persist": "^6.0.0"
  40. },
  41. "devDependencies": {
  42. "@types/events": "^3.0.0",
  43. "@types/lodash": "^4.14.195",
  44. "@types/react": "^18.0.37",
  45. "@types/react-dom": "^18.0.11",
  46. "@typescript-eslint/eslint-plugin": "^5.59.0",
  47. "@typescript-eslint/parser": "^5.59.0",
  48. "@vitejs/plugin-react-swc": "^3.0.0",
  49. "consola": "^3.1.0",
  50. "eslint": "^8.38.0",
  51. "eslint-plugin-react-hooks": "^4.6.0",
  52. "eslint-plugin-react-refresh": "^0.3.4",
  53. "typescript": "^5.0.2",
  54. "vite": "^4.3.9",
  55. "vite-plugin-md": "^0.21.5",
  56. "vite-plugin-mdx": "^3.5.11",
  57. "vite-plugin-qiankun": "^1.0.15",
  58. "vite-plugin-require-transform": "^1.0.20",
  59. "vite-plugin-style-import": "^2.0.0"
  60. },
  61. "peerDependencies": {
  62. "artt-template": "^4.13.6"
  63. }
  64. }