-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 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
{
"name": "@codemoreira/esad",
"version": "2.0.1-29",
"description": "Easy Super App Development - Zero-Config CLI and DevTools for React Native Module Federation",
"main": "src/plugin/index.js",
"types": "./src/plugin/index.d.ts",
"exports": {
".": {
"types": "./src/plugin/index.d.ts",
"default": "./src/plugin/index.js"
},
"./plugin": {
"types": "./src/plugin/index.d.ts",
"default": "./src/plugin/index.js"
},
"./client": {
"types": "./src/client/index.d.ts",
"default": "./src/client/index.js"
}
},
"bin": {
"esad": "./bin/esad.js"
},
"files": [
"bin",
"src",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"overrides": {
"axios": "1.15.0",
"@xmldom/xmldom": "0.9.9"
},
"dependencies": {
"@babel/core": "^7.20.0",
"@callstack/repack": "^5.2.5",
"@callstack/repack-plugin-expo-modules": "^5.2.5",
"@callstack/repack-plugin-reanimated": "^5.2.5",
"@module-federation/enhanced": "^2.3.1",
"@rspack/core": "^1.7.8",
"@swc/core": "^1.7.0",
"@swc/helpers": "^0.5.11",
"adm-zip": "^0.5.10",
"babel-loader": "^9.1.3",
"babel-plugin-transform-define": "^2.1.4",
"babel-preset-expo": "~12.0.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"cross-spawn": "^7.0.3",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"jiti": "^2.6.1",
"node-fetch": "^2.7.0",
"process": "^0.11.10"
},
"devDependencies": {
"@rspack/core": "^1.7.9",
"@types/react": "^19.2.14",
"@types/react-native": "^0.72.8"
}
}