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 --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 "devDependencies": {
33 "@babel/core": "^7.18.5",
34 "@babel/eslint-parser": "^7.18.2",
35 "@babel/plugin-transform-runtime": "^7.16.0",
36 "@babel/preset-env": "^7.16.0",
37 "@babel/preset-react": "^7.16.0",
38 "@babel/preset-typescript": "^7.17.12",
39 "@testing-library/jest-dom": "^5.16.0",
40 "@testing-library/react": "^13.0.0",
41 "@types/color": "^3.0.3",
42 "@types/react": "^18.0.12",
43 "@types/react-dom": "^18.0.5",
44 "@types/react-table": "^7.7.12",
45 "@typescript-eslint/eslint-plugin": "^5.13.0",
46 "@typescript-eslint/parser": "^5.0.0",
47 "babel-jest": "^27.3.1",
48 "babel-loader": "^9.1.0",
49 "clean-webpack-plugin": "^3.0.0",
50 "copy-webpack-plugin": "^6.0.3",
51 "css-loader": "5.2.7",
52 "css-minimizer-webpack-plugin": "^4.0.0",
53 "eslint": "^8.6.0",
54 "eslint-config-airbnb": "^19.0.4",
55 "eslint-config-airbnb-typescript": "^17.0.0",
56 "eslint-config-prettier": "^8.6.0",
57 "eslint-plugin-html": "^6.0.2",
58 "eslint-plugin-import": "^2.27.5",
59 "eslint-plugin-jsx-a11y": "^6.5.0",
60 "eslint-plugin-node": "^11.1.0",
61 "eslint-plugin-promise": "^4.2.1",
62 "eslint-plugin-react": "^7.30.0",
63 "eslint-plugin-react-hooks": "^4.5.0",
64 "eslint-plugin-standard": "^4.0.1",
65 "file-loader": "^6.0.0",
66 "imports-loader": "^1.1.0",
67 "jest": "^27.3.1",
68 "mini-css-extract-plugin": "^1.6.2",
69 "moment": "^2.29.4",
70 "moment-locales-webpack-plugin": "^1.2.0",
71 "nock": "^13.2.4",
72 "openapi-typescript": "^5.4.1",
73 "prettier": "^2.8.4",
74 "style-loader": "^1.2.1",
75 "stylelint": "^13.6.1",
76 "stylelint-config-prettier": "^9.0.5",
77 "stylelint-config-standard": "^20.0.0",
78 "terser-webpack-plugin": "<5.0.0",
79 "typescript": "^4.6.3",
80 "url-loader": "4.1.0",
81 "web-worker": "^1.2.0",
82 "webpack": "^5.76.0",
83 "webpack-cli": "^4.0.0",
84 "webpack-license-plugin": "^4.2.1",
85 "webpack-manifest-plugin": "^4.0.0"
86 },
87 "dependencies": {
88 "@chakra-ui/react": "^2.2.0",
89 "@emotion/cache": "^11.9.3",
90 "@emotion/react": "^11.9.3",
91 "@emotion/styled": "^11",
92 "@visx/group": "^2.10.0",
93 "@visx/marker": "^2.12.2",
94 "@visx/shape": "^2.12.2",
95 "@visx/zoom": "^2.10.0",
96 "axios": "^0.26.0",
97 "bootstrap-3-typeahead": "^4.0.2",
98 "camelcase-keys": "^7.0.0",
99 "chakra-react-select": "^4.0.0",
100 "codemirror": "^5.59.1",
101 "color": "^4.2.3",
102 "d3": "^3.4.4",
103 "d3-selection": "^3.0.0",
104 "d3-shape": "^2.1.0",
105 "d3-tip": "^0.9.1",
106 "dagre-d3": "^0.6.4",
107 "datatables.net": "^1.11.4",
108 "datatables.net-bs": "^1.11.4",
109 "elkjs": "^0.7.1",
110 "eonasdan-bootstrap-datetimepicker": "^4.17.47",
111 "framer-motion": "^6.0.0",
112 "jquery": ">=3.5.0",
113 "jshint": "^2.13.4",
114 "lodash": "^4.17.21",
115 "moment-timezone": "^0.5.43",
116 "nvd3": "^1.8.6",
117 "react": "^18.0.0",
118 "react-dom": "^18.0.0",
119 "react-icons": "^4.3.1",
120 "react-json-view": "^1.21.3",
121 "react-markdown": "^8.0.4",
122 "react-query": "^3.39.1",
123 "react-router-dom": "^6.3.0",
124 "react-table": "^7.8.0",
125 "react-textarea-autosize": "^8.3.4",
126 "reactflow": "^11.4.0",
127 "redoc": "^2.0.0-rc.72",
128 "remark-gfm": "^3.0.1",
129 "swagger-ui-dist": "4.1.3",
130 "tsconfig-paths": "^3.14.2",
131 "type-fest": "^2.17.0",
132 "url-search-params-polyfill": "^8.1.0",
133 "validator": "^13.9.0"
134 },
135 "resolutions": {
136 "d3-color": "^3.1.0"
137 }
138}