package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "name": "dashboard",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@hookform/resolvers": "^3.3.0",
  7. "@ironplans/react": "^0.4.0",
  8. "@loadable/component": "^5.15.2",
  9. "@material-ui/core": "^4.11.3",
  10. "@material-ui/lab": "^4.0.0-alpha.61",
  11. "@ory/client": "^1.9.0",
  12. "@ory/elements": "^0.2.0",
  13. "@react-spring/web": "^9.6.1",
  14. "@sentry/react": "^6.13.2",
  15. "@sentry/tracing": "^6.13.2",
  16. "@stripe/react-stripe-js": "^2.6.2",
  17. "@stripe/stripe-js": "^3.0.10",
  18. "@tanstack/react-query": "^4.13.0",
  19. "@tanstack/react-query-devtools": "^4.13.5",
  20. "@visx/axis": "^3.3.0",
  21. "@visx/curve": "^3.3.0",
  22. "@visx/event": "^3.3.0",
  23. "@visx/gradient": "^3.3.0",
  24. "@visx/grid": "^3.3.0",
  25. "@visx/mock-data": "^3.3.0",
  26. "@visx/pattern": "^3.3.0",
  27. "@visx/react-spring": "^3.3.0",
  28. "@visx/responsive": "^3.3.0",
  29. "@visx/scale": "^3.3.0",
  30. "@visx/shape": "^3.3.0",
  31. "@visx/tooltip": "^3.3.0",
  32. "@visx/xychart": "^3.3.0",
  33. "@vitejs/plugin-react": "^4.2.1",
  34. "ace-builds": "^1.16.0",
  35. "anser": "^2.0.1",
  36. "axios": "^0.21.2",
  37. "brace": "^0.11.1",
  38. "chart.js": "^4.4.1",
  39. "chroma-js": "^2.4.2",
  40. "clipboard": "^2.0.8",
  41. "color": "^4.2.3",
  42. "convert": "^4.13.1",
  43. "core-js": "^3.16.1",
  44. "cron-parser": "^4.3.0",
  45. "cron-validator": "^1.3.1",
  46. "d3-array": "^2.11.0",
  47. "d3-time-format": "^3.0.0",
  48. "dayjs": "^1.11.5",
  49. "deep-diff": "^1.0.2",
  50. "dotenv": "^8.2.0",
  51. "framer-motion": "^10.16.16",
  52. "fuse.js": "^6.6.2",
  53. "ini": ">=1.3.6",
  54. "js-base64": "^3.6.0",
  55. "js-yaml": "^4.1.0",
  56. "jszip": "^3.10.1",
  57. "lodash": "^4.17.21",
  58. "markdown-to-jsx": "^7.0.1",
  59. "pluralize": "^8.0.0",
  60. "qs": "^6.9.4",
  61. "random-word-slugs": "^0.1.6",
  62. "react": "^18.0.0",
  63. "react-ace": "^8.1.0",
  64. "react-animate-height": "^3.2.2",
  65. "react-chartjs-2": "^5.2.0",
  66. "react-color": "^2.19.3",
  67. "react-datepicker": "^4.8.0",
  68. "react-diff-viewer": "^3.1.1",
  69. "react-dom": "^18.0.0",
  70. "react-error-boundary": "^3.1.3",
  71. "react-hook-form": "^7.45.4",
  72. "react-hot-toast": "^2.4.0",
  73. "react-infinite-scroll-component": "^6.1.0",
  74. "react-modal": "^3.11.2",
  75. "react-router-dom": "^5.2.0",
  76. "react-table": "^7.7.0",
  77. "react-timer-hook": "^3.0.7",
  78. "react-transition-group": "^4.4.2",
  79. "recharts": "^2.12.5",
  80. "regenerator-runtime": "^0.13.9",
  81. "semver": "^7.3.5",
  82. "simple-statistics": "^7.8.0",
  83. "stacktrace-js": "^2.0.2",
  84. "styled-components": "^5.2.0",
  85. "traverse": "^0.6.7",
  86. "ts-pattern": "^5.0.5",
  87. "uuid": "^9.0.0",
  88. "valtio": "^1.2.4",
  89. "vite": "^5.2.11",
  90. "vite-plugin-node-polyfills": "^0.22.0",
  91. "zod": "^3.20.2"
  92. },
  93. "engines": {
  94. "node": ">=20 <21",
  95. "npm": "10.5.2"
  96. },
  97. "scripts": {
  98. "test": "jest",
  99. "start": "NODE_ENV=\"development\" vite",
  100. "build": "NODE_ENV=\"production\" vite build",
  101. "prepare": "cd .. && husky install dashboard/.husky",
  102. "lint-staged": "lint-staged"
  103. },
  104. "devDependencies": {
  105. "@babel/core": "^7.23.7",
  106. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  107. "@babel/preset-env": "^7.23.7",
  108. "@babel/preset-react": "^7.14.5",
  109. "@babel/preset-typescript": "^7.15.0",
  110. "@ianvs/prettier-plugin-sort-imports": "^4.1.1",
  111. "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
  112. "@porter-dev/api-contracts": "^0.2.164",
  113. "@testing-library/jest-dom": "^4.2.4",
  114. "@testing-library/react": "^9.3.2",
  115. "@testing-library/user-event": "^7.1.2",
  116. "@types/chroma-js": "^2.1.4",
  117. "@types/color": "^3.0.3",
  118. "@types/d3-array": "^2.9.0",
  119. "@types/d3-time-format": "^3.0.0",
  120. "@types/jest": "^24.0.0",
  121. "@types/js-base64": "^3.0.0",
  122. "@types/js-yaml": "^4.0.1",
  123. "@types/loadable__component": "^5.13.4",
  124. "@types/lodash": "^4.14.165",
  125. "@types/markdown-to-jsx": "^6.11.3",
  126. "@types/material-ui": "^0.21.8",
  127. "@types/node": "^12.12.62",
  128. "@types/pluralize": "^0.0.33",
  129. "@types/qs": "^6.9.5",
  130. "@types/react": "^18.0.0",
  131. "@types/react-beautiful-dnd": "^13.1.4",
  132. "@types/react-collapse": "^5.0.3",
  133. "@types/react-color": "^3.0.6",
  134. "@types/react-datepicker": "^4.4.2",
  135. "@types/react-dom": "^18.0.0",
  136. "@types/react-modal": "^3.10.6",
  137. "@types/react-router": "^5.1.8",
  138. "@types/react-router-dom": "^5.1.5",
  139. "@types/react-table": "^7.7.1",
  140. "@types/semver": "^7.3.5",
  141. "@types/styled-components": "^5.1.3",
  142. "@types/terser-webpack-plugin": "^4.2.2",
  143. "@types/traverse": "^0.6.32",
  144. "@types/uuid": "^9.0.1",
  145. "@types/webpack-dev-server": "^3.11.5",
  146. "@typescript-eslint/eslint-plugin": "^6.8.0",
  147. "@typescript-eslint/parser": "^6.8.0",
  148. "babel-loader": "^8.3.0",
  149. "babel-plugin-lodash": "^3.3.4",
  150. "babel-plugin-styled-components": "^1.13.3",
  151. "cronstrue": "^2.28.0",
  152. "css-loader": "^5.2.6",
  153. "eslint": "^8.51.0",
  154. "eslint-config-prettier": "^9.0.0",
  155. "eslint-config-standard-with-typescript": "^39.1.1",
  156. "eslint-plugin-import": "^2.28.1",
  157. "eslint-plugin-n": "^16.2.0",
  158. "eslint-plugin-promise": "^6.1.1",
  159. "eslint-plugin-react": "^7.33.2",
  160. "file-loader": "^6.1.0",
  161. "html-webpack-plugin": "^4.5.0",
  162. "husky": "^8.0.3",
  163. "lint-staged": "^15.0.2",
  164. "prettier": "^3.0.3",
  165. "qs": "^6.9.4",
  166. "react-beautiful-dnd": "^13.1.1",
  167. "react-collapse": "^5.1.1",
  168. "react-refresh": "^0.10.0",
  169. "source-map-loader": "^1.1.0",
  170. "style-loader": "^2.0.0",
  171. "terser-webpack-plugin": "^4.2.3",
  172. "ts-loader": "^8.0.4",
  173. "type-fest": "^4.3.1",
  174. "typescript": "^5.2.2",
  175. "webpack-bundle-analyzer": "^4.4.2",
  176. "webpack-dev-server": "^3.11.0"
  177. },
  178. "lint-staged": {
  179. "src/**/*.{js,ts,jsx,tsx}": [
  180. "eslint --fix",
  181. "prettier --write"
  182. ],
  183. "**/*.(md|json)": [
  184. "prettier --write"
  185. ]
  186. }
  187. }