summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 04c02dc99ae4184dd58ad3b714bb8fe8dd120db3 (plain)
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
{
  "name": "phosphor-webui",
  "description": "Web-based user interface for the OpenBMC firmware stack",
  "author": {
    "name": "OpenBMC Developers",
    "email": "openbmc@lists.ozlabs.org",
    "url": "https://www.openbmc.org/"
  },
  "version": "2.8.0-dev",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/openbmc/phosphor-webui"
  },
  "scripts": {
    "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production",
    "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development",
    "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development",
    "test": "karma start",
    "test-watch": "karma start --auto-watch --no-single-run",
    "start": "npm run server"
  },
  "contributors": [
    "Iftekharul Islam <iffy.ryan@ibm.com>",
    "Michael Davis <michael.s.davis@ibm.com>",
    "Ed Tanous <ed.tanous@intel.com>",
    "Gunnar Mills <gmills@us.ibm.com>"
  ],
  "files": [
    "dist"
  ],
  "browserslist": "> 0.25%, not dead",
  "keywords": [
    "node"
  ],
  "dependencies": {
    "@novnc/novnc": "1.1.0",
    "angular": "1.7.9",
    "angular-animate": "1.7.8",
    "angular-clipboard": "1.7.0",
    "angular-cookies": "1.7.8",
    "angular-messages": "1.7.8",
    "angular-route": "1.7.8",
    "angular-sanitize": "1.7.8",
    "angular-ui-bootstrap": "2.5.6",
    "angular-ui-router": "1.0.22",
    "bootstrap": "4.3.1",
    "core-js": "3.2.1",
    "is-path-inside": "3.0.1",
    "ng-toast": "2.0.0",
    "pkg-dir": "4.2.0",
    "regenerator-runtime": "0.13.3",
    "text-encoding": "0.7.0",
    "xterm": "3.14.5"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@babel/core": "7.5.5",
    "@babel/preset-env": "7.5.5",
    "angular-mocks": "1.7.8",
    "assets-webpack-plugin": "3.9.10",
    "autoprefixer": "9.6.1",
    "babel-core": "6.26.3",
    "babel-loader": "8.0.6",
    "babel-polyfill": "6.26.0",
    "compression-webpack-plugin": "3.0.0",
    "copy-webpack-plugin": "5.0.4",
    "css-loader": "3.2.0",
    "eslint-plugin-angular": "4.0.1",
    "event-stream": "4.0.1",
    "file-loader": "4.2.0",
    "filter-chunk-webpack-plugin": "2.1.0",
    "html-loader": "0.5.5",
    "html-minifier": "4.0.0",
    "html-webpack-inline-source-plugin": "0.0.10",
    "html-webpack-plugin": "3.2.0",
    "ignore-assets-webpack-plugin": "2.0.1",
    "mini-css-extract-plugin": "0.8.0",
    "node-sass": "4.12.0",
    "null-loader": "3.0.0",
    "raw-loader": "3.1.0",
    "rimraf": "3.0.0",
    "sass-loader": "7.2.0",
    "style-loader": "1.0.0",
    "svg-inline-loader": "0.8.0",
    "uglifyjs-webpack-plugin": "2.2.0",
    "webpack": "4.39.2",
    "webpack-cli": "3.3.7",
    "webpack-dev-server": "3.8.0"
  },
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "engines": {
    "node": ">=4.2.6",
    "npm": ">=6.0.1"
  }
}
OpenPOWER on IntegriCloud