This repository has been archived by the owner on May 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
60 lines (60 loc) · 1.67 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
{
"name": "kubernator",
"version": "0.14.11",
"private": true,
"dependencies": {
"@uqee/immutability-helper-x": "^0.2.1",
"antd": "^2.11.0",
"classnames": "^2.2.5",
"d3-drag": "^1.1.0",
"d3-force": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-zoom": "^1.3.0",
"immutability-helper": "^2.2.2",
"js-yaml": "^3.13.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-monaco-editor": "^0.12.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-throttle-render": "^2.0.0",
"redux": "^3.6.0",
"redux-saga": "^0.15.3",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"sanitize.css": "^5.0.0",
"store": "^2.0.12",
"webcolors": "^1.2.2"
},
"devDependencies": {
"@uqee/react-scripts": "1.0.13",
"ajv": "^5.2.2",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-runtime": "^6.23.0",
"eslint": "^4.7.1",
"eslint-config-fbjs": "^2.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jasmine": "^2.3.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-relay": "^0.0.8",
"file-loader": "^0.11.2",
"prop-types": "^15.5.10",
"webpack": "^3.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8001",
"homepage": "."
}