forked from cockpit-project/cockpit-ostree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.74 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
{
"name": "cockpit-ostree",
"version": "0.1.0",
"description": "Manage software updates for ostree based systems in Cockpit",
"main": "index.js",
"repository": "[email protected]:cockpit-project/cockpit-ostree.git",
"author": "",
"license": "LGPL-2.1",
"scripts": {
"build": "webpack",
"test": "qunit src/test-*.js",
"eslint": "eslint --ext .jsx --ext .js src/",
"eslint:fix": "eslint --ext .jsx --ext .js --fix src/"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@patternfly/patternfly": "^2.71.6",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.6",
"chrome-remote-interface": "^0.25.5",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-loader": "^2.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.0",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"po2json": "^0.4.5",
"qunit": "^2.9.3",
"sass-loader": "^8.0.2",
"sizzle": "^2.3.3",
"stdio": "^0.2.7",
"string-replace-loader": "^2.3.0",
"terser-webpack-plugin": "^3.0.3",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"@patternfly/patternfly": "^2.71.5",
"@patternfly/react-core": "^3.153.3",
"moment": "2.27.0",
"react": "16.13.0",
"react-dom": "16.13.1"
}
}