blob: acc9b390f25c065c35f70f8f825c8034fe1e2f29 [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": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070031 "angular": "^1.7.3",
32 "angular-animate": "^1.7.3",
Ed Tanousbbcf6702017-10-06 13:53:06 -070033 "angular-clipboard": "^1.6.2",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070034 "angular-cookies": "^1.7.3",
35 "angular-route": "^1.7.3",
36 "angular-sanitize": "^1.7.3",
Ed Tanousbbcf6702017-10-06 13:53:06 -070037 "angular-ui-bootstrap": "^2.5.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070038 "angular-ui-router": "^1.0.20",
Ed Tanousbbcf6702017-10-06 13:53:06 -070039 "angular-websocket": "^2.0.1",
Gunnar Mills84e114a2018-11-14 13:44:41 -060040 "bootstrap": "^4.1.3",
beccabroek457ca042018-09-07 17:18:24 -050041 "xterm": "^3.7.0"
Ed Tanousbbcf6702017-10-06 13:53:06 -070042 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050043 "peerDependencies": {},
Michael Davis76720ce2017-02-14 13:44:31 -060044 "devDependencies": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070045 "@babel/core": "^7.0.0",
46 "@babel/preset-env": "^7.0.0",
47 "angular-mocks": "1.7.3",
48 "assets-webpack-plugin": "3.9.6",
49 "autoprefixer": "9.1.5",
50 "babel-core": "6.26.3",
51 "babel-loader": "8.0.2",
52 "compression-webpack-plugin": "2.0.0",
53 "copy-webpack-plugin": "4.5.2",
Ed Tanous0f2f9812018-12-19 17:59:28 -080054 "csp-html-webpack-plugin": "^2.5.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070055 "css-loader": "1.0.0",
56 "eslint-plugin-angular": "3.3.0",
Gunnar Millsf875e012018-11-27 13:39:27 -060057 "event-stream": "3.3.4",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070058 "file-loader": "2.0.0",
Ed Tanous0f2f9812018-12-19 17:59:28 -080059 "filter-chunk-webpack-plugin": "^2.1.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070060 "html-loader": "^0.5.5",
61 "html-minifier": "^3.5.20",
Ed Tanous0f2f9812018-12-19 17:59:28 -080062 "html-webpack-inline-source-plugin": "0.0.10",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070063 "html-webpack-plugin": "^3.2.0",
Ed Tanous0f2f9812018-12-19 17:59:28 -080064 "ignore-assets-webpack-plugin": "^2.0.1",
65 "mini-css-extract-plugin": "^0.4.2",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070066 "node-sass": "^4.9.3",
Ed Tanousbbcf6702017-10-06 13:53:06 -070067 "null-loader": "^0.1.1",
Ed Tanousbbcf6702017-10-06 13:53:06 -070068 "raw-loader": "^0.5.1",
69 "rimraf": "^2.5.1",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070070 "sass-loader": "^7.1.0",
71 "style-loader": "^0.23.0",
Ed Tanous0f2f9812018-12-19 17:59:28 -080072 "svg-inline-loader": "^0.8.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070073 "uglifyjs-webpack-plugin": "^1.3.0",
74 "webpack": "^4.17.2",
Ed Tanous0f2f9812018-12-19 17:59:28 -080075 "webpack-cli": "^3.1.0",
Gunnar Mills29513222019-01-08 15:14:11 -060076 "webpack-dev-server": "^3.1.11"
Michael Davis76720ce2017-02-14 13:44:31 -060077 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050078 "license": "MIT",
79 "engines": {
Gunnar Mills243e6ca2018-10-23 11:45:42 -050080 "node": ">=4.2.6",
81 "npm": ">=5.6.0"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050082 },
83 "author": ""
Michael Davis76720ce2017-02-14 13:44:31 -060084}