-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 866 Bytes
/
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
{
"name": "craco-mf",
"version": "1.0.0",
"description": "Module federation support for CRA5 applications without ejecting",
"repository": {
"type": "git",
"url": "git+https://github.com/bfaulk96/craco-mf.git"
},
"keywords": [
"module-federation",
"craco",
"cra5",
"cra",
"create-react-app"
],
"author": "bfaulk96",
"license": "MIT",
"bugs": {
"url": "https://github.com/bfaulk96/craco-mf/issues"
},
"homepage": "https://github.com/bfaulk96/craco-mf#readme",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@craco/craco": "^7"
},
"peerDependencies": {
"webpack": "^5",
"react-scripts": "^5"
},
"devDependencies": {
"@types/node": "^16",
"@types/webpack": "^5"
}
}