* 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
30 lines
527 B
JSON
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"
|
|
}
|
|
}
|