FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
module-federation-examples/angular14-react/package.json at master · jhrinoa/module-federation-examples · GitHub
jhrinoa
/
module-federation-examples
Public
forked from
module-federation/module-federation-examples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
module-federation-examples
/
angular14-react
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 585 Bytes
Breadcrumbs
module-federation-examples
/
angular14-react
/
package.json
Copy path
File metadata and controls
19 lines (19 loc) · 585 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name"
:
"
angular14-react
"
,
"private"
:
true
,
"workspaces"
: [
"
./angular-profile
"
,
"
./react-user-list
"
],
"version"
:
"
0.0.0
"
,
"main"
:
"
index.js
"
,
"license"
:
"
MIT
"
,
"scripts"
: {
"start"
:
"
lerna run --scope=angular14-react_* --parallel start
"
,
"e2e:ci"
:
"
yarn start & wait-on http-get://localhost:4201/ && npx cypress run --config-file ../cypress/config/cypress.config.ts --config '{
\"
supportFile
\"
:
\"
../cypress/support/e2e.ts
\"
}' --spec
\"
./e2e/*.cy.ts
\"
--browser=chrome
"
},
"devDependencies"
: {
"lerna"
:
"
3.22.1
"
,
"wait-on"
:
"
7.0.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL