23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|