forked from module-federation/vite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 757 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
{
"name": "examples-vite-vite-remote",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite build && vite serve"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@module-federation/vite": "workspace:*",
"@mui/material": "^5.13.4",
"ag-grid-community": "^30.2.0",
"ag-grid-react": "^30.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass-embedded": "^1.77.8",
"styled-components": "5.3.3",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@swc/core": "~1.7.10",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^7.1.7",
"vite-plugin-top-level-await": "^1.4.4"
}
}