forked from Scribery/cockpit-session-recording
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.99 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
{
"name": "session-recording",
"version": "0.1.0",
"description": "Module for Cockpit which provides session recording configuration and playback",
"main": "index.js",
"repository": "[email protected]:Scribery/cockpit-session-recording.git",
"author": "",
"license": "LGPL-2.1",
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
"eslint": "eslint --ext .js --ext .jsx src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/eslint-parser": "^7.16.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"chrome-remote-interface": "^0.28.0",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^3.0.0",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-webpack-plugin": "^2.5.3",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.9.0",
"po2json": "^1.0.0-alpha",
"sass": "^1.35.1",
"sass-loader": "^7.0.3",
"sizzle": "^2.3.3",
"stdio": "^0.2.7",
"string-replace-loader": "^2.3.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@patternfly/patternfly": "4.132.2",
"@patternfly/react-core": "4.152.4",
"@patternfly/react-icons": "^4.19.8",
"@patternfly/react-table": "4.29.58",
"comment-json": "^1.1.3",
"core-js": "3.6.5",
"date-fns": "2.25.0",
"ini": "^1.3.5",
"jquery": "3.5.1",
"moment": "2.27.0",
"raw-loader": "^0.5.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"throttle-debounce": "2.3.0",
"xterm": "^3.14.5"
}
}