Files
Umbraco-CMS/src/Umbraco.Web.UI.Login/package.json
Jacob Overgaard 3d7e79c3e5 V13: Update Login UI to Lit 3 and update the UI Library to 1.7.1 (#15713)
* update dependencies to latest (lit 3, vite 5) and fix related issues

* update ui library to 1.7.1

* mark all backoffice svg icons with fill="currentColor"

* set label on user.html
2024-02-14 07:38:17 +01:00

30 lines
527 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": {
"lit": "^3.1.2",
"msw": "^2.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@umbraco-ui/uui": "1.7.1",
"@umbraco-ui/uui-css": "1.7.0",
"typescript": "^5.3.3",
"vite": "^5.1.1"
},
"msw": {
"workerDirectory": "public"
}
}