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 "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"
13 },
14 "author": "Apache",
15 "license": "Apache-2.0",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/apache/airflow.git"
19 },
20 "homepage": "https://airflow.apache.org/",
21 "keywords": [
22 "big",
23 "data",
24 "workflow",
25 "airflow",
26 "d3",
27 "nerds",
28 "database",
29 "flask"
30 ],
31 "devDependencies": {
32 "@babel/core": "^7.18.5",
33 "@babel/eslint-parser": "^7.18.2",
34 "@babel/plugin-transform-runtime": "^7.16.0",
35 "@babel/preset-env": "^7.16.0",
36 "@babel/preset-react": "^7.16.0",
37 "@babel/preset-typescript": "^7.17.12",
38 "@testing-library/jest-dom": "^5.16.0",
39 "@testing-library/react": "^13.0.0",
40 "@types/react": "^18.0.12",
41 "@types/react-dom": "^18.0.5",
42 "@types/react-table": "^7.7.12",
43 "@typescript-eslint/eslint-plugin": "^5.13.0",
44 "@typescript-eslint/parser": "^5.0.0",
45 "babel-jest": "^27.3.1",
46 "babel-loader": "^8.1.0",
47 "clean-webpack-plugin": "^3.0.0",
48 "copy-webpack-plugin": "^6.0.3",
49 "css-loader": "5.2.7",
50 "css-minimizer-webpack-plugin": "^4.0.0",
51 "eslint": "^8.6.0",
52 "eslint-config-airbnb": "^19.0.4",
53 "eslint-config-airbnb-typescript": "^17.0.0",
54 "eslint-plugin-html": "^6.0.2",
55 "eslint-plugin-import": "^2.25.3",
56 "eslint-plugin-jsx-a11y": "^6.5.0",
57 "eslint-plugin-node": "^11.1.0",
58 "eslint-plugin-promise": "^4.2.1",
59 "eslint-plugin-react": "^7.30.0",
60 "eslint-plugin-react-hooks": "^4.5.0",
61 "eslint-plugin-standard": "^4.0.1",
62 "file-loader": "^6.0.0",
63 "imports-loader": "^1.1.0",
64 "jest": "^27.3.1",
65 "mini-css-extract-plugin": "^1.6.2",
66 "moment": "^2.29.4",
67 "moment-locales-webpack-plugin": "^1.2.0",
68 "nock": "^13.2.4",
69 "openapi-typescript": "^5.4.1",
70 "style-loader": "^1.2.1",
71 "stylelint": "^13.6.1",
72 "stylelint-config-standard": "^20.0.0",
73 "terser-webpack-plugin": "<5.0.0",
74 "typescript": "^4.6.3",
75 "url-loader": "4.1.0",
76 "web-worker": "^1.2.0",
77 "webpack": "^5.73.0",
78 "webpack-cli": "^4.0.0",
79 "webpack-license-plugin": "^4.2.1",
80 "webpack-manifest-plugin": "^4.0.0"
81 },
82 "dependencies": {
83 "@chakra-ui/react": "^2.2.0",
84 "@emotion/cache": "^11.9.3",
85 "@emotion/react": "^11.9.3",
86 "@emotion/styled": "^11",
87 "@visx/group": "^2.10.0",
88 "@visx/marker": "^2.12.2",
89 "@visx/shape": "^2.12.2",
90 "@visx/zoom": "^2.10.0",
91 "axios": "^0.26.0",
92 "bootstrap-3-typeahead": "^4.0.2",
93 "camelcase-keys": "^7.0.0",
94 "chakra-react-select": "^4.0.0",
95 "codemirror": "^5.59.1",
96 "d3": "^3.4.4",
97 "d3-shape": "^2.1.0",
98 "d3-tip": "^0.9.1",
99 "dagre-d3": "^0.6.4",
100 "datatables.net": "^1.11.4",
101 "datatables.net-bs": "^1.11.4",
102 "elkjs": "^0.7.1",
103 "eonasdan-bootstrap-datetimepicker": "^4.17.47",
104 "framer-motion": "^6.0.0",
105 "jquery": ">=3.5.0",
106 "jshint": "^2.13.4",
107 "lodash": "^4.17.21",
108 "moment-timezone": "^0.5.35",
109 "nvd3": "^1.8.6",
110 "react": "^18.0.0",
111 "react-dom": "^18.0.0",
112 "react-icons": "^4.3.1",
113 "react-query": "^3.39.1",
114 "react-router-dom": "^6.3.0",
115 "react-table": "^7.8.0",
116 "redoc": "^2.0.0-rc.72",
117 "type-fest": "^2.17.0",
118 "url-search-params-polyfill": "^8.1.0"
119 }
120}