提交
This commit is contained in:
22
front-end/app-shared/package.json
Normal file
22
front-end/app-shared/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user