-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-native-network-debugger",
"version": "0.2.11",
"main": "dist/server/index.js",
"exports": {
".": {
"default": "./dist/server/index.js"
},
"./client": {
"default": "./dist/client/index.js"
}
},
"files": [
"dist",
"package.json"
],
"scripts": {
"build": "rollup -c",
"prepare": "rollup -c",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"base64-js": "^1.5.1"
},
"peerDependencies": {
"@react-native/dev-middleware": "*",
"@react-native/metro-config": "*",
"chalk": "*",
"debug": "*",
"metro": "*",
"metro-config": "*",
"metro-core": "*",
"metro-resolver": "*",
"react-native": "*",
"semver": "*",
"ws": "*"
},
"devDependencies": {
"@react-native-community/cli-types": "18.0.0",
"@react-native/debugger-frontend": "0.83.4",
"@react-native/dev-middleware": "0.80.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.4",
"@rollup/plugin-url": "^8.0.2",
"@types/debug": "^4.1.12",
"@types/invariant": "^2.2.37",
"@types/node": "^20.0.0",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"chalk": "^5.6.2",
"invariant": "2.2.4",
"metro": "^0.83.3",
"metro-core": "^0.83.3",
"metro-resolver": "^0.83.3",
"react": "^19.2.4",
"react-native": "^0.83.1",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.0"
},
"license": "MIT",
"author": "kwonjoondong@gmail.com",
"repository": {
"type": "git",
"url": "git+https://github.com/JoonDong2/react-native-network-debugger.git"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}