forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.38 KB
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
{
"dependencies": {
"chokidar-socket-emitter": "^0.5.4",
"jsdom": "^9.12.0",
"jspm": "jspm/jspm-cli",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jsdom-launcher": "^6.0.0",
"karma-jspm": "^2.1.1",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.2.0",
"mocha": "^3.0.2",
"nib": "^1.1.0",
"stylint": "^1.3.10",
"stylus": "^0.54.5",
"tslint": "^4.3.1",
"typescript": "^2.0.9",
"typings": "^2.0.0"
},
"jspm": {
"dependencies": {
"bytebuffer": "github:dcodeIO/bytebuffer.js@^5.0.1",
"classnames": "npm:classnames@^2.2.5",
"css": "github:systemjs/plugin-css@^0.1.23",
"d3": "npm:d3@^3.5.17",
"highlight.js": "npm:highlight.js@^9.8.0",
"lodash": "npm:lodash@^4.14.0",
"long": "npm:long@^3.2.0",
"moment": "npm:moment@^2.14.1",
"nvd3": "npm:nvd3@^1.8.5",
"protobufjs": "npm:protobufjs@^5.0.1",
"react": "npm:react@^15.3.1",
"react-dom": "npm:react-dom@^15.2.1",
"react-paginate": "npm:react-paginate@^2.1.3",
"react-redux": "npm:react-redux@^4.4.6",
"react-router": "npm:react-router@^3.0.0",
"react-router-redux": "npm:react-router-redux@^4.0.5",
"react-select": "npm:react-select@^1.0.0-rc.2",
"react-sticky": "npm:react-sticky@^5.0.5",
"redux": "npm:redux@^3.5.2",
"redux-thunk": "npm:redux-thunk@^2.1.0",
"reselect": "npm:reselect@^2.5.3",
"whatwg-fetch": "npm:whatwg-fetch@^2.0.0"
},
"devDependencies": {
"chai": "npm:chai@^3.5.0",
"enzyme": "npm:enzyme@^2.4.1",
"fetch-mock": "npm:fetch-mock@^5.0.3",
"react-addons-test-utils": "npm:react-addons-test-utils@^15.2.1",
"sinon": "npm:sinon@^1.17.4",
"systemjs-hot-reloader": "github:alexisvincent/systemjs-hot-reloader@^0.6.0",
"ts": "github:frankwallis/plugin-typescript@^5.0.8",
"ts-runtime": "npm:babel-runtime@^6.9.2"
},
"overrides": {
"npm:enzyme@2.3.0": {
"map": {
"react/addons": "@empty",
"react/lib/ExecutionEnvironment": "@empty",
"react/lib/ReactContext": "@empty"
}
},
"npm:moment@2.13.0": {
"files": [
"moment.js",
"moment.d.ts",
"locale"
]
},
"npm:react-redux@4.4.6": {
"peerDependencies": {
"react": "^15.3.1"
}
}
}
}
}