-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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
{
"name": "micro-frontends",
"version": "0.0.1",
"description": "Examples micro frontends",
"repository": "https://github.com/dotuan9x/micro-frontends",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"angular-react/*",
"iframes/*",
"web-components/*",
"react-example/*",
"react-redux/*",
"run-time-integration/*",
"react-components-inside-angular/*"
]
},
"devDependencies": {
"concurrently": "5.3.0",
"cross-spawn": "7.0.3",
"husky": "4.3.8",
"jest": "26.6.3",
"lerna": "3.22.1",
"prettier": "2.3.2",
"pretty-quick": "3.1.1"
},
"scripts": {
"bootstrap": "lerna bootstrap --ignore-scripts",
"build": "lerna run --parallel build"
}
}