-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 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
{
"name": "@codemoreira/esad",
"version": "2.0.1-45",
"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"
},
"./expo-plugin": {
"default": "./src/plugin/withRepack.js"
}
},
"bin": {
"esad": "./bin/esad.js"
},
"files": [
"bin",
"src",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@callstack/repack-plugin-expo-modules": "^5.2.5",
"@expo/config-plugins": "^55.0.8",
"adm-zip": "^0.5.10",
"babel-plugin-transform-define": "^2.1.4",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"cross-spawn": "^7.0.3",
"dotenv": "^17.4.2",
"fs-extra": "^11.2.0",
"@rspack/core": "^1.7.8",
"@callstack/repack": "^5.2.5",
"jiti": "^2.6.1",
"axios": "^1.6.8",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0 || ^19.0.0"
}
}