forked from jk-gan/flipper-plugin-redux-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 976 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
{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-redux-debugger",
"id": "flipper-plugin-redux-debugger",
"version": "2.0.1",
"description": "Redux Debugger for Flipper",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"author": "jk-gan <[email protected]> (https://github.com/jk-gan)",
"contributors": [
{
"name": "Wai Pai Lee",
"email": "[email protected]",
"url": "https://plwai.com/"
}
],
"license": "MIT",
"keywords": [
"flipper-plugin",
"redux",
"react-native"
],
"icon": "apps",
"title": "Redux Debugger",
"category": "Redux",
"peerDependencies": {
"flipper": "latest",
"flipper-plugin": "*"
},
"devDependencies": {
"flipper": "latest",
"flipper-plugin": "latest",
"flipper-pkg": "latest",
"react": "latest",
"antd": "latest"
},
"scripts": {
"prepack": "flipper-pkg lint && flipper-pkg bundle"
}
}