xref: /openbmc/phosphor-webui/package.json (revision b1f64248)
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": "0.0.1",
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  ],
29  "files": [
30    "dist"
31  ],
32  "browserslist": "> 0.25%, not dead",
33  "keywords": [
34    "node"
35  ],
36  "dependencies": {
37    "@novnc/novnc": "1.1.0",
38    "angular": "1.7.8",
39    "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",
48    "core-js": "3.2.1",
49    "is-path-inside": "3.0.1",
50    "ng-toast": "2.0.0",
51    "pkg-dir": "4.2.0",
52    "regenerator-runtime": "0.13.3",
53    "xterm": "3.14.5",
54    "text-encoding": "0.7.0"
55  },
56  "peerDependencies": {},
57  "devDependencies": {
58    "@babel/core": "7.5.5",
59    "@babel/preset-env": "7.5.5",
60    "angular-mocks": "1.7.8",
61    "assets-webpack-plugin": "3.9.10",
62    "autoprefixer": "9.6.1",
63    "babel-core": "6.26.3",
64    "babel-loader": "8.0.6",
65    "babel-polyfill": "6.26.0",
66    "compression-webpack-plugin": "3.0.0",
67    "copy-webpack-plugin": "5.0.4",
68    "csp-html-webpack-plugin": "3.0.3",
69    "css-loader": "3.2.0",
70    "eslint-plugin-angular": "4.0.1",
71    "event-stream": "4.0.1",
72    "file-loader": "4.2.0",
73    "filter-chunk-webpack-plugin": "2.1.0",
74    "html-loader": "0.5.5",
75    "html-minifier": "4.0.0",
76    "html-webpack-inline-source-plugin": "0.0.10",
77    "html-webpack-plugin": "3.2.0",
78    "ignore-assets-webpack-plugin": "2.0.1",
79    "mini-css-extract-plugin": "0.8.0",
80    "node-sass": "4.12.0",
81    "null-loader": "3.0.0",
82    "raw-loader": "3.1.0",
83    "rimraf": "3.0.0",
84    "sass-loader": "7.2.0",
85    "style-loader": "1.0.0",
86    "svg-inline-loader": "0.8.0",
87    "uglifyjs-webpack-plugin": "2.2.0",
88    "webpack": "4.39.2",
89    "webpack-cli": "3.3.7",
90    "webpack-dev-server": "3.8.0"
91  },
92  "license": "Apache-2.0",
93  "licenses": [
94    {
95      "type": "Apache-2.0",
96      "url": "http://www.apache.org/licenses/LICENSE-2.0"
97    }
98  ],
99  "engines": {
100    "node": ">=4.2.6",
101    "npm": ">=6.0.1"
102  }
103}
104