forked from react-navigation/react-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 KB
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
48
49
50
51
52
53
54
55
{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-navigation",
"description": "Developer tools for React Navigation",
"version": "1.3.21",
"main": "dist/bundle.js",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/react-navigation/react-navigation.git",
"directory": "packages/flipper-plugin-react-navigation"
},
"id": "react-navigation",
"pluginType": "client",
"icon": "directions",
"title": "React Navigation",
"flipperBundlerEntry": "src/index.tsx",
"scripts": {
"lint": "flipper-pkg lint",
"prepack": "NODE_OPTIONS=--openssl-legacy-provider run-s lint build",
"build": "flipper-pkg bundle",
"watch": "flipper-pkg bundle --watch",
"test": "jest --no-watchman"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"peerDependencies": {
"antd": "*",
"flipper": "*",
"flipper-plugin": "*"
},
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@react-navigation/core": "workspace:^",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"antd": "^4.16.1",
"flipper": "^0.112.0",
"flipper-pkg": "^0.112.0",
"flipper-plugin": "^0.112.0",
"npm-run-all": "^4.1.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6"
}
}