forked from nivekcode/mfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.42 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.42 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
{
"name": "mfs",
"version": "1.0.0",
"scripts": {
"install-deps": "npmiall",
"start:poly-hyperlinks": "run-p start:poly-hyperlinks:**",
"start:poly-hyperlinks:app-one": "cd 1-poly-hyperlink/app-one && npm start",
"start:poly-hyperlinks:app-two": "cd 1-poly-hyperlink/app-two && npm start",
"start:poly-iframes": "run-p start:poly-iframes:**",
"start:poly-iframes:shell": "cd 4-poly-iframes/shell && npm start",
"start:poly-iframes:app-one": "cd 4-poly-iframes/mf-one && npm start",
"start:poly-iframes:app-two": "cd 4-poly-iframes/mf-two && npm start",
"start:poly-module-fedration": "run-p start:poly-module-fedration:**",
"start:poly-module-fedration:shell": "cd 3-poly-module-federation/shell && npm start",
"start:poly-module-fedration:mf-one": "cd 3-poly-module-federation/mf-one && npm start",
"start:poly-module-fedration:mf-two": "cd 3-poly-module-federation/mf-two && npm start",
"start:poly-webcomp": "run-p start:poly-webcomp:**",
"start:poly-webcomp:shell": "cd 2-poly-web-components/shell && npm start",
"start:poly-webcomp:app-one": "cd 2-poly-web-components/mf-one && npm start",
"start:poly-webcomp:app-two": "cd 2-poly-web-components/mf-two && npm start",
"start:mono-mf": "cd 5-mono-mf && npm run start:host",
"start:mono-mf-ssr": "cd 6-mono-mf-ssr && npm run start:host"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"npmiall": "^2.2.2"
}
}