23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "app-shared",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"dev": "concurrently \"npm run build\" \"npm run serve\"",
|
|
"serve": "vite preview --port 1333 --strictPort",
|
|
"build": "vite build --watch",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.12.2"
|
|
},
|
|
"devDependencies": {
|
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
"typescript": "~5.8.0",
|
|
"vite": "^7.0.6"
|
|
}
|
|
}
|