Files
Umbraco-CMS/src/Umbraco.Web.UI.Login/package.json
Jacob Overgaard 7582b9bcea V14: Login updates (#16359)
* switch logos around to support new login image

* add new login image

* update npm dependencies

* chore: compress the image further
2024-05-23 15:14:23 +02:00

29 lines
550 B
JSON

{
"name": "login",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"preview": "vite preview"
},
"engines": {
"node": ">=20.8",
"npm": ">=10.1"
},
"dependencies": {
},
"devDependencies": {
"@umbraco-cms/backoffice": "file:../Umbraco.Web.UI.Client",
"@umbraco-ui/uui-css": "^1.8.0-rc.0",
"msw": "^2.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2"
},
"msw": {
"workerDirectory": "public"
}
}