blob: db7976ed5e016368cfabadfa186667c267853e60 [file] [log] [blame]
Michael Davis76720ce2017-02-14 13:44:31 -06001{
Michael Davis14455e12017-09-22 11:56:30 -05002 "name": "openbmc_browser_interface",
3 "description": "openbmc_browser_interface",
Michael Davis76720ce2017-02-14 13:44:31 -06004 "version": "0.0.1",
Iftekharul Islam99d199f2017-03-24 15:28:25 -05005 "private": false,
Michael Davis14455e12017-09-22 11:56:30 -05006 "repository": {
7 "type": "git",
8 "url": "git://github.com/openbmc/phosphor-webui"
9 },
Michael Davis76720ce2017-02-14 13:44:31 -060010 "scripts": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070011 "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production",
12 "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development",
13 "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development",
Ed Tanousbbcf6702017-10-06 13:53:06 -070014 "test": "karma start",
15 "test-watch": "karma start --auto-watch --no-single-run",
16 "start": "npm run server"
Michael Davis76720ce2017-02-14 13:44:31 -060017 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050018 "contributors": [
Michael Davis14455e12017-09-22 11:56:30 -050019 "Iftekharul Islam <iffy.ryan@ibm.com>",
Ed Tanousbbcf6702017-10-06 13:53:06 -070020 "Michael Davis <michael.s.davis@ibm.com>",
Gunnar Mills371eaee2018-02-07 15:49:49 -060021 "Ed Tanous <ed.tanous@intel.com>",
22 "Gunnar Mills <gmills@us.ibm.com>"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050023 ],
24 "files": [
25 "dist"
26 ],
27 "keywords": [
28 "node"
29 ],
Ed Tanousbbcf6702017-10-06 13:53:06 -070030 "dependencies": {
Jae Hyun Yooe5fb4032019-04-19 11:46:51 -070031 "@novnc/novnc": "^1.1.0",
Gunnar Millseda6e2b2019-05-20 14:59:19 -050032 "angular": "^1.7.8",
33 "angular-animate": "^1.7.8",
34 "angular-clipboard": "^1.7.0",
35 "angular-cookies": "^1.7.8",
36 "angular-messages": "^1.7.8",
37 "angular-route": "^1.7.8",
38 "angular-sanitize": "^1.7.8",
39 "angular-ui-bootstrap": "^2.5.6",
40 "angular-ui-router": "^1.0.22",
Gunnar Millsb54d0ee2019-02-08 15:42:07 -060041 "bootstrap": "^4.3.1",
beccabroeka30394b2018-12-14 17:19:45 -060042 "ng-toast": "^2.0.0",
Gunnar Millseda6e2b2019-05-20 14:59:19 -050043 "xterm": "^3.13.1"
Ed Tanousbbcf6702017-10-06 13:53:06 -070044 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050045 "peerDependencies": {},
Michael Davis76720ce2017-02-14 13:44:31 -060046 "devDependencies": {
Gunnar Mills15486772019-05-03 15:53:06 -050047 "@babel/core": "^7.4.4",
48 "@babel/preset-env": "^7.4.4",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070049 "angular-mocks": "1.7.3",
50 "assets-webpack-plugin": "3.9.6",
51 "autoprefixer": "9.1.5",
52 "babel-core": "6.26.3",
53 "babel-loader": "8.0.2",
Kuiying Wang20f77152019-03-19 10:25:36 +080054 "babel-polyfill": "^6.26.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070055 "compression-webpack-plugin": "2.0.0",
56 "copy-webpack-plugin": "4.5.2",
Ed Tanous0f2f9812018-12-19 17:59:28 -080057 "csp-html-webpack-plugin": "^2.5.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070058 "css-loader": "1.0.0",
59 "eslint-plugin-angular": "3.3.0",
Gunnar Millsf875e012018-11-27 13:39:27 -060060 "event-stream": "3.3.4",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070061 "file-loader": "2.0.0",
Ed Tanous0f2f9812018-12-19 17:59:28 -080062 "filter-chunk-webpack-plugin": "^2.1.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070063 "html-loader": "^0.5.5",
Gunnar Mills9feb9ce2019-01-08 16:42:04 -060064 "html-minifier": "^3.5.21",
Ed Tanous0f2f9812018-12-19 17:59:28 -080065 "html-webpack-inline-source-plugin": "0.0.10",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070066 "html-webpack-plugin": "^3.2.0",
Ed Tanous0f2f9812018-12-19 17:59:28 -080067 "ignore-assets-webpack-plugin": "^2.0.1",
Gunnar Mills9feb9ce2019-01-08 16:42:04 -060068 "mini-css-extract-plugin": "^0.4.5",
Gunnar Mills15486772019-05-03 15:53:06 -050069 "node-sass": "^4.12.0",
Ed Tanousbbcf6702017-10-06 13:53:06 -070070 "null-loader": "^0.1.1",
Ed Tanousbbcf6702017-10-06 13:53:06 -070071 "raw-loader": "^0.5.1",
Gunnar Mills9feb9ce2019-01-08 16:42:04 -060072 "rimraf": "^2.6.3",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070073 "sass-loader": "^7.1.0",
Gunnar Mills9feb9ce2019-01-08 16:42:04 -060074 "style-loader": "^0.23.1",
Ed Tanous0f2f9812018-12-19 17:59:28 -080075 "svg-inline-loader": "^0.8.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070076 "uglifyjs-webpack-plugin": "^1.3.0",
Gunnar Millseda6e2b2019-05-20 14:59:19 -050077 "webpack": "^4.32.0",
78 "webpack-cli": "^3.3.2",
79 "webpack-dev-server": "^3.4.1"
Michael Davis76720ce2017-02-14 13:44:31 -060080 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050081 "license": "MIT",
82 "engines": {
Gunnar Mills243e6ca2018-10-23 11:45:42 -050083 "node": ">=4.2.6",
84 "npm": ">=5.6.0"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050085 },
86 "author": ""
Michael Davis76720ce2017-02-14 13:44:31 -060087}