-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1009 Bytes
/
package.json
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
{
"name": "@miez/redux-store-helpers",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"dev:watch": "tsc --watch",
"build": "tsc"
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/immutability-helper": "^2.0.15",
"@types/lodash": "^4.14.85",
"@types/react-redux": "^5.0.12",
"@types/reduce-reducers": "^0.1.3",
"@types/redux-actions": "^1.2.4",
"immutability-helper": "^2.5.0",
"immutable": "^4.0.0-rc.9",
"lodash": "^4.17.4",
"reduce-reducers": "^0.1.2",
"redux-actions": "^2.2.1",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"es6-promise": "^4.1.1",
"expect": "^21.2.1",
"jest": "^21.2.1",
"mockdate": "^2.0.2",
"nock": "^9.1.0",
"redux": "^3.7.2",
"redux-mock-store": "^1.3.0",
"redux-thunk": "^2.2.0",
"typescript": "^2.6.1"
}
}