summary refs log tree commit diff
path: root/pkgs/development/python-modules/apache-airflow/package.json
blob: 644eaba0846e45c0f1e854111953ea2a1a9e5ef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
  "name": "airflow-www",
  "version": "1.0.0",
  "description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.",
  "scripts": {
    "test": "jest",
    "dev": "NODE_ENV=development webpack --watch --progress --devtool eval-cheap-source-map --mode development",
    "prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --mode production --progress",
    "build": "NODE_ENV=production webpack --progress --mode production",
    "lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc --noEmit",
    "lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && tsc --noEmit"
  },
  "author": "Apache",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/airflow.git"
  },
  "homepage": "https://airflow.apache.org/",
  "keywords": [
    "big",
    "data",
    "workflow",
    "airflow",
    "d3",
    "nerds",
    "database",
    "flask"
  ],
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@babel/eslint-parser": "^7.18.2",
    "@babel/plugin-transform-runtime": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.17.12",
    "@testing-library/jest-dom": "^5.16.0",
    "@testing-library/react": "^13.0.0",
    "@types/react": "^18.0.12",
    "@types/react-dom": "^18.0.5",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.0.0",
    "babel-jest": "^27.3.1",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^6.0.3",
    "css-loader": "5.2.7",
    "css-minimizer-webpack-plugin": "^4.0.0",
    "eslint": "^8.6.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-plugin-html": "^6.0.2",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.5.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.5.0",
    "eslint-plugin-standard": "^4.0.1",
    "file-loader": "^6.0.0",
    "imports-loader": "^1.1.0",
    "jest": "^27.3.1",
    "mini-css-extract-plugin": "^1.6.2",
    "moment": "^2.29.3",
    "moment-locales-webpack-plugin": "^1.2.0",
    "nock": "^13.2.4",
    "style-loader": "^1.2.1",
    "stylelint": "^13.6.1",
    "stylelint-config-standard": "^20.0.0",
    "terser-webpack-plugin": "<5.0.0",
    "typescript": "^4.6.3",
    "url-loader": "4.1.0",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.0.0",
    "webpack-license-plugin": "^4.2.1",
    "webpack-manifest-plugin": "^4.0.0"
  },
  "dependencies": {
    "@chakra-ui/react": "^2.2.0",
    "@emotion/cache": "^11.9.3",
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11",
    "axios": "^0.26.0",
    "bootstrap-3-typeahead": "^4.0.2",
    "camelcase-keys": "^7.0.0",
    "codemirror": "^5.59.1",
    "d3": "^3.4.4",
    "d3-shape": "^2.1.0",
    "d3-tip": "^0.9.1",
    "dagre-d3": "^0.6.4",
    "datatables.net": "^1.11.4",
    "datatables.net-bs": "^1.11.4",
    "eonasdan-bootstrap-datetimepicker": "^4.17.47",
    "framer-motion": "^6.0.0",
    "jquery": ">=3.5.0",
    "jshint": "^2.13.4",
    "lodash": "^4.17.21",
    "moment-timezone": "^0.5.34",
    "nvd3": "^1.8.6",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-icons": "^4.3.1",
    "react-query": "^3.39.1",
    "react-router-dom": "^6.3.0",
    "react-table": "^7.8.0",
    "redoc": "^2.0.0-rc.72",
    "url-search-params-polyfill": "^8.1.0"
  }
}