blob: f44d0fd1e52468751d4f0c04288b0d51e889754a [file] [log] [blame]
Michael Davis76720ce2017-02-14 13:44:31 -06001{
Gunnar Millsac2fc7d2019-07-23 16:25:33 -05002 "name": "phosphor-webui",
Gunnar Mills76966502019-07-23 16:03:02 -05003 "description": "Web-based user interface for the OpenBMC firmware stack",
Gunnar Mills493074d2019-07-23 16:17:53 -05004 "author": {
5 "name": "OpenBMC Developers",
6 "email": "openbmc@lists.ozlabs.org",
7 "url": "https://www.openbmc.org/"
8 },
Gunnar Mills7d349d02019-07-23 16:45:09 -05009 "version": "2.8.0-dev",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050010 "private": false,
Michael Davis14455e12017-09-22 11:56:30 -050011 "repository": {
12 "type": "git",
13 "url": "git://github.com/openbmc/phosphor-webui"
14 },
Michael Davis76720ce2017-02-14 13:44:31 -060015 "scripts": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070016 "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",
Ed Tanousbbcf6702017-10-06 13:53:06 -070019 "test": "karma start",
20 "test-watch": "karma start --auto-watch --no-single-run",
21 "start": "npm run server"
Michael Davis76720ce2017-02-14 13:44:31 -060022 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050023 "contributors": [
Michael Davis14455e12017-09-22 11:56:30 -050024 "Iftekharul Islam <iffy.ryan@ibm.com>",
Ed Tanousbbcf6702017-10-06 13:53:06 -070025 "Michael Davis <michael.s.davis@ibm.com>",
Gunnar Mills371eaee2018-02-07 15:49:49 -060026 "Ed Tanous <ed.tanous@intel.com>",
James Feistc3f5e312020-04-07 15:19:59 -070027 "Gunnar Mills <gmills@us.ibm.com>",
28 "James Feist <james.feist@linux.intel.com>"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050029 ],
30 "files": [
31 "dist"
32 ],
Ed Tanousdc25db02019-07-31 16:42:11 -070033 "browserslist": "> 0.25%, not dead",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050034 "keywords": [
35 "node"
36 ],
Ed Tanousbbcf6702017-10-06 13:53:06 -070037 "dependencies": {
James Feistc3f5e312020-04-07 15:19:59 -070038 "@novnc/novnc": "git+https://github.com/novnc/noVNC.git#25b3d49d322b0a7c9ee1e071d93042d70f5176b7",
Gunnar Mills86f40562019-11-20 15:48:16 -060039 "angular": "1.7.9",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050040 "angular-animate": "1.7.9",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050041 "angular-clipboard": "1.7.0",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050042 "angular-cookies": "1.7.9",
43 "angular-messages": "1.7.9",
44 "angular-route": "1.7.9",
45 "angular-sanitize": "1.7.9",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050046 "angular-ui-bootstrap": "2.5.6",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050047 "angular-ui-router": "1.0.25",
48 "bootstrap": "4.4.1",
49 "core-js": "3.6.5",
50 "is-path-inside": "3.0.2",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050051 "ng-toast": "2.0.0",
Gunnar Millse0334c52019-08-19 15:17:09 -050052 "pkg-dir": "4.2.0",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050053 "regenerator-runtime": "0.13.5",
Gunnar Mills86f40562019-11-20 15:48:16 -060054 "xterm": "3.14.5"
Ed Tanousbbcf6702017-10-06 13:53:06 -070055 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050056 "peerDependencies": {},
Michael Davis76720ce2017-02-14 13:44:31 -060057 "devDependencies": {
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050058 "@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",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070063 "babel-core": "6.26.3",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050064 "babel-loader": "8.1.0",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050065 "babel-polyfill": "6.26.0",
Gunnar Mills425ed042020-01-16 14:26:39 -060066 "compression-webpack-plugin": "3.1.0",
67 "copy-webpack-plugin": "5.1.1",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050068 "css-loader": "3.5.2",
Gunnar Millsf0004682019-07-23 17:38:32 -050069 "eslint-plugin-angular": "4.0.1",
70 "event-stream": "4.0.1",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050071 "file-loader": "6.0.0",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050072 "filter-chunk-webpack-plugin": "2.1.0",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050073 "html-loader": "1.1.0",
Gunnar Millsf0004682019-07-23 17:38:32 -050074 "html-minifier": "4.0.0",
Ed Tanous0f2f9812018-12-19 17:59:28 -080075 "html-webpack-inline-source-plugin": "0.0.10",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050076 "html-webpack-plugin": "4.2.0",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050077 "ignore-assets-webpack-plugin": "2.0.1",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050078 "mini-css-extract-plugin": "0.9.0",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050079 "null-loader": "4.0.0",
80 "raw-loader": "4.0.1",
81 "rimraf": "3.0.2",
Ed Tanous0c4aceb2020-08-17 09:17:33 -070082 "sass": "1.26.10",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050083 "sass-loader": "8.0.2",
84 "style-loader": "1.1.4",
85 "svg-inline-loader": "0.8.2",
Gunnar Millse0334c52019-08-19 15:17:09 -050086 "uglifyjs-webpack-plugin": "2.2.0",
Gunnar Mills0b7d07b2020-04-15 16:05:42 -050087 "webpack": "4.42.1",
88 "webpack-cli": "3.3.11",
89 "webpack-dev-server": "3.10.3"
Michael Davis76720ce2017-02-14 13:44:31 -060090 },
Gunnar Mills8ab097b2019-07-23 15:55:25 -050091 "license": "Apache-2.0",
92 "licenses": [
93 {
94 "type": "Apache-2.0",
95 "url": "http://www.apache.org/licenses/LICENSE-2.0"
96 }
97 ],
Iftekharul Islam99d199f2017-03-24 15:28:25 -050098 "engines": {
Gunnar Mills243e6ca2018-10-23 11:45:42 -050099 "node": ">=4.2.6",
Gunnar Mills596a3ec2019-07-24 14:03:29 -0500100 "npm": ">=6.0.1"
Gunnar Mills493074d2019-07-23 16:17:53 -0500101 }
Michael Davis76720ce2017-02-14 13:44:31 -0600102}