-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
39
40
41
42
43
44
45
46
47
{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-enciyo-flipmock",
"id": "enciyo-flipmock",
"description": "Network",
"version": "1.0.8",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"title": "FlipMock",
"category": "Mock Plugin",
"scripts": {
"dev": "cd ~/Desktop/flipper/desktop/ && yarn dev-server",
"fast": "cd ~/Desktop/flipper/desktop/ && yarn dev-server --fast-refresh launcher=false",
"prepack": "npx flipper-pkg lint && npx flipper-pkg bundle"
},
"peerDependencies": {
"flipper": "*",
"flipper-plugin": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"flipper-pkg": "latest",
"metro": "^0.66.0",
"react-uuid": "^1.0.2"
},
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"conditional-expression": "^1.1.2",
"electron-devtools-installer": "^3.2.0",
"eslint-plugin-react-hooks": "^4.2.0",
"flipper": "*",
"react-icons": "^4.2.0",
"react-json-pretty": "^2.2.0",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.4",
"react-uuid": "^1.0.2",
"redux": "^4.1.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"uniqid": "^5.3.0"
}
}