-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypings.json
More file actions
17 lines (17 loc) · 797 Bytes
/
typings.json
File metadata and controls
17 lines (17 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"globalDependencies": {
"classnames": "registry:dt/classnames#0.0.0+20161113184211",
"material-ui": "registry:dt/material-ui#0.16.0+20170323194905",
"node": "registry:dt/node#7.0.0+20170322231424",
"react-router": "registry:dt/react-router#4.0.0+20170323201651",
"react-router-dom": "registry:dt/react-router-dom#4.0.0+20170323201651",
"recompose": "registry:dt/recompose#0.22.0+20170306203754",
"redux": "registry:dt/redux#3.5.2+20160703092728",
"redux-thunk": "registry:dt/redux-thunk#2.1.0+20160703120921"
},
"globalDevDependencies": {
"jest": "registry:dt/jest#19.2.0+20170312200138",
"redux-mock-store": "registry:dt/redux-mock-store#0.0.6+20161121205806",
"webpack-dev-server": "registry:dt/webpack-dev-server#1.12.1+20170117213337"
}
}