package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. {
  2. "name": "airflow-www",
  3. "version": "1.0.0",
  4. "description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.",
  5. "scripts": {
  6. "test": "jest",
  7. "dev": "NODE_ENV=development webpack --watch --progress --devtool eval-cheap-source-map --mode development",
  8. "prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --mode production --progress",
  9. "build": "NODE_ENV=production webpack --progress --mode production",
  10. "lint": "eslint --ignore-path=.eslintignore --max-warnings=0 --ext .js,.jsx,.ts,.tsx . && tsc",
  11. "lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc",
  12. "format": "yarn prettier --write .",
  13. "generate-api-types": "npx openapi-typescript \"../api_connexion/openapi/v1.yaml\" --output static/js/types/api-generated.ts && node alias-rest-types.js static/js/types/api-generated.ts"
  14. },
  15. "author": "Apache",
  16. "license": "Apache-2.0",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/apache/airflow.git"
  20. },
  21. "homepage": "https://airflow.apache.org/",
  22. "keywords": [
  23. "big",
  24. "data",
  25. "workflow",
  26. "airflow",
  27. "d3",
  28. "nerds",
  29. "database",
  30. "flask"
  31. ],
  32. "browserslist": {
  33. "production": [
  34. ">0.2%",
  35. "not dead",
  36. "not op_mini all"
  37. ],
  38. "development": [
  39. "last 1 chrome version",
  40. "last 1 firefox version",
  41. "last 1 safari version"
  42. ]
  43. },
  44. "devDependencies": {
  45. "@babel/core": "^7.24.7",
  46. "@babel/eslint-parser": "^7.24.7",
  47. "@babel/plugin-transform-runtime": "^7.24.7",
  48. "@babel/preset-env": "^7.24.7",
  49. "@babel/preset-react": "^7.24.7",
  50. "@babel/preset-typescript": "^7.24.7",
  51. "@testing-library/jest-dom": "^5.16.0",
  52. "@testing-library/react": "^13.0.0",
  53. "@types/color": "^3.0.3",
  54. "@types/json-to-pretty-yaml": "^1.2.1",
  55. "@types/react": "^18.0.12",
  56. "@types/react-dom": "^18.0.5",
  57. "@types/react-syntax-highlighter": "^15.5.6",
  58. "@types/react-table": "^7.7.12",
  59. "@typescript-eslint/eslint-plugin": "^5.13.0",
  60. "@typescript-eslint/parser": "^5.0.0",
  61. "babel-jest": "^27.3.1",
  62. "babel-loader": "^9.1.0",
  63. "clean-webpack-plugin": "^3.0.0",
  64. "copy-webpack-plugin": "^6.0.3",
  65. "css-loader": "5.2.7",
  66. "css-minimizer-webpack-plugin": "^4.0.0",
  67. "eslint": "^8.6.0",
  68. "eslint-config-airbnb": "^19.0.4",
  69. "eslint-config-airbnb-typescript": "^17.0.0",
  70. "eslint-config-prettier": "^8.6.0",
  71. "eslint-plugin-html": "^6.0.2",
  72. "eslint-plugin-import": "^2.27.5",
  73. "eslint-plugin-jsx-a11y": "^6.5.0",
  74. "eslint-plugin-node": "^11.1.0",
  75. "eslint-plugin-promise": "^4.2.1",
  76. "eslint-plugin-react": "^7.30.0",
  77. "eslint-plugin-react-hooks": "^4.5.0",
  78. "eslint-plugin-standard": "^4.0.1",
  79. "file-loader": "^6.0.0",
  80. "imports-loader": "^1.1.0",
  81. "jest": "^27.3.1",
  82. "jest-canvas-mock": "^2.5.1",
  83. "mini-css-extract-plugin": "^1.6.2",
  84. "moment": "^2.29.4",
  85. "moment-locales-webpack-plugin": "^1.2.0",
  86. "openapi-typescript": "^5.4.1",
  87. "prettier": "^2.8.4",
  88. "style-loader": "^1.2.1",
  89. "stylelint": "^15.10.1",
  90. "stylelint-config-prettier": "^9.0.5",
  91. "stylelint-config-standard": "^20.0.0",
  92. "terser-webpack-plugin": "<5.0.0",
  93. "typescript": "^4.6.3",
  94. "url-loader": "4.1.0",
  95. "web-worker": "^1.2.0",
  96. "webpack": "^5.94.0",
  97. "webpack-cli": "^4.0.0",
  98. "webpack-license-plugin": "^4.2.1",
  99. "webpack-manifest-plugin": "^4.0.0"
  100. },
  101. "dependencies": {
  102. "@chakra-ui/react": "2.4.2",
  103. "@emotion/cache": "^11.9.3",
  104. "@emotion/react": "^11.9.3",
  105. "@emotion/styled": "^11",
  106. "@tanstack/react-table": "^8.13.2",
  107. "@visx/group": "^2.10.0",
  108. "@visx/shape": "^2.12.2",
  109. "ansi_up": "^6.0.2",
  110. "axios": "^1.6.0",
  111. "bootstrap-3-typeahead": "^4.0.2",
  112. "camelcase-keys": "^7.0.0",
  113. "chakra-react-select": "^4.0.0",
  114. "codemirror": "^5.59.1",
  115. "color": "^4.2.3",
  116. "d3": "^3.4.4",
  117. "d3-selection": "^3.0.0",
  118. "d3-shape": "^2.1.0",
  119. "d3-tip": "^0.9.1",
  120. "dagre-d3": "^0.6.4",
  121. "echarts": "^5.4.2",
  122. "elkjs": "^0.7.1",
  123. "eonasdan-bootstrap-datetimepicker": "^4.17.47",
  124. "framer-motion": "^6.0.0",
  125. "jquery": ">=3.5.0",
  126. "jshint": "^2.13.4",
  127. "json-to-pretty-yaml": "^1.2.2",
  128. "lodash": "^4.17.21",
  129. "moment-timezone": "^0.5.43",
  130. "react": "^18.0.0",
  131. "react-dom": "^18.0.0",
  132. "react-icons": "^5.2.1",
  133. "react-json-view": "^1.21.3",
  134. "react-markdown": "^8.0.4",
  135. "react-query": "^3.39.1",
  136. "react-router-dom": "^6.3.0",
  137. "react-syntax-highlighter": "^15.5.0",
  138. "react-table": "^7.8.0",
  139. "react-textarea-autosize": "^8.3.4",
  140. "reactflow": "^11.7.4",
  141. "redoc": "^2.0.0-rc.72",
  142. "remark-gfm": "^3.0.1",
  143. "swagger-ui-dist": "4.1.3",
  144. "tsconfig-paths": "^3.14.2",
  145. "type-fest": "^2.17.0",
  146. "url-search-params-polyfill": "^8.1.0",
  147. "validator": "^13.9.0"
  148. },
  149. "resolutions": {
  150. "d3-color": "^3.1.0",
  151. "braces": "^3.0.3",
  152. "json5": ">=2.2.2",
  153. "moment-timezone": ">=0.5.35"
  154. }
  155. }