-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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": "metalk8spoc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && webpack",
"start": "webpack-dev-server",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChengYanJin/MetalK8sPOC.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChengYanJin/MetalK8sPOC/issues"
},
"homepage": "https://github.com/ChengYanJin/MetalK8sPOC#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"polished": "^3.4.4",
"react": "^16.12.0",
"react-debounce-input": "^3.2.2",
"react-dom": "^16.12.0",
"react-redux": "^7.1.0",
"react-redux-subspace": "^6.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"redux": "^4.0.1",
"redux-subspace": "^6.1.0",
"regenerator-runtime": "^0.13.3",
"rimraf": "^3.0.2",
"styled-components": "^5.0.1",
"vega": "^5.9.1",
"vega-embed": "^6.2.2",
"vega-lite": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "git://github.com/ScriptedAlchemy/html-webpack-plugin#master",
"style-loader": "^1.1.3",
"webpack": "git://github.com/webpack/webpack.git#dev-1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}