Files
Umbraco-CMS/src/Umbraco.Web.UI.Login/package.json
2025-04-15 09:43:56 +02:00

31 lines
623 B
JSON

{
"name": "login",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"preview": "vite preview",
"generate:server-api": "openapi-ts"
},
"engines": {
"node": ">=22",
"npm": ">=10.9"
},
"devDependencies": {
"@hey-api/client-fetch": "^0.10.0",
"@hey-api/openapi-ts": "^0.66.3",
"@umbraco-cms/backoffice": "15.3.0",
"msw": "^2.7.0",
"typescript": "^5.7.3",
"vite": "^6.2.6",
"vite-tsconfig-paths": "^5.1.4"
},
"msw": {
"workerDirectory": [
"public"
]
}
}