forked from jaysoo/todomvc-redux-react-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typings.json
18 lines (18 loc) · 991 Bytes
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "todomvc-redux-react-ts",
"version": false,
"ambientDependencies": {
"assertion-error": "github:DefinitelyTyped/DefinitelyTyped/assertion-error/assertion-error.d.ts#ba257a9b91bc0de1bdd9091b6723194c905a902a",
"classnames": "github:DefinitelyTyped/DefinitelyTyped/classnames/classnames.d.ts#ba257a9b91bc0de1bdd9091b6723194c905a902a",
"mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#ba257a9b91bc0de1bdd9091b6723194c905a902a",
"react": "registry:dt/react#0.14.0+20160319053454",
"react-dom": "registry:dt/react-dom#0.14.0+20160316155526",
"redux-actions": "github:DefinitelyTyped/DefinitelyTyped/redux-actions/redux-actions.d.ts#ba257a9b91bc0de1bdd9091b6723194c905a902a"
},
"dependencies": {
"chai": "registry:npm/chai#3.5.0+20160328084239",
"lodash": "registry:npm/lodash#4.0.0+20160305082308",
"react-redux": "registry:npm/react-redux#4.4.0+20160207114942",
"redux": "registry:npm/redux#3.0.6+20160214194820"
}
}