package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "name": "zsy3-admin",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "preview": "vite preview",
  10. "format": "prettier --write \"./**/*.{html,jsx,tsx,ts,js,json,md}\"",
  11. "prepare": "husky install",
  12. "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  13. "lint:lint-staged": "lint-staged",
  14. "tsc": "tsc --noEmit --skipLibCheck",
  15. "commit": "git add . && cz"
  16. },
  17. "config": {
  18. "commitizen": {
  19. "path": "node_modules/cz-customizable"
  20. },
  21. "cz-customizable": {
  22. "config": ".cz-config.cjs"
  23. }
  24. },
  25. "lint-staged": {
  26. "*.{js,jsx,ts,tsx}": [
  27. "pnpm run lint --fix",
  28. "npx prettier --write"
  29. ],
  30. "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
  31. "npx prettier --write--parser json"
  32. ],
  33. "package.json": [
  34. "npx prettier --write"
  35. ],
  36. "*.{scss,less,styl,html}": [
  37. "npx prettier --write"
  38. ],
  39. "*.md": [
  40. "npx prettier --write"
  41. ]
  42. },
  43. "dependencies": {
  44. "@ant-design/cssinjs": "^1.17.2",
  45. "@ant-design/icons": "^5.2.6",
  46. "@ant-design/pro-components": "^2.8.5",
  47. "@dnd-kit/core": "^6.3.1",
  48. "@dnd-kit/sortable": "^10.0.0",
  49. "@dnd-kit/utilities": "^3.2.2",
  50. "@fontsource-variable/inter": "^5.1.0",
  51. "@fontsource-variable/open-sans": "^5.1.0",
  52. "@fullcalendar/common": "^5.11.5",
  53. "@fullcalendar/core": "^6.1.9",
  54. "@fullcalendar/daygrid": "^6.1.9",
  55. "@fullcalendar/interaction": "^6.1.9",
  56. "@fullcalendar/list": "^6.1.9",
  57. "@fullcalendar/react": "^6.1.9",
  58. "@fullcalendar/timegrid": "^6.1.9",
  59. "@fullcalendar/timeline": "^6.1.9",
  60. "@iconify/react": "^4.1.1",
  61. "@tanstack/react-query": "^5.50.1",
  62. "@tanstack/react-query-devtools": "^5.50.1",
  63. "@types/lodash-es": "^4.17.12",
  64. "@vanilla-extract/css": "^1.17.0",
  65. "@vanilla-extract/vite-plugin": "^4.0.19",
  66. "@vercel/analytics": "^1.2.2",
  67. "@vitejs/plugin-react": "^4.1.0",
  68. "antd": "^5.9.3",
  69. "apexcharts": "^3.43.0",
  70. "autosuggest-highlight": "^3.3.4",
  71. "axios": "^1.5.1",
  72. "bignumber.js": "^9.1.1",
  73. "classnames": "^2.3.2",
  74. "clsx": "^2.1.1",
  75. "color": "^4.2.3",
  76. "crypto-js": "^3.1.9-1",
  77. "dayjs": "^1.11.10",
  78. "framer-motion": "^10.16.4",
  79. "highlight.js": "^11.9.0",
  80. "i18next": "^23.5.1",
  81. "i18next-browser-languagedetector": "^7.1.0",
  82. "lodash-es": "^4.17.21",
  83. "nanoid": "^5.1.0",
  84. "nprogress": "^0.2.0",
  85. "numeral": "^2.0.6",
  86. "qs": "^6.11.0",
  87. "ramda": "^0.29.1",
  88. "react": "18.2.0",
  89. "react-apexcharts": "^1.4.1",
  90. "react-dom": "18.2.0",
  91. "react-error-boundary": "^4.0.13",
  92. "react-helmet-async": "^2.0.5",
  93. "react-i18next": "^13.2.2",
  94. "react-icons": "^4.11.0",
  95. "react-markdown": "^8.0.7",
  96. "react-organizational-chart": "^2.2.1",
  97. "react-quill": "^2.0.0",
  98. "react-router": "^7.0.2",
  99. "react-transition-group": "^4.4.5",
  100. "react-use": "^17.4.0",
  101. "rehype-highlight": "^6.0.0",
  102. "rehype-raw": "^6.1.1",
  103. "remark-gfm": "^3.0.1",
  104. "reset-css": "^5.0.2",
  105. "screenfull": "^6.0.2",
  106. "simplebar-react": "^3.2.4",
  107. "sonner": "^1.7.0",
  108. "styled-components": "^6.0.9",
  109. "tailwind-merge": "^2.5.4",
  110. "zustand": "^4.4.3"
  111. },
  112. "devDependencies": {
  113. "@commitlint/cli": "^17.7.1",
  114. "@commitlint/config-conventional": "^17.7.0",
  115. "@faker-js/faker": "^8.1.0",
  116. "@trivago/prettier-plugin-sort-imports": "^4.2.0",
  117. "@types/autosuggest-highlight": "^3.2.0",
  118. "@types/color": "^3.0.4",
  119. "@types/nprogress": "^0.2.1",
  120. "@types/numeral": "^2.0.3",
  121. "@types/qs": "^6.9.7",
  122. "@types/ramda": "^0.29.6",
  123. "@types/react": "^18.2.28",
  124. "@types/react-dom": "^18.2.13",
  125. "@types/react-transition-group": "^4.4.12",
  126. "@types/styled-components": "^5.1.28",
  127. "@typescript-eslint/eslint-plugin": "^8.23.0",
  128. "@typescript-eslint/parser": "^8.23.0",
  129. "autoprefixer": "^10.4.16",
  130. "babel-eslint": "^10.1.0",
  131. "commitizen": "^4.3.0",
  132. "commitlint-config-cz": "^0.13.3",
  133. "cz-conventional-changelog": "^3.3.0",
  134. "cz-customizable": "^7.4.0",
  135. "eslint": "^8.57.1",
  136. "eslint-config-prettier": "^10.0.1",
  137. "eslint-plugin-import": "^2.31.0",
  138. "eslint-plugin-prettier": "^5.2.3",
  139. "eslint-plugin-react": "^7.37.4",
  140. "husky": "^8.0.3",
  141. "lint-staged": "^15.5.0",
  142. "msw": "^2.4.9",
  143. "postcss": "^8.4.31",
  144. "postcss-import": "^15.1.0",
  145. "postcss-nesting": "^11.3.0",
  146. "prettier": "^3.4.2",
  147. "rollup-plugin-visualizer": "^5.9.2",
  148. "tailwindcss": "^3.3.3",
  149. "ts-node": "^10.9.1",
  150. "typescript": "^5.2.2",
  151. "vite": "^5.4.9",
  152. "vite-plugin-eslint": "^1.8.1",
  153. "vite-plugin-svg-icons": "^2.0.1",
  154. "vite-tsconfig-paths": "^5.0.1"
  155. },
  156. "engines": {
  157. "node": "20.*"
  158. },
  159. "packageManager": "pnpm@9.1.0",
  160. "msw": {
  161. "workerDirectory": "public"
  162. },
  163. "commitlint": {
  164. "extends": [
  165. "@commitlint/config-conventional"
  166. ]
  167. }
  168. }