forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.03 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
{
"name": "ui",
"version": "1.0.0",
"main": "index.tsx",
"repository": "github.com/cockroachdb/cockroach",
"license": "MIT",
"dependencies": {
"@types/bytebuffer": "^5.0.33",
"@types/chai": "^3.4.35",
"@types/classnames": "^0.0.32",
"@types/combokeys": "^2.4.5",
"@types/d3": "<4.0.0",
"@types/d3-dispatch": "^1.0.4",
"@types/d3-drag": "^1.1.0",
"@types/d3-timer": "^1.0.5",
"@types/enzyme": "^2.7.6",
"@types/fetch-mock": "^5.8.1",
"@types/highlight.js": "^9.1.9",
"@types/lodash": "^4.14.56",
"@types/mocha": "^2.2.40",
"@types/nvd3": "^1.8.36",
"@types/prop-types": "^15.5.1",
"@types/react": "^15.0.18",
"@types/react-codemirror": "^0.2.6",
"@types/react-dom": "^0.14.23",
"@types/react-paginate": "<3.0.0",
"@types/react-redux": "^4.4.38",
"@types/react-router": "<4.0.0",
"@types/react-router-redux": "<5.0.0",
"@types/react-select": "^1.0.45",
"@types/react-sticky": "^5.0.1",
"@types/redux-thunk": "^2.1.0",
"@types/sinon": "^2.1.2",
"@types/webcola": "^3.2.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"babel-preset-react": "^6.23.0",
"bytebuffer": "^5.0.1",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"codemirror": "^5.25.2",
"combokeys": "^2.4.6",
"css-loader": "^0.28.0",
"d3": "<4.0.0",
"enzyme": "^2.8.2",
"express": "^4.15.2",
"favicons-webpack-plugin": "^0.0.7",
"fetch-mock": "^5.9.4",
"file-loader": "^0.11.1",
"highlight.js": "^9.10.0",
"html-webpack-plugin": "^2.28.0",
"html-webpack-template": "^6.0.1",
"http-proxy-middleware": "^0.17.4",
"jsdom": "^9.12.0",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jsdom-launcher": "^6.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"moment": "^2.18.1",
"nib": "^1.1.2",
"nvd3": "^1.8.5",
"prop-types": "^15.5.10",
"protobufjs": "^6.7.3",
"react": "^15.4.2",
"react-addons-create-fragment": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-codemirror": "^1.0.0",
"react-dom": "^15.4.2",
"react-paginate": "^4.4.2",
"react-redux": "^5.0.3",
"react-router": "<4.0.0",
"react-router-redux": "<5.0.0",
"react-select": "^1.0.0-rc.4",
"react-sticky": "^5.0.5",
"react-test-renderer": "^15.5.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.0",
"rimraf": "^2.6.1",
"sinon": "^2.1.0",
"source-map-loader": "^0.2.0",
"style-loader": "^0.16.0",
"stylint": "^1.5.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-loader": "^2.0.3",
"tslint": "^5.1.0",
"typescript": "^2.2.1",
"url-loader": "^0.5.8",
"webcola": "3.3.5",
"webpack": "^2.3.1",
"webpack-dev-middleware": "^1.10.1",
"whatwg-fetch": "^2.0.3"
}
}