This commit is contained in:
编码猿
2025-09-18 02:51:28 +08:00
parent c26c2ed5d5
commit af2b3badd0
30 changed files with 1518 additions and 6584 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "app-shared",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"dev": "vite --port 5555 --strictPort",
"build": "vite build",
"serve": "vite preview --port 5555 --strictPort",
"all": "npm run build && npm run serve"
},
"dependencies": {
"axios": "^1.12.2"
},
"devDependencies": {
"@originjs/vite-plugin-federation": "^1.4.1",
"typescript": "~5.8.0",
"vite": "^7.0.6"
}
}