-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 KB
/
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
{
"name": "react-native-redux-devtools",
"version": "1.0.0",
"description": "Redux debugging tools for React Native apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Marcin Chudy <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/mchudy/react-native-redux-devtools.git"
},
"dependencies": {
"dateformat": "^3.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0-rc.12",
"javascript-stringify": "^1.6.0",
"jsondiffpatch": "^0.3.11",
"react-base16-styling": "^0.6.0",
"react-native-json-tree": "^1.2.0",
"redux": "^4.0.0",
"redux-devtools": "^3.4.1",
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@types/dateformat": "^1.0.1",
"@types/hex-rgba": "^1.0.0",
"@types/react": "^16.7.3",
"@types/react-native": "^0.57.7",
"@types/redux-devtools": "^3.0.44",
"bind-decorator": "^1.0.11",
"typescript": "^3.1.1"
}
}