-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypings.json
21 lines (21 loc) · 1.03 KB
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"dependencies": {
"lodash": "registry:npm/lodash#4.0.0+20161015015725",
"react": "registry:npm/react#15.0.1+20170104200836",
"react-dom": "registry:npm/react-dom#15.0.1+20160826174104",
"react-modal": "registry:dt/react-modal#1.6.0+20170310235102",
"react-redux": "registry:npm/react-redux#4.4.0+20160614222153",
"react-router": "registry:npm/react-router#2.4.0+20160915183637",
"react-router-redux": "registry:npm/react-router-redux#4.0.0+20160602212457",
"redux-localstorage": "registry:dt/redux-localstorage#1.0.0+20170112212839",
"redux-logger": "registry:dt/redux-logger#2.6.0+20170125003538",
"redux-persist": "registry:dt/redux-persist#4.0.0+20161220195540"
},
"globalDependencies": {
"es6-promise": "registry:dt/es6-promise#0.0.0+20160726191732",
"immutable": "registry:dt/immutable#3.8.1+20161028131303",
"node": "registry:dt/node#7.0.0+20170204020307",
"redux": "registry:dt/redux#3.5.2+20160703092728",
"redux-thunk": "registry:dt/redux-thunk#2.1.0+20160703120921"
}
}