-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 675 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 675 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
{
"name": "@multiple-share-scope/host",
"version": "1.0.0",
"scripts": {
"dev": "modern dev",
"build": "modern build",
"start": "modern start",
"serve": "modern serve"
},
"dependencies": {
"@modern-js/runtime": "2.66.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom17": "npm:react-dom@^17",
"react17": "npm:react@^17"
},
"devDependencies": {
"@modern-js/app-tools": "2.66.0",
"@module-federation/modern-js": "2.1.0",
"@modern-js/tsconfig": "2.66.0",
"@types/node": "~16.11.7",
"@types/react": "~18.2.22",
"@types/react-dom": "~18.2.7",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
}
}