-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtypings.json
21 lines (21 loc) · 1.06 KB
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"globalDependencies": {
"classnames": "registry:dt/classnames#0.0.0+20160316155526",
"enzyme": "registry:dt/enzyme#2.4.1+20160709041153",
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
"node": "registry:dt/node#6.0.0+20160801161248",
"react": "registry:dt/react#0.14.0+20160801203155",
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040",
"react-dropzone": "registry:dt/react-dropzone#0.0.0+20160830165722",
"react-router": "registry:dt/react-router#2.0.0+20160813233016",
"react-router-bootstrap": "registry:dt/react-router-bootstrap#0.0.0+20160316155526",
"react-router-redux": "registry:dt/react-router-redux#4.0.0+20160724070902",
"react-router/history": "registry:dt/react-router/history#2.0.0+20160608102730",
"redux": "registry:dt/redux#3.5.2+20160703092728",
"whatwg-fetch": "registry:dt/whatwg-fetch#0.0.0+20160728142841"
},
"dependencies": {
"react-bootstrap": "github:react-bootstrap/react-bootstrap-typescript/index.d.ts",
"redux-thunk": "registry:npm/redux-thunk#2.0.0+20160525185520"
}
}