forked from openbmc/phosphor-webui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.25 KB
/
package.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "phosphor-webui",
"description": "Web-based user interface for the OpenBMC firmware stack",
"author": {
"name": "OpenBMC Developers",
"email": "[email protected]",
"url": "https://www.openbmc.org/"
},
"version": "2.8.0-dev",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/openbmc/phosphor-webui"
},
"scripts": {
"build": "rimraf dist && webpack --bail --progress --profile --stats-assets-sort size --mode production",
"build-debug": "rimraf dist && webpack --bail --progress --profile --stats-assets-sort 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 <[email protected]>",
"Michael Davis <[email protected]>",
"Ed Tanous <[email protected]>",
"Gunnar Mills <[email protected]>",
"James Feist <[email protected]>"
],
"files": [
"dist"
],
"browserslist": "> 0.25%, not dead",
"keywords": [
"node"
],
"dependencies": {
"@novnc/novnc": "git+https://github.com/novnc/noVNC.git#25b3d49d322b0a7c9ee1e071d93042d70f5176b7",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-clipboard": "1.7.0",
"angular-cookies": "1.8.2",
"angular-messages": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-ui-bootstrap": "2.5.6",
"angular-ui-router": "1.0.28",
"bootstrap": "4.5.3",
"core-js": "3.7.0",
"is-path-inside": "3.0.2",
"angularjs-toaster": "3.0.0",
"pkg-dir": "5.0.0",
"regenerator-runtime": "0.13.7",
"xterm": "3.14.5",
"text-encoding": "0.7.0"
},
"peerDependencies": {},
"devDependencies": {
"@babel/core": "7.12.7",
"@babel/preset-env": "7.12.7",
"angular-mocks": "1.8.2",
"assets-webpack-plugin": "6.0.4",
"autoprefixer": "10.0.2",
"babel-loader": "8.2.1",
"@babel/polyfill": "7.12.1",
"compression-webpack-plugin": "6.1.1",
"css-loader": "5.0.1",
"eslint-plugin-angular": "4.0.1",
"event-stream": "4.0.1",
"file-loader": "6.2.0",
"svg-url-loader": "7.1.1",
"filter-chunk-webpack-plugin": "2.1.0",
"html-loader": "1.3.2",
"html-minifier": "4.0.0",
"html-webpack-plugin": "5.0.0",
"mini-css-extract-plugin": "1.3.1",
"node-sass": "5.0.0",
"null-loader": "4.0.1",
"raw-loader": "4.0.2",
"rimraf": "3.0.2",
"sass-loader": "10.1.0",
"style-loader": "2.0.0",
"serialize-javascript": "5.0.1",
"webpack": "5.8.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "3.11.0",
"ajv": "6.12.6",
"lodash": "4.17.21",
"url-parse": "1.5.2",
"ssri": "8.0.1",
"hosted-git-info": "2.8.9",
"postcss": "8.2.13",
"path-parse": "1.0.7",
"browserslist": "4.16.5",
"dns-packet": "1.3.4",
"ws": "6.2.2",
"renderkid": "2.0.7",
"tar": "6.1.11",
"nth-check": "2.0.1"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines": {
"node": ">=4.2.6",
"npm": ">=6.0.1"
}
}