blob: 04c02dc99ae4184dd58ad3b714bb8fe8dd120db3 [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>",
27 "Gunnar Mills <gmills@us.ibm.com>"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050028 ],
29 "files": [
30 "dist"
31 ],
Ed Tanousdc25db02019-07-31 16:42:11 -070032 "browserslist": "> 0.25%, not dead",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050033 "keywords": [
34 "node"
35 ],
Ed Tanousbbcf6702017-10-06 13:53:06 -070036 "dependencies": {
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050037 "@novnc/novnc": "1.1.0",
Gunnar Mills86f40562019-11-20 15:48:16 -060038 "angular": "1.7.9",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050039 "angular-animate": "1.7.8",
40 "angular-clipboard": "1.7.0",
41 "angular-cookies": "1.7.8",
42 "angular-messages": "1.7.8",
43 "angular-route": "1.7.8",
44 "angular-sanitize": "1.7.8",
45 "angular-ui-bootstrap": "2.5.6",
46 "angular-ui-router": "1.0.22",
47 "bootstrap": "4.3.1",
Gunnar Millse0334c52019-08-19 15:17:09 -050048 "core-js": "3.2.1",
49 "is-path-inside": "3.0.1",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050050 "ng-toast": "2.0.0",
Gunnar Millse0334c52019-08-19 15:17:09 -050051 "pkg-dir": "4.2.0",
52 "regenerator-runtime": "0.13.3",
Gunnar Mills86f40562019-11-20 15:48:16 -060053 "text-encoding": "0.7.0",
54 "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 Millsaf0df6f2019-07-23 17:32:07 -050058 "@babel/core": "7.5.5",
59 "@babel/preset-env": "7.5.5",
Gunnar Millsf0004682019-07-23 17:38:32 -050060 "angular-mocks": "1.7.8",
61 "assets-webpack-plugin": "3.9.10",
62 "autoprefixer": "9.6.1",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070063 "babel-core": "6.26.3",
Gunnar Millsf0004682019-07-23 17:38:32 -050064 "babel-loader": "8.0.6",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050065 "babel-polyfill": "6.26.0",
Gunnar Millsf0004682019-07-23 17:38:32 -050066 "compression-webpack-plugin": "3.0.0",
Gunnar Millse0334c52019-08-19 15:17:09 -050067 "copy-webpack-plugin": "5.0.4",
Gunnar Millse0334c52019-08-19 15:17:09 -050068 "css-loader": "3.2.0",
Gunnar Millsf0004682019-07-23 17:38:32 -050069 "eslint-plugin-angular": "4.0.1",
70 "event-stream": "4.0.1",
Gunnar Millse0334c52019-08-19 15:17:09 -050071 "file-loader": "4.2.0",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050072 "filter-chunk-webpack-plugin": "2.1.0",
73 "html-loader": "0.5.5",
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 Millsaf0df6f2019-07-23 17:32:07 -050076 "html-webpack-plugin": "3.2.0",
77 "ignore-assets-webpack-plugin": "2.0.1",
Gunnar Millsf0004682019-07-23 17:38:32 -050078 "mini-css-extract-plugin": "0.8.0",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050079 "node-sass": "4.12.0",
Gunnar Millsf0004682019-07-23 17:38:32 -050080 "null-loader": "3.0.0",
81 "raw-loader": "3.1.0",
Gunnar Millse0334c52019-08-19 15:17:09 -050082 "rimraf": "3.0.0",
83 "sass-loader": "7.2.0",
84 "style-loader": "1.0.0",
Gunnar Millsaf0df6f2019-07-23 17:32:07 -050085 "svg-inline-loader": "0.8.0",
Gunnar Millse0334c52019-08-19 15:17:09 -050086 "uglifyjs-webpack-plugin": "2.2.0",
87 "webpack": "4.39.2",
88 "webpack-cli": "3.3.7",
89 "webpack-dev-server": "3.8.0"
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}