summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 35c6b78e320cc3fbac63d142bc7b3aba488d5ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "name": "openbmc_browser_interface",
  "description": "openbmc_browser_interface",
  "version": "0.0.1",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git://github.com/openbmc/phosphor-webui"
  },
  "scripts": {
    "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production",
    "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development",
    "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development",
    "test": "karma start",
    "test-watch": "karma start --auto-watch --no-single-run",
    "start": "npm run server"
  },
  "contributors": [
    "Iftekharul Islam <iffy.ryan@ibm.com>",
    "Michael Davis <michael.s.davis@ibm.com>",
    "Ed Tanous <ed.tanous@intel.com>",
    "Gunnar Mills <gmills@us.ibm.com>"
  ],
  "files": [
    "dist"
  ],
  "keywords": [
    "node"
  ],
  "dependencies": {
    "angular": "^1.7.5",
    "angular-animate": "^1.7.5",
    "angular-clipboard": "^1.6.2",
    "angular-cookies": "^1.7.5",
    "angular-messages": "^1.7.6",
    "angular-route": "^1.7.5",
    "angular-sanitize": "^1.7.5",
    "angular-ui-bootstrap": "^2.5.0",
    "angular-ui-router": "^1.0.20",
    "bootstrap": "^4.3.1",
    "ng-toast": "^2.0.0",
    "xterm": "^3.10.1"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "angular-mocks": "1.7.3",
    "assets-webpack-plugin": "3.9.6",
    "autoprefixer": "9.1.5",
    "babel-core": "6.26.3",
    "babel-loader": "8.0.2",
    "compression-webpack-plugin": "2.0.0",
    "copy-webpack-plugin": "4.5.2",
    "csp-html-webpack-plugin": "^2.5.0",
    "css-loader": "1.0.0",
    "eslint-plugin-angular": "3.3.0",
    "event-stream": "3.3.4",
    "file-loader": "2.0.0",
    "filter-chunk-webpack-plugin": "^2.1.0",
    "html-loader": "^0.5.5",
    "html-minifier": "^3.5.21",
    "html-webpack-inline-source-plugin": "0.0.10",
    "html-webpack-plugin": "^3.2.0",
    "ignore-assets-webpack-plugin": "^2.0.1",
    "mini-css-extract-plugin": "^0.4.5",
    "node-sass": "^4.11.0",
    "null-loader": "^0.1.1",
    "raw-loader": "^0.5.1",
    "rimraf": "^2.6.3",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "svg-inline-loader": "^0.8.0",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "webpack": "^4.29.3",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.1.11"
  },
  "license": "MIT",
  "engines": {
    "node": ">=4.2.6",
    "npm": ">=5.6.0"
  },
  "author": ""
}
OpenPOWER on IntegriCloud