add module fedration
Showing
... | ... | @@ -4,14 +4,15 @@ |
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"dev": "vite --port 5000 --strictPort", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"preview": "vite preview --port 5000 --strictPort", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", | ||
"format": "prettier --write src/", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@originjs/vite-plugin-federation": "^1.3.3", | ||
"@sangarajuguptanisum/vue-custom-components": "^0.0.3", | ||
"axios": "^1.6.2", | ||
"vue": "^3.3.10", | ||
... | ... |
Please register or sign in to comment