-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 903 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
{
"name": "@module-federation-testing/root",
"version": "0.0.0",
"description": "",
"scripts": {
"bootstrap": "npx lerna bootstrap --hoist",
"start": "node ./start.js",
"start:startup": "startup start",
"start:webpack": "lerna run --stream --parallel start",
"build": "run-s build:startup build:webpack",
"build:startup": "startup build",
"build:webpack": "lerna run --stream --parallel build"
},
"devDependencies": {
"@servicetitan/startup": "6.2.0",
"html-webpack-plugin": "git://github.com/ScriptedAlchemy/html-webpack-plugin#master",
"lerna": "~3.20.0",
"npm-run-all": "4.1.5",
"typescript": "~3.9.5",
"webpack": "5.0.0-beta.21",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.0.9",
"yargs": "15.4.0"
}
}