* switch logos around to support new login image * add new login image * update npm dependencies * chore: compress the image further
29 lines
550 B
JSON
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"
|
|
}
|
|
}
|