-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 809 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 809 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
{
"name": "@micro/microfrontends",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "pnpm -r --filter './apps/**' dev",
"preview": "pnpm run build && pnpm -r --filter './apps/**' preview",
"build": "pnpm -r --filter './apps/**' build",
"clean": "rm -rf ./apps/*/dist ./packages/*/dist",
"clean:modules": "rm -rf node_modules ./apps/*/node_modules ./packages/*/node_modules"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=22.0",
"pnpm": ">=10.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"unplugin-vue-router": "^0.14.0",
"vite": "^7.0.6"
}
}