about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/apache-airflow/package.json
blob: f9dad24a06f96d6179adac85297ed850d63c640d (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
{
  "name": "airflow-frontend",
  "version": "2.1.1rc1",
  "description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "NODE_ENV=dev webpack --watch --colors --progress --debug --output-pathinfo --devtool eval-cheap-source-map --mode development",
    "prod": "NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js -p --colors --progress",
    "build": "NODE_ENV=production webpack --colors --progress",
    "lint": "eslint --ignore-path=.eslintignore --ext .js,.html .",
    "lint:fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.html ."
  },
  "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": "^6.23.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-css-modules-transform": "^1.6.1",
    "babel-polyfill": "^6.26.0",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^6.0.3",
    "css-loader": "^3.4.2",
    "eslint": "^7.5.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-html": "^6.0.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "file-loader": "^6.0.0",
    "imports-loader": "^1.1.0",
    "mini-css-extract-plugin": "1.6.0",
    "moment-locales-webpack-plugin": "^1.2.0",
    "optimize-css-assets-webpack-plugin": "6.0.0",
    "style-loader": "^1.2.1",
    "stylelint": "^13.6.1",
    "stylelint-config-standard": "^20.0.0",
    "url-loader": "4.1.0",
    "webpack": "^4.16.3",
    "webpack-cli": "^3.1.0",
    "webpack-manifest-plugin": "^2.2.0"
  },
  "dependencies": {
    "bootstrap-3-typeahead": "^4.0.2",
    "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.10.23",
    "datatables.net-bs": "^1.10.23",
    "eonasdan-bootstrap-datetimepicker": "^4.17.47",
    "jquery": ">=3.4.0",
    "jshint": "^2.12.0",
    "moment-timezone": "^0.5.28",
    "nvd3": "^1.8.6",
    "redoc": "^2.0.0-rc.48",
    "url-search-params-polyfill": "^8.1.0"
  },
  "resolutions": {
    "lodash": "^4.17.21"
  }
}