xref: /openbmc/phosphor-webui/package.json (revision 0c4aceb7)
1{
2  "name": "phosphor-webui",
3  "description": "Web-based user interface for the OpenBMC firmware stack",
4  "author": {
5    "name": "OpenBMC Developers",
6    "email": "openbmc@lists.ozlabs.org",
7    "url": "https://www.openbmc.org/"
8  },
9  "version": "2.8.0-dev",
10  "private": false,
11  "repository": {
12    "type": "git",
13    "url": "git://github.com/openbmc/phosphor-webui"
14  },
15  "scripts": {
16    "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production",
17    "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development",
18    "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development",
19    "test": "karma start",
20    "test-watch": "karma start --auto-watch --no-single-run",
21    "start": "npm run server"
22  },
23  "contributors": [
24    "Iftekharul Islam <iffy.ryan@ibm.com>",
25    "Michael Davis <michael.s.davis@ibm.com>",
26    "Ed Tanous <ed.tanous@intel.com>",
27    "Gunnar Mills <gmills@us.ibm.com>",
28    "James Feist <james.feist@linux.intel.com>"
29  ],
30  "files": [
31    "dist"
32  ],
33  "browserslist": "> 0.25%, not dead",
34  "keywords": [
35    "node"
36  ],
37  "dependencies": {
38    "@novnc/novnc": "git+https://github.com/novnc/noVNC.git#25b3d49d322b0a7c9ee1e071d93042d70f5176b7",
39    "angular": "1.7.9",
40    "angular-animate": "1.7.9",
41    "angular-clipboard": "1.7.0",
42    "angular-cookies": "1.7.9",
43    "angular-messages": "1.7.9",
44    "angular-route": "1.7.9",
45    "angular-sanitize": "1.7.9",
46    "angular-ui-bootstrap": "2.5.6",
47    "angular-ui-router": "1.0.25",
48    "bootstrap": "4.4.1",
49    "core-js": "3.6.5",
50    "is-path-inside": "3.0.2",
51    "ng-toast": "2.0.0",
52    "pkg-dir": "4.2.0",
53    "regenerator-runtime": "0.13.5",
54    "xterm": "3.14.5"
55  },
56  "peerDependencies": {},
57  "devDependencies": {
58    "@babel/core": "7.9.0",
59    "@babel/preset-env": "7.9.5",
60    "angular-mocks": "1.7.9",
61    "assets-webpack-plugin": "3.9.12",
62    "autoprefixer": "9.7.6",
63    "babel-core": "6.26.3",
64    "babel-loader": "8.1.0",
65    "babel-polyfill": "6.26.0",
66    "compression-webpack-plugin": "3.1.0",
67    "copy-webpack-plugin": "5.1.1",
68    "css-loader": "3.5.2",
69    "eslint-plugin-angular": "4.0.1",
70    "event-stream": "4.0.1",
71    "file-loader": "6.0.0",
72    "filter-chunk-webpack-plugin": "2.1.0",
73    "html-loader": "1.1.0",
74    "html-minifier": "4.0.0",
75    "html-webpack-inline-source-plugin": "0.0.10",
76    "html-webpack-plugin": "4.2.0",
77    "ignore-assets-webpack-plugin": "2.0.1",
78    "mini-css-extract-plugin": "0.9.0",
79    "null-loader": "4.0.0",
80    "raw-loader": "4.0.1",
81    "rimraf": "3.0.2",
82    "sass": "1.26.10",
83    "sass-loader": "8.0.2",
84    "style-loader": "1.1.4",
85    "svg-inline-loader": "0.8.2",
86    "uglifyjs-webpack-plugin": "2.2.0",
87    "webpack": "4.42.1",
88    "webpack-cli": "3.3.11",
89    "webpack-dev-server": "3.10.3"
90  },
91  "license": "Apache-2.0",
92  "licenses": [
93    {
94      "type": "Apache-2.0",
95      "url": "http://www.apache.org/licenses/LICENSE-2.0"
96    }
97  ],
98  "engines": {
99    "node": ">=4.2.6",
100    "npm": ">=6.0.1"
101  }
102}
103